Executing Epoptes in a guest account

Asked by TarapiaTapioco

Hi there,

I'm trying to excecute epoptes (server-side application) in a guest account.
I've modified the script in /usr/sbin/guest-account so, every time that a new guest user will be create, this account will be into the epoptes group.

Despite this modification, Epoptes is still not working.

The error that epoptes reports me is:
/usr/lib/python2.7/dist-packages/epoptes/ui/gui.py:83: GtkWarning: Unknow property: GtkMenu.ubuntu-localo
self-wTree.add_from_file('epoptes.ui')
Connection with epoptes failed:
An error occured while connection: 13: Permission denied.

Have you got any suggestions?

Question information

Language:
English Edit question
Status:
Invalid
For:
Epoptes Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Alkis Georgopoulos (alkisg) said :
#1

When a user joins a group, she needs to re-login in order for the change to take effect.
To avoid that, either use pam_group,
or the newgrp command before the session starts.

Google them, the details on how to appropriately join a group isn't related to epoptes.