GTK Theme for Specific Application

From Birnam Designs Wiki

Jump to: navigation, search

You can run an application with a specific GTK theme by wrapping the executable with a script that creates and environment variable first:

  • rename application to application_bin
#!/bin/sh
env GTK2_RC_FILES=/usr/share/themes/THEME_NAME/gtk-2.0/gtkrc application_bin "$@"

(does not seem to work for all applications)

Share This!
This page was last modified on 11 February 2010, at 19:57. This page has been accessed 718 times.