On Wednesday 07 November 2007 21:40:23 Andy Harrison wrote:
> Sorry, I was unclear.  How do I clear vnc clients that are remotely
> connecting to my opensuse 10.2 desktop?  Not connections initiated
> from my desktop.

What do you use as a vnc server?

If you use krfb, so clients connect to your real desktop, then you should be 
able to disconnect clients from the systray icon

If vncserver, use "vncserver -kill <display>", or just "killall vncserver"

If the Xvnc based "remote desktop administration", as set up by YaST, just 
do "killall Xvnc"

If the clients are logged in to kde, you can also get them to log out a little 
more nicely, using dcop.

dcop --user <username> --list-sessions

will give you a list of logged in sessions for that user (in case you use the 
same username). Select the one you want to log out (you can usually tell, 
because the host name is in the session name), and do

dcop --user <username> --session <session name> ksmserver ksmserver logout 0 0 
0

(in case it gets wrapped, that dcop command is all on one line)

Anders

-- 
Madness takes its toll
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to