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