Bug 395159 - Support launching application as another user
Summary: Support launching application as another user
Status: RESOLVED INTENTIONAL
Alias: None
Product: plasmashell
Classification: Plasma
Component: Application Launcher (Kickoff) widget (other bugs)
Version First Reported In: 5.12.5
Platform: Neon Linux
: NOR wishlist
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-08 20:34 UTC by V字龍(Vdragon)
Modified: 2018-06-08 21:18 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.