You are not logged in.
Pages: 1
Hello.
I have an arch installation with working kde, ssh. I want to connect to it's desktop from a windows machine. I've installed local/tightvnc 1.2.9-4:
pacman -Sy tightvnc
when i stat the vnc server via ssh i can connect to the x with the vnc client(a blank black screen with a mouse pointer appears).
how to get the kde started in the vnc?
thank you for your time and help.
Offline
Edit ~/.vnc/xstartup (create it if it's not there), and add the required start command for kde (I don't have kde here, so I'm not sure what it is).
Offline
Hello.
I have an arch installation with working kde, ssh. I want to connect to it's desktop from a windows machine. I've installed local/tightvnc 1.2.9-4:
pacman -Sy tightvncwhen i stat the vnc server via ssh i can connect to the x with the vnc client(a blank black screen with a mouse pointer appears).
how to get the kde started in the vnc?
thank you for your time and help.
edit ~/.vnc/xstartup
remove
exec twm &
and replace with
startkde &
Offline
it works. thank you
Offline
it works. thank you
Please add "Solved" to your subject line to let others know its fixed. Cheers!
Offline
Pages: 1