From 230449327ed4cc98b14b80fa6d9a44941751b906 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Mon, 26 Dec 2022 16:55:39 +0100 Subject: [PATCH] gnu: xfce: Propagate search paths of 'thunar'. * gnu/packages/xfce.scm (xfce)[native-search-paths]: Add thunar. --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 9409045996..858e08ca15 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1109,8 +1109,8 @@ (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. + (package-native-search-paths xfce4-panel thunar)) (home-page "https://www.xfce.org/") (synopsis "Desktop environment (meta-package)") (description -- 2.38.1