2012/6/5 Pavel Timofeev <[email protected]>: > The following reply was made to PR ports/168688; it has been noted by GNATS. > > From: Pavel Timofeev <[email protected]> > To: [email protected], [email protected] > Cc: > Subject: Re: ports/168688: missing icons interface with x11-wm/xfce4 > Date: Tue, 5 Jun 2012 15:35:27 +0400 > > --e89a8f22bb0b0e402004c1b80ccc > Content-Type: text/plain; charset=UTF-8 > > I can confirm this problem
It's not bug, it's normal behaviour. With new Xfce 4.10, default value of icons theme and Gtk theme are empty. To avoid this annoying "bug", there're 3 ways to correct it: - create ~/.gtkrc-2.0 file and add this line gtk-icon-theme-name = "Tango" # Tango theme caveat: you can't change icons theme with settings window. - go to Menu -> Settings -> Appearance -> Icons (need Xfce's session which works) The last, I think it's the best. - copy /usr/local/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml to ~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml search keyword IconThemeName and replace empty by name of icons theme. I've a patch on my box. -- olivier _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-xfce To unsubscribe, send any mail to "[email protected]"
