Comment 14 for bug 1011482

Revision history for this message
ippsatsi (laz133) wrote :

I installed from epoptes daily builds ppa, (epoptes_0.5.8+bzr461+oi3+201511230531~ubuntu14.04.1_all.deb) in the server and the client and the reconnection works very well.

But when I click on the information button, this does not work and the terminal shows me this error:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/epoptes/ui/gui.py", line 474, in on_tb_client_properties_clicked
    dlg = ClientInformation(self.getSelectedClients(), self.daemon.command)
  File "/usr/lib/python2.7/dist-packages/epoptes/ui/client_information.py", line 60, in __init__
    uname, realname = inst.users[client[C_SESSION_HANDLE]].values()
ValueError: too many values to unpack

I assume that is because in the source code there are pieces of code for multiseat environments, for example I found it in /usr/lib/python2.7/dist-packages/epoptes/core/structs.py:

   def add_user(self, username, realname, seat, handle):
        self.users[handle] = {'uname' : username, 'rname' : realname, 'seat' : seat}