Don't like ads? PRO users don't see any ads ;-)

archarm lxstartup

By: workdowg on Apr 20th, 2012  |  syntax: None  |  size: 0.26 KB  |  hits: 151  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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 &