https://bugs.kde.org/show_bug.cgi?id=436924
--- Comment #7 from Tobias G. <tobi.goerg...@gmail.com> --- (In reply to David Edmundson from comment #5) > Can we be a lot more sparing with the "VHI" flag. It has already become > completely meaningless. > > In terms of logout order of events is: > > - user clicks button in kickoff this makes a DBus call > - This DBus call auto-activates logout-greeter, this shows a prompt > > - On clicking confirm it makes a new DBus call > - This DBus call auto-activates a helper binary called plasma-shutdown > > - This binary calls into ksmserver to ask apps to quit (which they can > cancel) > > > logout-greeter is the only visual one, though it's worth pointing out it can > be skipped and the call in kickoff can go straight to plasma-shutdown based > on user preferences. Hi there, I'm working on a custom script to update my system at shutdown. The script itself is working, but it needs to be called before shutdown. I already tried to create a systemd script, but systemd shuts down services the script needs before it finishes, but I don't know which exactly are required. So, I had the idea to get the shutdown call by Plasma to redirect it to my script. Replacing the plasma-shutdown executable with my script worked, but it's also called when the system is rebooted. Is there any way to make the script just being called at shutdown? Which command is sent by plasma that actually shuts down the system? Do you know that? I'd be glad if you could help me here! -- You are receiving this mail because: You are watching all bug changes.