Page 2 of 2

Re: LXAppearance and LXSession

Posted: 15. Sep 2010, 22:40
by thenktor
zachary, you got it right. But a settings demon is not a session manager ;)

Re: LXAppearance and LXSession

Posted: 22. Oct 2010, 15:50
by zAchAry
thenktor wrote:AFAIK LXappearance just modifies the .gtkrc-2.0 file. Nothing else is needed.
True. x1
thenktor wrote:zachary, you got it right. But a settings demon is not a session manager ;)
True. x2
Duncan_Idaho wrote:maybe it has to do with how gnome and xfce manage their sessions, I guess
Exactly! I only noticed yesterday that /sbin/pidof lxsession is not running at all.
My problem was that I've used gnome-settings-daemon (on GNOME) or xfsettingsd (on Xfce) and LXAppearance can't affect the GTK+ applications when one of these settings demons is running at the same time... I feel so stupid :oops: but, at least, I got smarter :D

I figured this out when I've seen thenktor's Openbox autostart.sh, no session manager or settings demon was there whatsoever, and thenktor, of course, is using fancy GTK+ themes [screenshot], and I remember that I received this annotation from ray.

Offtopic:
I've also found today a really nice feature of the popup delay time of gtk+ menus
add to your ~/.gtkrc-2.0 file one of these lines:

Code: Select all

gtk-menu-popup-delay = 1
gtk-menu-popup-delay=4000
gtk-menu-popup-delay=2000