http://bugzilla.xfce.org/show_bug.cgi?id=6690
--- Comment #11 from Samuli Suominen <[email protected]> 2010-10-28 19:23:17 CEST --- This is from /etc/X11/Sessions/Gnome: # run all system xinitrc shell scripts. if [ -d /etc/X11/xinit/xinitrc.d ]; then for i in /etc/X11/xinit/xinitrc.d/* ; do if [ -x "$i" ]; then . "$i" fi done fi This is from /etc/X11/xinit/xinitrc: if [ -d /etc/X11/xinit/xinitrc.d ] ; then for f in /etc/X11/xinit/xinitrc.d/* ; do [ -x "$f" ] && . "$f" done unset f fi Shouldn't /etc/xdg/xfce4/xinitrc have same? In Gentoo, 90-consolekit is installed at /etc/X11/xinit/xinitrc.d which does the checking of $GDMSESSION, $XDG_SESSION_COOKIE, $CK_LAUNCH_SESSION and so forth and sets command="$CK_LAUNCH_SESSION $command". I know Debian/Ubuntu has similar file. Then there's also 80-dbus which does the dbus-launch. I think that alone would allow plain startxfce4 to work with dbus and CK. -- Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] http://foo-projects.org/mailman/listinfo/xfce-bugs
