From 06fb7367c4d8ee4b1428d125acd441e174004bfb Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sat, 31 Dec 2022 17:15:38 +0800 Subject: [PATCH 02/12] gnu: xfce: Propagate search paths of 'thunar'. * gnu/packages/xfce.scm (xfce)[native-search-paths]: Add thunar. --- gnu/packages/xfce.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 34c8c4c7c2..87d70084f1 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1111,8 +1111,10 @@ (define-public xfce ;; 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 -- 2.38.1