dbus-launch --exit-with-session wmaker
EOF
-cat > /etc/skel/.Xdefaults << "EOF"
+X_RESOURCES_FILE="Xresources"
+
+cat > /etc/skel/.${X_RESOURCES_FILE} << "EOF"
xterm*scrollBar: false
xterm*rightScrollBar: false
xterm*saveLines: 1000
-xterm*geometry: 120x45+70+50
+xterm*geometry: 160x60+70+50
xterm*background: #000000
xterm*foreground: #A8A8A8
xterm*color0: #000000
sysresources=/usr/lib/X11/xinit/.Xresources
sysmodmap=/usr/lib/X11/xinit/.Xmodmap
+if [ -r /etc/profile ]; then
+ . /etc/profile
+fi
+if [ -r ~/.bash_profile ]; then
+ . ~/.bash_profile
+fi
+
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xmodmap "$usermodmap"
fi
-# now, we see if xdm/gdm/kdm has asked for a specific environment
+# To fix bug "Cannot open display..." when running commands as su root:
+xhost +localhost
+# now, we see if xdm/gdm/kdm has asked for a specific environment
case $# in
1)
case $1 in
chmod 755 /etc/skel/.xsession
-cp /etc/skel/.{xinitrc,Xdefaults,xsession} /root
-cp /etc/skel/.{xinitrc,Xdefaults,xsession} /home/${REGUSER}
-
# When needed, the X Window System creates the directory /tmp/.ICE-unix if it
# does not exist. If this directory is not owned by root, the X Window System
# delays startup by a few seconds and also appends a warning to the logfile.