https://bugs.kde.org/show_bug.cgi?id=422030

--- Comment #3 from Don B. Cilly <donbci...@gmail.com> ---
Sure. Take this simple service menu. It touches a file that requires elevated
privileges as in the case it is, say, owned by root.

You run that on an 18.04-based system, it works.
You run it on 20.04, it doesn't.
The polkit window for the password does not come up.

[Desktop Entry]
Type=Service
X-KDE-ServiceTypes=KonqPopupMenu/Plugin
MimeType=all/all;
#MimeType=all;
Actions=stouch;
Encoding=UTF-8
Icon=application-x-cd-image

[Desktop Action stouch]
Name=Sudo touch
Icon=edit-redo
Exec=pkexec touch %f; kdialog --title="Touch" --passivepopup="Touched";fi

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to