diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2022-08-10 08:48:28 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2022-08-10 08:50:31 +0800 |
commit | 02b69362cb5922e3e2579b120a12afcc6167a46e (patch) | |
tree | 0a4c1286e38cc2dea81e728df71f2806ff33fabc /gnu | |
parent | 02de6a59813df9dd839117669535118f1b798ed4 (diff) | |
download | guix-02b69362cb5922e3e2579b120a12afcc6167a46e.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xfce.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 9d217fc8cf..12c490f622 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1087,7 +1087,7 @@ for and start applications.") (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" |