Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 533456
Collapse All | Expand All

(-)Xsession.org (-1 / +4 lines)
Lines 41-46 Link Here
41
41
42
unset XKB_IN_USE
42
unset XKB_IN_USE
43
43
44
#Make DBUS start optimally
45
command=$@
46
44
# Run all system xinitrc shell scripts.
47
# Run all system xinitrc shell scripts.
45
xinitdir="/etc/X11/xinit/xinitrc.d"
48
xinitdir="/etc/X11/xinit/xinitrc.d"
46
if [ -d "$xinitdir" ]; then
49
if [ -d "$xinitdir" ]; then
Lines 66-69 Link Here
66
69
67
echo "X session wrapper complete, running session $@"
70
echo "X session wrapper complete, running session $@"
68
71
69
exec $@
72
exec $command

Return to bug 533456