1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Tracker @ SourceForge.net:
* Bugs: http://sourceforge.net/p/kshutdown/bugs/
* RFE: http://sourceforge.net/p/kshutdown/feature-requests/
* Patches: http://sourceforge.net/p/kshutdown/patches/
Old KShutDown 1.0.x features:
* Settings: Link creator
* Help: Handbook
* Help: "What's this?" context help
* Action configuration (command before action, pause before action)
* Lock screen after login
* Close CD-ROM before logout
Misc.:
* Use http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/classKStatusNotifierItem.html (?)
* Extras: Recent items
* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538873
* Optionally (--delay <seconds>) show warning message before action,
and automatically continue action if no user reaction
* Optionally mute sound (master mixer) before lock screen
* Include in KDE 4
* "K" menu integration
* Shutdown everyday to save energy:
http://sourceforge.net/p/kshutdown/discussion/324058/thread/538d9af2
* Execute a command:
http://sourceforge.net/p/kshutdown/discussion/324058/thread/e28a7ef9
* Command before action:
http://sourceforge.net/p/kshutdown/discussion/324058/thread/1725b7c5
* Automatically chmod /sbin/shutdown, so every user can shutdown or reboot
* Switch to console mode (tty) [by DigitalCyanide]
* Add test button for "Close CD"
* Optionally force application exit
* Save KDE session if possible
* Remote reboot or shutdown (via SSH)
* Detect unsaved documents (is there any KDE API to do this?)
* "Switch User" menu functionality
* Command to Reboot Directly into Windows
http://sourceforge.net/p/kshutdown/feature-requests/1/
<http://sourceforge.net/p/kshutdown/discussion/324059/thread/ab1a37d2>
- Related: https://bugs.kde.org/show_bug.cgi?id=198255
- API: http://api.kde.org/4.x-api/kdebase-workspace-apidocs/libs/kworkspace/html/classKDisplayManager.html
- http://ksmanis.wordpress.com/2011/04/21/hello-planet-and-grub2-support-for-kdm/
* Offer one time autologin on reboot <https://bugs.kde.org/show_bug.cgi?id=198255>
* Settings: Auto Start options (Linux/Windows)
Scripting:
* Activate action when the CPU usage goes under a certain level
<http://www.autoshutdown.org/index.html>
[by aaron-koensgen, luckymancvp]
* Activate action when selected window disapear
|