[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
vncserver & twm in fc2
- From: Mike Fedyk <mfedyk matchmail com>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: vncserver & twm in fc2
- Date: Thu, 08 Jul 2004 18:22:01 -0700
Why on earth would anyone want to use twm? You want to move anything to
extras, it's that.
So, why are the calls to the system xinitrc commented out?
Here is my ~/.vnc/xstartup file:
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]