* [PATCH 0/1] x11vnc: fix CAPS_LOCK issues
@ 2014-01-16 14:25 Laurentiu Palcu
2014-01-16 14:25 ` [PATCH 1/1] " Laurentiu Palcu
0 siblings, 1 reply; 2+ messages in thread
From: Laurentiu Palcu @ 2014-01-16 14:25 UTC (permalink / raw)
To: openembedded-core
The following changes since commit cea75f9c8c083d76ad8c45127be332665ef09d06:
ltp: fix makefile race (2014-01-15 17:26:50 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib lpalcu/b4149_vnc_caps_lock
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/b4149_vnc_caps_lock
Laurentiu Palcu (1):
x11vnc: fix CAPS_LOCK issues
.../x11vnc/files/starting-fix.patch | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] x11vnc: fix CAPS_LOCK issues
2014-01-16 14:25 [PATCH 0/1] x11vnc: fix CAPS_LOCK issues Laurentiu Palcu
@ 2014-01-16 14:25 ` Laurentiu Palcu
0 siblings, 0 replies; 2+ messages in thread
From: Laurentiu Palcu @ 2014-01-16 14:25 UTC (permalink / raw)
To: openembedded-core
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]
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
.../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@intel.com>
+Signed-off-by: Laurentiu Palcu <laurentiu.palcu@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
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-16 14:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-16 14:25 [PATCH 0/1] x11vnc: fix CAPS_LOCK issues Laurentiu Palcu
2014-01-16 14:25 ` [PATCH 1/1] " Laurentiu Palcu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox