https://bugs.kde.org/show_bug.cgi?id=481938
--- Comment #46 from jblake@e.email --- (In reply to Gau from comment #41) > (In reply to Rich Johnson from comment #5) > > I've created 2 files in /usr/share/dbus-1/services to make my Restart, > > Shutdown & Logout work again: > > > > $ cat org.kde.Shutdown.service > > [D-BUS Service] > > Name=org.kde.Shutdown > > Exec=/usr/bin/plasma-shutdown > > > > $ cat org.kde.LogoutPrompt.service > > [D-BUS Service] > > Name=org.kde.LogoutPrompt > > Exec=/usr/lib/x86_64-linux-gnu/libexec/ksmserver-logout-greeter > > Can you explain for novice users step by step how to create the files? > I can't get it to work Open Konsole (terminal) and navigate to /usr/share/dbus-1/services. Then sudo nano org.kde.Shutdown.service When the text editor opens type in (or copy and paste) the Name= and Exec= scripts. Save the changes with Ctrl+ O and exit with Ctrl+ X. -- You are receiving this mail because: You are watching all bug changes.