1*eb8dc403SDave Cobbley"-gui" & "-rfbport" require "wish" installed, or else x11vnc fails to start. 2*eb8dc403SDave CobbleyRemoving these 2 parameters makes x11vnc works well on poky sato image. 3*eb8dc403SDave Cobbley 4*eb8dc403SDave CobbleyAdd also -skip_lockkeys option to ignore all Caps_Lock, Shift_Lock, Num_Lock, 5*eb8dc403SDave CobbleyScroll_Lock keysyms received from viewers, in order to leave the lock state on 6*eb8dc403SDave Cobbleythe server side unchanged. Yet, the keys will appear correctly. 7*eb8dc403SDave Cobbley 8*eb8dc403SDave CobbleySigned-off-by: Zhai Edwin <edwin.zhai@intel.com> 9*eb8dc403SDave CobbleySigned-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> 10*eb8dc403SDave Cobbley 11*eb8dc403SDave CobbleyUpstream-Status: Inappropriate [configuration] 12*eb8dc403SDave Cobbley 13*eb8dc403SDave CobbleyIndex: x11vnc-0.9.12/x11vnc/x11vnc.desktop 14*eb8dc403SDave Cobbley=================================================================== 15*eb8dc403SDave Cobbley--- x11vnc-0.9.12.orig/x11vnc/x11vnc.desktop 2011-03-03 10:33:18.000000000 +0800 16*eb8dc403SDave Cobbley+++ x11vnc-0.9.12/x11vnc/x11vnc.desktop 2011-03-03 10:35:20.000000000 +0800 17*eb8dc403SDave Cobbley@@ -1,7 +1,7 @@ 18*eb8dc403SDave Cobbley [Desktop Entry] 19*eb8dc403SDave Cobbley Name=X11VNC Server 20*eb8dc403SDave Cobbley Comment=Share this desktop by VNC 21*eb8dc403SDave Cobbley-Exec=x11vnc -gui tray=setpass -rfbport PROMPT -bg -o %%HOME/.x11vnc.log.%%VNCDISPLAY 22*eb8dc403SDave Cobbley+Exec=x11vnc -bg -rfbport 5900 -skip_lockkeys -o %%HOME/.x11vnc.log.%%VNCDISPLAY 23*eb8dc403SDave Cobbley Icon=computer 24*eb8dc403SDave Cobbley Terminal=false 25*eb8dc403SDave Cobbley Type=Application 26