Magellan Linux

Contents of /alx-src/tags/alxconf_20060908_8/bin/X-no-wm.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1599 - (show annotations) (download) (as text)
Thu Dec 2 15:20:49 2010 UTC (13 years, 6 months ago) by niro
File MIME type: application/x-sh
File size: 303 byte(s)
tagged 'alxconf_20060908_8'
1 #!/bin/bash
2 #
3 # runs a single Xserver session owned by user station
4 #
5 # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/bin/X-no-wm.sh,v 1.3 2005-04-12 20:45:55 niro Exp $
6
7 source /etc/alxconfig-ng/config.rc
8
9 su - ${ALX_UNPRIV_USER} -c "source /etc/profile;/usr/X11R6/bin/xinit ~/.xinitrc" &> /dev/null