Search found 1 match

by TerrorBite
25. May 2011, 13:26
Forum: Documentation
Topic: logging out from openbox (Python Script)
Replies: 4
Views: 9415

Re: logging out from openbox (Python Script)

I was aiming to write a script like this myself (I'm a Ubuntu Openbox user). The one that I found and decided to base my script off was using os.system() to execute the gdm-control utility to tell GDM what to do after the session ended (shutdown, reboot, or do nothing) and then logging out using `op...