Comment 8 for bug 980710

Revision history for this message
Ryan Lovett (ryan-spacecoaster) wrote :

I was able to fix this for all users by modifying /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml. I changed:

- <property name="ThemeName" type="string" value="Greybird"/>
- <property name="IconThemeName" type="string" value="elementary-xfce-dark"/>
+ <property name="ThemeName" type="string" value="Adwaita"/>
+ <property name="IconThemeName" type="string" value="Tango"/>

There is no "Greybird" theme on my system nor can I find one in the repositories. The file is in the xfce4-settings package, but I wonder why gnome-terminal (or gtk) isn't reverting to something sensible when a non-existent theme is chosen.