On Tue, 29 Mar 2005 14:57:41 +0100 Simon Morgan <[EMAIL PROTECTED]> wrote: > The problem is that when I run a GNOME/GTK+ program in Blackbox, it > uses the ugly default GTK+ theme. If I start gnome-theme-manager and > select a theme and then restart the program, it uses that theme and > all is good. However, as soon as I logout and back in again it reverts > to the default again. I was told that having gnome-settings-daemon > running would store the theme settings across sessions.
You need a ~/.gtkrc-2.0 file for GTK+ v2 apps and a ~/.gtkrc file for GTK+ v1. Basically they are a copy of the gtkrc file found in that particular theme's directory, with some stuff adapted for local use. So you need a tool that produces and adapts these gtkrc files. The best is probably the Control Panel (or whatever it's called in Gnome). There are 3rd party tools, perhaps others can suggest their favorite. I also have a couple of Bash scripts that can produce them for you, if you don't mind switching GTK+ themes from the console and no preview. Contact me privately (anybody) if you want them, this is not exactly a Blackbox issue anymore. -- Ciprian Popovici -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html
