Bastian Venthur wrote: > David Liontooth schrieb: > >> Bastian Venthur wrote: >> >>> Hi, >>> >>> I don't see where the problem is. Is the gnome-system-monitor not themed >>> correctly when run under KDE? The reason the file is named >>> .gtkrc-2.0-kde is that it is only sourced by KDE, so Gnome is not >>> affected by it's settings and keeps it's own settings. >>> >>> This is actually a feature since you probably want your Gnome apps >>> running under KDE look like KDE apps; but running under Gnome they >>> should keep their own GTK look. >>> >>> Maybe I just misunderstood your bugreport? >>> >>> >> I run gnome-system-monitor (and other applications) remotely from >> several servers that aren't running a desktop. Up to know I've been able >> to get a KDE look for such remote apps too. They then integrate well >> into my local KDE desktop. I imagine this is a common use of X11 >> applications. >> > > Ah, ok now I see your problem. And it is indeed a problem since we > introduced this feature (which appears to be a bug for you) as a fix of > a few other important bugs (like #296657). There was a problem where you > couldn't change the theme under gnome anymore once you've set it to > gtk-qt-engine under KDE. Because of this conflict we decided to separate > the KDE config from the rest which seemed reasonable since usually you > don't want gtk-qt-engine when you're not running a QT based desktop > environment. > > A workaround this bug could be to source the .gtkrc-2.0-kde in your > remote .bashrc (or whatever shell you use), but please note that then > you enable gtk-qt-engine for all desktop environments for you on this > machine (which could cause problems). > Well, this sounds fine to me, and seems to be working well. I just append this to .bashrc:
# Make sure our customised gtkrc file is loaded. # (Activated independently of desktop environment.) export GTK2_RC_FILES=$HOME/.gtkrc-2.0-kde Please close the bug report; no need to keep it lingering around. If David finds a more elegant solution, let me know! Dave > I fear there is nothing else we can do about your bug, but I'll forward > it to the author of gtk-qt-engine David, just in case. > > @David: this is a bugreport from a user starting gtk apps from a remote > server on his local machine. Before our .gtkrc-2.0-kde-patch they were > themed like KDE apps, after our patch they appear like GTK apps again. > The problem obviously is that on the remote machine does not start KDE > (or any other DE) so the .gtkrc-2.0-kde config gets not sourced. Do you > have an idea how to help him? > > > Cheers, > > Bastian > > > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]