Advertisement
Guest User

Untitled

a guest
Oct 25th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.40 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. gnome-session --session=ubuntu-2d &
  7.  
  8. [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
  9. [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
  10. xsetroot -solid grey
  11. vncconfig -iconic &
  12. #x-terminal-emulator -geometry 1280x1024+10+10 -ls -title "$VNCDESKTOP Desktop" &
  13. #x-window-manager &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement