Advertisement
Guest User

Untitled

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