Public bug reported:
Sharing teacher screen to a student fails when teacher is using a client and
not sitting at the server. Work around provided by Alkis:
-- open gui.py file (for example:
/usr/lib/python2.6/dist-packages/schscripts/client/gui.py)
-- find line with "192.168"
(for example: self.runas_sudo_user(['x11vnc', '-nopw', '-quiet', '-viewonly',
'-shared', '-forever', '-nolookup', '-rfbport', '5903',)
-- add "-noshm"
(for example: self.runas_sudo_user(['x11vnc', '-noshm', '-nopw', '-quiet',
'-viewonly',
'-shared', '-forever', '-nolookup', '-rfbport', '5903',)
Save, then works as expected.
** Affects: sch-scripts
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Linux
Greek Teachers, which is subscribed to sch-scripts.
https://bugs.launchpad.net/bugs/761717
Title:
Teacher screen sharing doesn't work if the teacher is seated on a thin
client
Status in Scripts for Greek school labs using Ubuntu/LTSP:
New
Bug description:
Sharing teacher screen to a student fails when teacher is using a client and
not sitting at the server. Work around provided by Alkis:
-- open gui.py file (for example:
/usr/lib/python2.6/dist-packages/schscripts/client/gui.py)
-- find line with "192.168"
(for example: self.runas_sudo_user(['x11vnc', '-nopw', '-quiet', '-viewonly',
'-shared', '-forever', '-nolookup', '-rfbport', '5903',)
-- add "-noshm"
(for example: self.runas_sudo_user(['x11vnc', '-noshm', '-nopw', '-quiet',
'-viewonly',
'-shared', '-forever', '-nolookup', '-rfbport', '5903',)
Save, then works as expected.
_______________________________________________
Mailing list: https://launchpad.net/~linux.sch.gr
Post to : [email protected]
Unsubscribe : https://launchpad.net/~linux.sch.gr
More help : https://help.launchpad.net/ListHelp