[Xfce-bugs] [Bug 6690] Unable to mount/unmount shutdown/reboot when using startxfce4 from a tty
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Thu Oct 28 19:23:18 CEST 2010
http://bugzilla.xfce.org/show_bug.cgi?id=6690
--- Comment #11 from Samuli Suominen <ssuominen at gentoo.org> 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.
More information about the Xfce-bugs
mailing list