Shutdown after idle time?
Hi,
I'm using Linux Mint 11 and want to shut down my computer automatically after a defined idle time (in the case I leave my desk and forget to shut down manually).
Standy and hibernation work with the power manager but I can't find any shut down option - how can I solve this? I need the shut down option instead of hibernation for securing that my encrypted data stays safe.
Thanx,
Christian
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Sam_
- Solved:
- 2011-06-07
- Last query:
- 2011-06-07
- Last reply:
- 2011-06-06
Sam_ (and-sam) said : | #1 |
Mint with Gnome-shell?
Section: Shut down or restart
http://
Or Gnome 2.32?
http://
There're also several GUIs to shutdown at a certain time (at least for Ubuntu)
gshutdown
kshutdown
shutdown
Otherwise refer to Mint community, wiki, tutorials.
http://
Or via terminal:
e.g.
# shutdown in 60 minutes
sudo shutdown -h +60
# shutdown 8:30 pm
sudo shutdown -h 20:30
# manpage
man shutdown
Sam_ (and-sam) said : | #2 |
In case of Xfce-session refer to their tutorials.
http://
Gaga Signor (gaga-signor) said : | #3 |
Thank you for your immediate reaction. Unfortunately I can't find a solution to my problem in your answer.
I know how to shut down my computer; and I know that I can plan this manually via terminal or via one of the mentioned small GUI programms.
What I need is an automatically startet service, running in the background, which shuts down my computer after a defined idle time, eg. 30 minutes of inactivity. Gnome Power Manager does this job almost perfectly, but lacks an option to shut down the computer instead of using suspend or hibernation. Or maybe I can't find this option?
If there is no such option in the gnome power manager, do you know any other program or script that can do the required task for me?
Thanks!
Christian
|
#4 |
Websearch found some scripts.
http://
http://
# Translation from german ubuntuusers
http://
Gaga Signor (gaga-signor) said : | #5 |
Thank you for this. I will try and hope that it works.
I admit that I hoped for something more newbie friendly as an automatic shutdown seems to be a standard feature elsewhere.
Nevertheless, thank you.
C.