I think you should do it not only for
SuSE. I think that these variables are
standard gnome/gtk variables and if you
want to be sure to disable the users theme
you should remove them for all distributions.
/T
Eric Davis wrote:
Try this: I reinstalled the gtk-qt-engine package and put this before I
initialized my wxapp:
if platform.system() == 'Linux':
if platform.dist()[0].lower() == 'suse':
del os.environ['GTK_RC_FILES']
del os.environ['GTK2_RC_FILES']
That did it!
Thanks Toni!
Eric
James A. Galbraith wrote:
>Eric,
>>
>I tried it and it does work, however I can't ask any potential users
>to modify their systems in such a manner that they might not support
>other things they need.
>>
>It's interesting that QT is affecting how wx works . . . sound
>familiar? . . .
>>
>Jim
>>
>Wed, 30 Nov 2005 09:42:46 -0700, Eric Davis <endavis (AT) gmail (DOT) comwrote:
>>
Nevermind,
remove the gtk-qt-engine package and it works.
Thanks,
Eric
James A. Galbraith wrote:
Hi All,
I've got an app I have put together that I am testing under
several different environments, primarily Mandrake, Suse, and
Windows. All three platforms are running wxPython 2.6. The
problem I am having is this: not all of my color settings are
being show under Suse. Specifically, my button foreground color
and my panel background. The colors that are specifically set in
my .xrc file are being shown with the default color (it appears)
instead. The colors I have set for static text is K - it's just
those darn buttons and panel backgrounds! Everything is just fine
under Mandrake and Windows.
Any ideas?
Thanks
Jim
To unsubscribe, e-mail: wxPython-users-unsubscribe (AT) lists (DOT) wxwidgets.org
For additional commands, e-mail: wxPython-users-help (AT) lists (DOT) wxwidgets.org
>>
>>
>>
To unsubscribe, e-mail: wxPython-users-unsubscribe (AT) lists (DOT) wxwidgets.org
For additional commands, e-mail: wxPython-users-help (AT) lists (DOT) wxwidgets.org
To unsubscribe, e-mail: wxPython-users-unsubscribe (AT) lists (DOT) wxwidgets.org
For additional commands, e-mail: wxPython-users-help (AT) lists (DOT) wxwidgets.org