← Back to team overview

epoptes team mailing list archive

[Merge] lp:~oiteam/epoptes/workaround-broadcasting-multiseat into lp:epoptes

 

Laércio de Sousa has proposed merging lp:~oiteam/epoptes/workaround-broadcasting-multiseat into lp:epoptes.

Requested reviews:
  Epoptes Developers (epoptes)

For more details, see:
https://code.launchpad.net/~oiteam/epoptes/workaround-broadcasting-multiseat/+merge/131881

As discussed in https://bugs.launchpad.net/epoptes/+bug/978050, could you please merge this workaround for broadcasting to work properly in multiseat? I think this could be easily reverted when Epoptes gets a better multiseat support (e.g., when EM_SYSTEM can handle multiple displays).
-- 
https://code.launchpad.net/~oiteam/epoptes/workaround-broadcasting-multiseat/+merge/131881
Your team Epoptes Developers is requested to review the proposed merge of lp:~oiteam/epoptes/workaround-broadcasting-multiseat into lp:epoptes.
=== modified file 'epoptes/ui/gui.py'
--- epoptes/ui/gui.py	2012-10-28 17:07:44 +0000
+++ epoptes/ui/gui.py	2012-10-29 12:02:25 +0000
@@ -303,7 +303,7 @@
         self.execOnSelectedClients(['stop_screensaver'],
             mode=EM_SYSTEM_AND_SESSION)
         self.execOnSelectedClients(["receive_broadcast", self.vncserverport, 
-            self.pwd, fullscreen], mode=EM_SYSTEM_OR_SESSION)
+            self.pwd, fullscreen], mode=EM_SESSION_OR_SYSTEM)
 
 
     def broadcastScreen(self, widget):


Follow ups