Advertisement
Guest User

Untitled

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