You are not logged in.
Recently, the ctrl key (for example ctrl+F) stopped working when I connect to a vncserver running tigervnc... anyone else? Must be something recent package-wise because it has always worked in the past.
On the server, I run simply:
% cat ~/.vnc/xstartup
#!/bin/sh
exec startlxdeTo start the server:
% vncserver -geometry 1792x1008 -alwayssharedLast edited by graysky (2014-11-15 11:41:30)
Offline
The culprit is fltk-1.3.3-1... downgrading to 1.3.2-5 and restarting the vncserver fixes the problem.
Offline