[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/35: gnu: xfce: Propagate search paths of 'thunar'.
From: |
guix-commits |
Subject: |
25/35: gnu: xfce: Propagate search paths of 'thunar'. |
Date: |
Sat, 28 Jan 2023 03:58:38 -0500 (EST) |
iyzsong pushed a commit to branch wip-xfce
in repository guix.
commit 8bdc72f7b97b457ca1d25ee4845b8b3ba33cc96a
Author: Feng Shu <tumashu@163.com>
AuthorDate: Sat Dec 31 17:15:38 2022 +0800
gnu: xfce: Propagate search paths of 'thunar'.
* gnu/packages/xfce.scm (xfce)[native-search-paths]: Add thunar.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
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 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
- 12/35: gnu: xfwm4: Update to 4.18.0., (continued)
- 12/35: gnu: xfwm4: Update to 4.18.0., guix-commits, 2023/01/28
- 13/35: gnu: thunar: Update to 4.18.3., guix-commits, 2023/01/28
- 14/35: gnu: xfce4-power-manager: Update to 4.18.0., guix-commits, 2023/01/28
- 04/35: gnu: exo: Update to 4.18.0., guix-commits, 2023/01/28
- 01/35: gnu: libxfce4util: Update to 4.18.1., guix-commits, 2023/01/28
- 09/35: gnu: xfce4-session: Update to 4.18.0., guix-commits, 2023/01/28
- 08/35: gnu: xfce4-appfinder: Update to 4.18.0., guix-commits, 2023/01/28
- 16/35: gnu: xfce4-dev-tools: Update to 4.18.0., guix-commits, 2023/01/28
- 18/35: gnu: xfce4-cpufreq-plugin: Update to 1.2.8., guix-commits, 2023/01/28
- 23/35: gnu: xfce4-systemload-plugin: Update to 1.3.2., guix-commits, 2023/01/28
- 25/35: gnu: xfce: Propagate search paths of 'thunar'.,
guix-commits <=
- 26/35: gnu: Add thunar-archive-plugin., guix-commits, 2023/01/28
- 28/35: gnu: Add thunar-media-tags-plugin., guix-commits, 2023/01/28
- 33/35: gnu: xfwm4: Enable Xpreset support., guix-commits, 2023/01/28
- 34/35: gnu: xfce4-settings: Enable colord support., guix-commits, 2023/01/28
- 05/35: gnu: tumbler: Update to 4.18.0., guix-commits, 2023/01/28
- 30/35: gnu: xfdashboard: Update to 1.0.0., guix-commits, 2023/01/28
- 06/35: gnu: garcon: Update to 4.18.0., guix-commits, 2023/01/28
- 07/35: gnu: xfce4-panel: Update to 4.18.1., guix-commits, 2023/01/28
- 15/35: gnu: thunar-volman: Update to 4.18.0., guix-commits, 2023/01/28
- 21/35: gnu: xfce4-whiskermenu-plugin: Update to 2.7.2., guix-commits, 2023/01/28