epoptes team mailing list archive
-
epoptes team
-
Mailing list archive
-
Message #01054
[Bug 1058711] Re: teacher shows up in thumbnail list
If you run epoptes from a fat client with ltsp-remoteapps, that means that you don't run it from a fat client but from the server.
That's why the fat client shows up in the UI.
To work around this problem 2 steps are needed:
1) The variables LTSP_CLIENT and LTSP_CLIENT_MAC need to be defined when you run epoptes, e.g.:
teacher@fatclient123:~$ ssh -XC teacher@server LTSP_CLIENT=$LTSP_CLIENT LTSP_CLIENT_MAC=$LTSP_CLIENT_MAC epoptes
2) The file /usr/lib/python2.7/dist-packages/epoptes/ui/gui.py needs to be changed to exclude the root epoptes-client connection of the fat pc:
- if (mac in self.current_macs) and (uid == self.uid):
+ if (mac in self.current_macs) and ((uid == self.uid) or (uid == 0)):
** Changed in: epoptes
Importance: Undecided => Low
** Changed in: epoptes
Status: New => Triaged
--
You received this bug notification because you are a member of Epoptes
Developers, which is subscribed to Epoptes.
https://bugs.launchpad.net/bugs/1058711
Title:
teacher shows up in thumbnail list
Status in Epoptes:
Fix Committed
Bug description:
Using: dpkg -s epoptes
Package: epoptes
Status: install ok installed
Priority: extra
Section: admin
Installed-Size: 1890
Maintainer: Epoptes Developers <epoptes@xxxxxxxxxxxxxxxxxxx>
Architecture: all
Version: 0.5.6-1~precise1
The thumbnail of teacher's pc (ltsp-fat-client) shows up in overview
of epoptes-gui . . .
I thought it's not expected to . . .
ideas what's wrong here?
To manage notifications about this bug go to:
https://bugs.launchpad.net/epoptes/+bug/1058711/+subscriptions
References