mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 12:49:30 +01:00
gnu: xfce: Propagate search paths of 'thunar'.
* gnu/packages/xfce.scm (xfce)[native-search-paths]: Add thunar. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
e6f0a1c735
commit
6d13a13a1a
1 changed files with 4 additions and 2 deletions
|
@ -1111,8 +1111,10 @@ for and start applications.")
|
||||||
;; Default font that applications such as IceCat require.
|
;; Default font that applications such as IceCat require.
|
||||||
(list font-dejavu))
|
(list font-dejavu))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
;; For finding panel plugins.
|
;; For finding panel and thunar plugins.
|
||||||
(package-native-search-paths xfce4-panel))
|
(append
|
||||||
|
(package-native-search-paths xfce4-panel)
|
||||||
|
(package-native-search-paths thunar)))
|
||||||
(home-page "https://www.xfce.org/")
|
(home-page "https://www.xfce.org/")
|
||||||
(synopsis "Desktop environment (meta-package)")
|
(synopsis "Desktop environment (meta-package)")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue