-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hi,
in R3.2-rc1 by default many icons are missing in Xfce. The reason seems to be that while the icon theme is set to 'gnome' in /xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings the gnome icon themes aren't installed. The attached patch add those to the xfce-desktop-qubes group in the installer. Since the patch is rather trivial I did not test it. But installing those packages in a (nearly fresh) test install worked. HW42 -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJXhoV3AAoJEOSsySeKZGgWdT8QAJAPSMMQdJv6BO19sZ9FFCeQ E94ApAmv8g7SxiMahR9pjT+dzz8ZbEKxYlC9yY3TEWha0ogVkuTt/hm/sqaw81Gp HuAxHi+T1biVu13Rh3yGYXfF9LJCYP+qb53wlufWuxiyjJwZfKOxcYbxenCD3VMj qJMQd35vCU6iI2g+PMvAAcZUUVOqyMKoeXy9/jvC8Boxmxg7PRQtARQ25vaYJ8Hd qxfp86lhhV3+cvAVIAlIIzmqG2a4QmQrAnbFlvKrYxkLOn1fGaZshi8A5GRxLoKo fY3fstiWfkjYs/gcceW8ujx2j3y+IQzndIQeLYeuzeY/ISSxMXg+wxHcGaZQBtrS jo4bDkwsGbI4PNO20S8nHIsecYb/5qj8wlpep+3zypKuont3Nbai4HkemQxPgM/L UgP3FplVK9BKJeiiuHmCNRKpzUQGMLN1CNuE4iagiBIs0QHEvjhBAfYBJ+4RBCxx FkfVUpd2QjTd++h4hsFJlDB2wY1khEN9KgEhusEOz7rsyqxvMmWEZwlxFEIrSuoi YkEPHhsu6B/7+y7Bs2Q9uUlywav9uKHgtTR0hQ+YHMnSP6nfNquEb+tZAzTlk2hK WOMRm0K4smgF96t+WhlxYMAhPquuoK3PahQtCHu5hTPdnjCs71/xZ8PEKq6Bzgmx UTiTgU37kGketdSmV2MG =XodJ -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "qubes-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-devel/607bc94e-1501-a483-d1e0-d8801ac809a6%40ipsumj.de. For more options, visit https://groups.google.com/d/optout.
From 6dc10be352b994965c98f5fd9b0fdae95e87f1d7 Mon Sep 17 00:00:00 2001 From: HW42 <[email protected]> Date: Wed, 13 Jul 2016 18:30:00 +0200 Subject: [PATCH] comps: install gnome-icon-theme{,-legacy} for xfce Without those icon themes a lot of icons are missing with the default settings. IconThemeName is set to 'gnome' by default in /xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml. --- conf/comps-qubes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/comps-qubes.xml b/conf/comps-qubes.xml index 08135aa..5b9cf55 100644 --- a/conf/comps-qubes.xml +++ b/conf/comps-qubes.xml @@ -1118,6 +1118,8 @@ <packagereq>xfwm4-themes</packagereq> <packagereq>yumex</packagereq> <packagereq>zenity</packagereq> + <packagereq>gnome-icon-theme</packagereq> + <packagereq>gnome-icon-theme-legacy</packagereq> </packagelist> </group> <group> -- 2.8.1
0001-comps-install-gnome-icon-theme-legacy-for-xfce.patch.sig
Description: PGP signature
