This commit is contained in:
岳松
2016-10-19 17:33:28 +08:00
parent ace06cb8a1
commit a6dbbfd107
3 changed files with 21 additions and 27 deletions

View File

@@ -1,20 +1,10 @@
#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
#unset DBUS_SESSION_BUS_ADDRESS
#startxfce4 &
#export XKL_XMODMAP_DISABLE=1
#exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
exec /etc/X11/xinit/xinitrc
#/etc/xdg/xfce4/xinitrc
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#exec /usr/bin/xfce4-session &
exec /etc/X11/xinit/xinitrc
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#twm &
startxfce4 &