mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: xfce: Replace 'gnome-icon-theme' with 'adwaita-icon-theme'.
This fixes <https://issues.guix.gnu.org/57067>. * gnu/packages/xfce.scm (xfce)[inputs]: Replace gnome-icon-theme with adwaita-icon-theme.
This commit is contained in:
parent
02de6a5981
commit
02b69362cb
1 changed files with 1 additions and 1 deletions
|
@ -1087,7 +1087,7 @@ (define-public xfce
|
|||
(inputs
|
||||
(list exo
|
||||
garcon
|
||||
gnome-icon-theme
|
||||
adwaita-icon-theme
|
||||
;; Greybird is the recommend theme since Xfce 4.14, see:
|
||||
;; <https://mail.xfce.org/pipermail/xfce4-dev/2018-August/032151.html>
|
||||
;; TODO: Make it default via "xfconf/xfce/perchannel-xml/xsettinsg.xml"
|
||||
|
|
Loading…
Reference in a new issue