You are not logged in.
Hello. I've used xfce for a long while now, off and on, and I'm moving back to blackbox. Sweet. The thing is that I want to switch my GTK2 icons to the ones found here:
http://www.gnome-look.org/content/show. … tent=26757
Very nice. I've become reliant on xfce's config utils to get this stuff done. I've used switch2 to get the GTK2 theme to work in general, but in my apps (like rox), it still shows the default icons across the top (the actual folders/file types are displayed correctly).
Any help?
Offline
Take a look at .gtkrc .... .gtkmine .... .gtkrc-2.0 ....
On Rox website there are instructions on how to change icons (toolbar) in Rox ,,,
HTH
Mr Green
Offline
That will work, but I'm interested in getting the whole icon set working, not just those widgets in rox. I'm using gperfection2 (which doesn't have an iconrc file, works perfectly under xfce4 or gnome), and I want to figure out what the option for just switching the iconset for gtk2 is.
The solution on rox' site would work, but I would have to recreate the whole thing entry by entry. Lame.
I've scoured the net, but I haven't found an answer. What entry can I put in my gtkrc file that fixes this?
Offline
I think you put
include "/path/to/your/index.theme"
in .gtkrc-2.0.
Offline
Thanks for the your help, guys.
I've been trying that. When I try to including an index.theme, it appears that GTK is expecting a iconrc file, which, AFAIK, is no longer required in themes. I made a perfunctory iconrc file, and that works, but gperfection2 is 18 megs worth of icons, so I'll not get all those included in the iconrc...
Point is, I'm still searching for the answer.
Offline
gtk-icon-theme-name = "Tango"
Works for me (with tango, obviously), but YMMV.
And where to put icon theme and in what file to put that snippet of code?
Offline
emm .icons .... maybe
Gtk has to know where icons are ... /usr/share/icons normal ... but I like to load some to ~/.icons easy to manage etc...
my2c
Mr Green
Offline
zenned wrote:gtk-icon-theme-name = "Tango"
Works for me (with tango, obviously), but YMMV.
And where to put icon theme and in what file to put that snippet of code?
Put that in ~/.gtkrc-2.0.
Offline
That did it. Thanks zenned! Nicely done!
Thanks for the attention from everyone to this issue.
Hurrah!
Offline
Works for me also, thanks guys!
Offline