diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-09-09 21:00:11 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-09-09 21:06:30 +0800 |
commit | 363ccf9fe2e67606edc2ecf0ca70824e7adc1ce0 (patch) | |
tree | 27e1e4459b8f06214f8d41ca9554f093e92bc1cc /gnu-system.am | |
parent | c940a145594d3d1a93b30ec3260751debe1c63bb (diff) | |
download | guix-363ccf9fe2e67606edc2ecf0ca70824e7adc1ce0.tar guix-363ccf9fe2e67606edc2ecf0ca70824e7adc1ce0.tar.gz |
gnu: xfce4-settings: Set the default icon theme to "gnome".
Fixes <http://bugs.gnu.org/21217>.
* gnu/packages/patches/xfce4-settings-defaults.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xfce.scm (xfce4-settings)[source]: Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 4acbb51aad..e6f751f772 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -707,6 +707,7 @@ dist_patch_DATA = \ gnu/packages/patches/xf86-video-trident-remove-mibstore.patch \ gnu/packages/patches/xf86-video-vmware-glibc-2.20.patch \ gnu/packages/patches/xfce4-panel-plugins.patch \ + gnu/packages/patches/xfce4-settings-defaults.patch \ gnu/packages/patches/xmodmap-asprintf.patch \ gnu/packages/patches/zathura-plugindir-environment-variable.patch |