Bug 395159

Summary: Support launching application as another user
Product: [Plasma] plasmashell Reporter: V字龍(Vdragon) <Vdragon.Taiwan>
Component: Application Launcher (Kickoff) widgetAssignee: David Edmundson <kde>
Status: RESOLVED INTENTIONAL    
Severity: wishlist CC: nate, plasma-bugs-null
Priority: NOR    
Version First Reported In: 5.12.5   
Target Milestone: 1.0   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description V字龍(Vdragon) 2018-06-08 20:34:38 UTC
Currently, it seems that Kickoff lacks the functionality to launch an application as another user via Sudo/Polkit like the "Run as Administrator" functionality in Microsoft Windows(R) Start Menu.

Supporting it would cease the need to run kdesudo/pkexec via Krunner or command-line.
Comment 1 Nate Graham 2018-06-08 21:18:14 UTC
(In reply to V字龍(Vdragon) from comment #0)
> launch an application as another user via Sudo

This is officially unsupported everywhere, and Dolphin and Kate in fact don't even run using sudo due to security vulnerabilities. So we won't be able to add a feature to make it easier. :)

> via Polkit

This is unnecessary, since the point of Polkit is that you run apps as a normal user and are prompted by the app itself only at the moment when elevated privileges are required. The app handles everything.