WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: 'GTK theme' article added to Wiki  (Read 2987 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
'GTK theme' article added to Wiki
« on: March 11, 2010, 01: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
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: 'GTK theme' article added to Wiki
« Reply #1 on: March 11, 2010, 02: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.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: 'GTK theme' article added to Wiki
« Reply #2 on: March 11, 2010, 02: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.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: 'GTK theme' article added to Wiki
« Reply #3 on: March 11, 2010, 05: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