[oe-commits] Laurentiu Palcu : x11vnc: fix CAPS_LOCK issues

git at git.openembedded.org git at git.openembedded.org
Sun Feb 9 11:01:55 UTC 2014


Module: openembedded-core.git
Branch: dora
Commit: 7b4790b67e53071e19a243b31c159b2f1014575f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7b4790b67e53071e19a243b31c159b2f1014575f

Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
Date:   Thu Jan 16 16:25:08 2014 +0200

x11vnc: fix CAPS_LOCK issues

Currently, pressing CAPS_LOCK on the viewer changes the lock state on
the server and the key will not change the case.

To fix this, use -skip_lockkeys option to ignore all Caps_Lock,
Shift_Lock, Num_Lock, Scroll_Lock keysyms received from viewers, in
order to leave the lock state on the server side unchanged. However, the
keys will appear correctly on the remote side.

[YOCTO #4149]

(From OE-Core master rev: 1e06d5ce83439b5bd75a958f305e6a880d40333d)

Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-graphics/x11vnc/files/starting-fix.patch | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/x11vnc/files/starting-fix.patch b/meta/recipes-graphics/x11vnc/files/starting-fix.patch
index cfaa797..f62e405 100644
--- a/meta/recipes-graphics/x11vnc/files/starting-fix.patch
+++ b/meta/recipes-graphics/x11vnc/files/starting-fix.patch
@@ -1,8 +1,12 @@
 "-gui" & "-rfbport" require "wish" installed, or else x11vnc fails to start.
 Removing these 2 parameters makes x11vnc works well on poky sato image.
 
+Add also -skip_lockkeys option to ignore all Caps_Lock, Shift_Lock, Num_Lock,
+Scroll_Lock keysyms received from viewers, in order to leave the lock state on
+the server side unchanged. Yet, the keys will appear correctly.
 
 Signed-off-by: Zhai Edwin <edwin.zhai at intel.com>
+Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
 
 Upstream-Status: Inappropriate [configuration]
 
@@ -15,7 +19,7 @@ Index: x11vnc-0.9.12/x11vnc/x11vnc.desktop
  Name=X11VNC Server
  Comment=Share this desktop by VNC
 -Exec=x11vnc -gui tray=setpass -rfbport PROMPT -bg -o %%HOME/.x11vnc.log.%%VNCDISPLAY
-+Exec=x11vnc -bg -rfbport 5900 -o %%HOME/.x11vnc.log.%%VNCDISPLAY
++Exec=x11vnc -bg -rfbport 5900 -skip_lockkeys -o %%HOME/.x11vnc.log.%%VNCDISPLAY
  Icon=computer
  Terminal=false
  Type=Application



More information about the Openembedded-commits mailing list