Commit d12f7022 authored by Michael Shigorin's avatar Michael Shigorin

live: added default xfce theme setup

This is unfortunate but Sisyphus' Xfce can't really strive with its default /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml, namely IconThemeName; while p8's one still does pretty good. Thanks antohami@ for his analysis and workaround suggestion. See-also: https://bugzilla.altlinux.org/32924 See-also: https://lists.altlinux.org/pipermail/devel/2017-February/202348.htmlSuggested-by: 's avatarAnton Midyukov <midyukov-anton@ya.ru>
parent 0a1a2287
#!/bin/sh
[ -f /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml ] || exit 0
# fixup the default which broke after p8
sed -i 's,name="IconThemeName" type="empty",name="IconThemeName" type="string" value="gnome",' /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml ||:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment