summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorFeng Shu <tumashu@163.com>2022-12-31 17:15:38 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-01-29 09:03:16 +0800
commit6d13a13a1a6c923a810680e08e250edbb5f624aa (patch)
treefdd38927d8d0a9c8fd6d31928f257b6522b6102f /gnu/packages/xfce.scm
parente6f0a1c735abfb24686dc6a6691224a1d46609d6 (diff)
gnu: xfce: Propagate search paths of 'thunar'.
* gnu/packages/xfce.scm (xfce)[native-search-paths]: Add thunar. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r--gnu/packages/xfce.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 90e4877d23..25af3a1ae5 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1111,8 +1111,10 @@ for and start applications.")
;; Default font that applications such as IceCat require.
(list font-dejavu))
(native-search-paths
- ;; For finding panel plugins.
- (package-native-search-paths xfce4-panel))
+ ;; For finding panel and thunar plugins.
+ (append
+ (package-native-search-paths xfce4-panel)
+ (package-native-search-paths thunar)))
(home-page "https://www.xfce.org/")
(synopsis "Desktop environment (meta-package)")
(description