Advertisement
workdowg

archarm xfce4startup

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