source: npl/X/rdesktop/run

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100755
File size: 339 bytes
Line 
1#!/bin/bash
2source /etc/rdesktop.conf
3export DISPLAY=:0
4
5#exit if X is not up yet
6netstat -nap | grep LISTEN | grep :6000 || exit 1   
7
8killall -9 xv
9xv -root -max -smooth /etc/splash/S/800x600.jpg -viewonly &
10if ! rdesktop $HOST -f -x l -P; then
11    xmessage -center "Cannot connect to terminal server at $HOST. Press OK to try again"
12fi
Note: See TracBrowser for help on using the repository browser.