epoptes team mailing list archive
-
epoptes team
-
Mailing list archive
-
Message #00153
[Bug 978050] Re: Broadcasts not working properly in multiseat environment
Could you try this change?
sudo gedit /usr/lib/python2.7/dist-packages/epoptes/ui/gui.py
line 279, change it from:
self.execOnSelectedClients(["receive_broadcast", self.vncport,
self.pwd, fullscreen], mode=EM_SYSTEM_OR_SESSION)
to:
self.execOnSelectedClients(["receive_broadcast", self.vncport,
self.pwd, fullscreen], mode=EM_SESSION_OR_SYSTEM)
Close an reopen epoptes, and see if it helped.
** Changed in: epoptes
Importance: Undecided => Low
** Changed in: epoptes
Status: New => Incomplete
** Changed in: epoptes
Assignee: (unassigned) => Alkis Georgopoulos (alkisg)
--
You received this bug notification because you are a member of Epoptes
Developers, which is the registrant for Epoptes.
https://bugs.launchpad.net/bugs/978050
Title:
Broadcasts not working properly in multiseat environment
Status in Epoptes:
Incomplete
Bug description:
I have a multiseat setup in my lab, with 8 CPUs for 16 seats, using
Userful Multiplier. Epoptes works very well with all seats, except for
broadcasting. When I try to broadcast my server screen to all clients,
sometimes it doesn't show at all, sometimes it shows in the first seat
of each computer only.
When I select the second seat (DISPLAY = :1) of a given computer and
try to broadcast to that seat only, it shows in the first seat
(DISPLAY = :0) anyway.
Nevertheless, I can access each seat remotely without any problem.
To manage notifications about this bug go to:
https://bugs.launchpad.net/epoptes/+bug/978050/+subscriptions
References