Results 1 to 5 of 5
how do you do this? I know how to launch pidgin with whichever interface I like to with the command
GTK2_RC_FILES=/usr/share/themes/themename here/gtk-2.0/gtkrc pidgin
But to do that I have to ...
- 11-04-2009 #1
[SOLVED] Pidgin GTK theme different from system theme
how do you do this? I know how to launch pidgin with whichever interface I like to with the command
But to do that I have to open the terminal type that in and changes are lost after I close pidgin. How can I make pidgin stay with a theme different from the system theme?GTK2_RC_FILES=/usr/share/themes/themename here/gtk-2.0/gtkrc pidgin
regards and thanks for the help
- 11-05-2009 #2
The launcher file is stored in /usr/share/applications/pidgin.desktop
The lineis the execute command, so you can replace that with your custom line as you wrote above. So long as you're starting pidgin from the menu or a desktop launcher, it will use that.Code:Exec=pidgin
- 11-09-2009 #3
Sorry for the delay in responding, I tried to do as you said, opened pidgin.desktop with root priviledges, changed the exec line to
And I get this error:Code:GTK2_RC_FILES=/usr/share/themes/Clearlooks-DarkLime/gtk-2.0/gtkrc pidgin
however, If I type exactly the same command on the terminal (copy-paste) it DOES work and pidgin opens up with the theme. What can I do to fix this?Code:Could not launch 'Pidgin Internet Messenger' Failed to execute child process "GTK2_RC_FILES=/usr/share/themes/Clearlooks-DarkLime/gtk-2.0/gtkrc pidgin" (No such file or directory)
thanks for the help
- 11-09-2009 #4
Hmm. Try is as so
Setting a custom Gtk theme for specific applications urukrama’s weblogCode:bash -c 'GTK2_RC_FILES=/usr/share/themes/Clearlooks-DarkLime/gtk-2.0/gtkrc pidgin'
- 11-11-2009 #5
that did the trick!!! thank you very much!!!


