View | Details | Raw Unified | Return to bug 20632
Collapse All | Expand All

(-)/tmp/Xsession.orig (-1 / +3 lines)
Lines 124-130 Link Here
124
# Merge in defaults and keymaps.
124
# Merge in defaults and keymaps.
125
MergeResources /etc/X11/Xresources "$HOME/.Xresources" "$HOME/.Xdefaults"
125
MergeResources /etc/X11/Xresources "$HOME/.Xresources" "$HOME/.Xdefaults"
126
126
127
/etc/X11/xinit/xrootwarn || exit
127
if [ -x /etc/X11/xinit/xrootwarn ];then
128
	/etc/X11/xinit/xrootwarn || exit
129
fi
128
130
129
TryXBrowser()
131
TryXBrowser()
130
{
132
{

Return to bug 20632