検討!目論見検討委員会

最近はコミケの締切情報メイン

Ubuntuのxstartup

再インストールするのでメモ
Ubuntu7.04での~/.vnc/xstartup。いろいろ設定した名残も見え隠れする(違

#!/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 &
# startx & # failed
# gnome-session & # failed?
x-window-manager &