Advertisement
workdowg

archarm lxstartup

Apr 20th, 2012
585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #!/bin/sh
  2. #name this file lxstartup
  3. #this file goes in /root/.vnc
  4. #this file needs to executable "chmod 755 lxstartup"
  5. xrdb $HOME/.Xresources
  6. xsetroot -solid grey
  7. xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
  8. exec ck-launch-session startlxde &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement