students remove epoptes from startup

Asked by Tom Heller

I am using Ubuntu 14.04 with a fat client server. One of my little hackers, I mean darlings has figured out he can remove epoptes from the "Startup Applications Menu" so now I cannot see him. Is there a way to enforce epoptes in the startup script of all clients?

Question information

Language:
English Edit question
Status:
Solved
For:
Epoptes Edit question
Assignee:
No assignee Edit question
Solved by:
Fotis Tsamis
Solved:
Last query:
Last reply:
Revision history for this message
Best Fotis Tsamis (ftsamis) said :
#1

Run these commands:

sudo -i
ls /home/*/.config/autostart/epoptes-client.desktop
rm /home/*/.config/autostart/epoptes-client.desktop
sed 's/.*GNOME.*/Hidden=true/' -i /etc/xdg/autostart/epoptes-client.desktop

Revision history for this message
Tom Heller (theller-8) said :
#2

Thanks Fotis Tsamis, that solved my question.