Welcome, Guest! Log In | Create Account

FAQ

From kshutdown

Jump to: navigation, search

Contents

How To

How to shutdown system everyday at the specified time?

[Requires KShutdown 2.0 Beta 8] Add the following command to the system autostart:

kshutdown --shutdown 20:00

The time must be in HH:MM format.

To hide window on application startup add the --init parameter:

kshutdown --init --shutdown 20:00

See also: Command Line

General

Qt4 Build vs. KDE4 Build

Is there a RSS so that I can follow KShutdown updates?

KDE 4

Is there any other command that can cleanly logout KDE 4 and turn off computer?

DCOP is not used anymore in KDE4. You can try the DBUS command instead to turn off the computer:

dbus-send --print-reply --session \
--dest=org.kde.ksmserver \
/KSMServer org.kde.KSMServerInterface.logout \
int32:0 int32:2 int32:2
Personal tools