LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   VNC & KDE - FAQ example doesnt work (https://www.linuxquestions.org/questions/linux-networking-3/vnc-and-kde-faq-example-doesnt-work-29458/)

RedHat123 09-02-2002 10:40 PM

VNC & KDE - FAQ example doesnt work
 
Here is what the VNC FAQ's answer to get KDE displayed in a VNC client
http://www.uk.research.att.com/vnc/faq.html#q21

case "$VNCDESKTOP" in
kde)
startkde &
;;
*)
xterm -geometry 40x10+40+40 -ls -title "$VNCDESKTOP Desktop" &
twm &
;;
esac


it still dont work - Im running RH 7.2 with KDE. Anyone got any tips ?



:study:

RedHat123 09-02-2002 10:49 PM

got it
 
I did some more google searching, found an example. the example was simply the default script and changing the twm entry to startkde


:p


goovy baby, ya!


All times are GMT -5. The time now is 06:19 PM.