diff --git a/startkde/plasma-shutdown/org.kde.Shutdown.xml b/startkde/plasma-shutdown/org.kde.Shutdown.xml
index 7184f73ab..b6ea4bcb9 100644
--- a/startkde/plasma-shutdown/org.kde.Shutdown.xml
+++ b/startkde/plasma-shutdown/org.kde.Shutdown.xml
@@ -1,8 +1,14 @@
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.kde.Shutdown">
- <method name="logout"/>
- <method name="logoutAndShutdown"/>
- <method name="logoutAndReboot"/>
+ <method name="logout">
+ <annotation name="org.freedesktop.DBus.Method.NoReply" value="true" />
+ </method>
+ <method name="logoutAndShutdown">
+ <annotation name="org.freedesktop.DBus.Method.NoReply" value="true" />
+ </method>
+ <method name="logoutAndReboot">
+ <annotation name="org.freedesktop.DBus.Method.NoReply" value="true" />
+ </method>
</interface>
</node>