← Back to team overview

epoptes team mailing list archive

[Merge] lp:~oiteam/epoptes/remote-assist-grab-local-input into lp:epoptes

 

Laércio de Sousa has proposed merging lp:~oiteam/epoptes/remote-assist-grab-local-input into lp:epoptes.

Requested reviews:
  Epoptes Developers (epoptes)

For more details, see:
https://code.launchpad.net/~oiteam/epoptes/remote-assist-grab-local-input/+merge/131882

As discussed in https://bugs.launchpad.net/epoptes/+bug/977637, would you accept to merge this workaround upstream for now?
-- 
https://code.launchpad.net/~oiteam/epoptes/remote-assist-grab-local-input/+merge/131882
Your team Epoptes Developers is requested to review the proposed merge of lp:~oiteam/epoptes/remote-assist-grab-local-input into lp:epoptes.
=== modified file 'data/client-functions'
--- data/client-functions	2012-07-31 04:15:22 +0000
+++ data/client-functions	2012-10-29 12:04:22 +0000
@@ -224,7 +224,7 @@
 # Parameters:
 # $1 = port.
 get_assisted() {
-    background x11vnc -noshm -24to32 -connect_or_exit "$SERVER:$1"
+    background x11vnc -noshm -24to32 -grabptr -grabkbd -connect_or_exit "$SERVER:$1"
 }
 
 # Deactivate the screensaver, in order for the users to watch a broadcast.


Follow ups