Tiny Core Linux

General TC => General TC Talk => Topic started by: bmarkus on March 11, 2010, 04:45:54 AM

Title: 'GTK theme' article added to Wiki
Post by: bmarkus on March 11, 2010, 04:45:54 AM
Just added a new article to the Wiki about setting up GTK theme:

http://wiki.tinycorelinux.com/tiki-index.php?page=GTK+themes
Title: Re: 'GTK theme' article added to Wiki
Post by: Juanito on March 11, 2010, 05:05:27 AM
Thanks for the contribution.

I've been trying on and off for ages to understand how to get all of the icons in rhythmbox to display using an "official" method as opposed to "blunt instrument".

The "blunt instrument" method is basically to delete /usr/local/share/icons/hicolor and to replace it with a symlink  hicolor -> gnome.

I'm sure your article is part of the solution, as is (perhaps) "update-gtk-icon-cache -q -f -t /usr/local/share/icons/hicolor", but any suggestions would be welcome.
Title: Re: 'GTK theme' article added to Wiki
Post by: bmarkus on March 11, 2010, 05:18:27 AM
I remember your long lasting problem with rythmbox. Unfortunately I have never tried it. Setup described in Wiki works for all environment and extensions I'm using.

Quote
The "blunt instrument" method is basically to delete /usr/local/share/icons/hicolor and to replace it with a symlink  hicolor -> gnome.

may work in a specific case but breaks the theme environment due to hardcoded gnome theme :( It looks a rhythmbox issue. Or it is not a bug but something is still missing which is expected by only rythmbox. Checking other distributions may help.
Title: Re: 'GTK theme' article added to Wiki
Post by: Juanito on March 11, 2010, 08:44:10 AM
well, well, well - the trick is:
Code: [Select]
"gtk-update-icon-cache -q -f -t /usr/local/share/icons/hicolor"
..note "gtk-update-" and not "update-gtk-"

I guess hicolor-icon-theme needs to be added as a rhythmbox dep  :P