Advertisement
Guest User

Untitled

a guest
Sep 9th, 2012
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. # Uncomment the following two lines for normal desktop:
  4. unset SESSION_MANAGER
  5. exec /etc/X11/xinit/xinitrc
  6.  
  7. [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
  8. [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
  9. xsetroot -solid grey
  10. vncconfig -iconic &
  11. x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
  12. x-window-manager &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement