hi
is there a way / env var to start a specific GTK application in a way that any design overrides are ignored, in my specific case start ZendStudio as like "oxygen-gtk" is not installed at all without remove the packages?
https://bugzilla.redhat.com/show_bug.cgi?id=1056070 https://bugzilla.redhat.com/show_bug.cgi?id=1053565#c5
oxygen-gtk2-1.4.2-1.fc20.x86_64 oxygen-gtk3-1.3.2-1.fc20.x86_64
Am 23.01.2014 11:32, schrieb Reindl Harald:
hi
is there a way / env var to start a specific GTK application in a way that any design overrides are ignored, in my specific case start ZendStudio as like "oxygen-gtk" is not installed at all without remove the packages?
https://bugzilla.redhat.com/show_bug.cgi?id=1056070 https://bugzilla.redhat.com/show_bug.cgi?id=1053565#c5
oxygen-gtk2-1.4.2-1.fc20.x86_64 oxygen-gtk3-1.3.2-1.fc20.x86_64
that seems to work GTK2_RC_FILES should normally point to a config-file looks like in case of a invalid path it happy falls back to "nothing"
[harry@rh:~]$ cat /usr/local/bin/ZendStudio #!/usr/bin/bash GTK2_RC_FILES=fuckyou /usr/local/Zend/ZendStudio/ZendStudio