You are not logged in.
Below are screenshots of totem using the Clearlooks theme and the Foresight theme. The difference that concerns me is outlined in red. I'm not sure how that part of the theme is defined in the gtkrc file so I can't figure out what I need to change to make Foresight behave the same way as Clearlooks. Can any of you enlighten me?


Last edited by Cynical (2007-05-17 14:08:56)
Offline
It's Gtk(H)Scale (http://developer.gnome.org/doc/API/2.0/ … Scale.html).
Relevant part of theme:
style "clearlooks-scale" = "clearooks-button"
{
GtkRange::trough-side-details = 1
}
class "GtkScale" style "clearlooks-scale"Offline
Wow thanks for the quick response. I tried added that to the gtkrc but nothing changed, is there anything else I might need to do? Here is a copy of the gtkrc for foresight and clearlooks. I've tried looking through them but its difficult to do without understanding what each element is.
Last edited by Cynical (2007-05-17 12:19:15)
Offline
Wow thanks for the quick response. I tried added that to the gtkrc but nothing changed, is there anything special I should change?
Aside from resetting (setting another one and changing back to Foresight or relogging), no.
Anyway, here's verified one: http://pastebin.archlinux.org/3094 .
Last edited by paem (2007-05-17 12:26:37)
Offline
Ah my mistake, foresight was in my user's theme folder as well as the system-wide one. Removing the former fixed it. Thank you so much for your help.
Offline