On Thu, Sep 11, 2008 at 3:33 PM, Jeremy Fitzhardinge <[EMAIL PROTECTED]> wrote: > - Things running in the xpra session have their own gtk themes and > fonts. I tried running gnome-appearance-properties from within the > xpra session to set them, but it only affects the main X server's > settings. Most irritiating minor difference: the behaviour of > double/triple-clicking to select lines/words is different, and I've got > no idea where that's even set.
FYI, I happened to figure this out today... the trick is 1) give xpra a dbus session bus 2) run gnome-settings-daemon connected to that bus E.g. if I do dbus-launch xpra start :10 --start-child gnome-settings-daemon then gtk apps in that xpra magically start being themed, so long as gnome-settings-daemon is running. (Curiously, the apps do not themselves need to have access to that session bus.) I'm not really sure how this works, but maybe it will be handy for someone. -- Nathaniel _______________________________________________ Parti-discuss mailing list [email protected] http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
