LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Program launcher - run as root (https://www.linuxquestions.org/questions/linux-desktop-74/program-launcher-run-as-root-489939/)

BobsYourUncle 10-06-2006 04:28 AM

Program launcher - run as root
 
Is there a simple way to make an application prompt for a root password when you click on its launcher? In the same way system configuration programs ask for root privileges?

truthfatal 10-06-2006 05:22 AM

I use `kdesu`
to lauch a root terminal the launcher would execute `kdesu -c xterm` instead of just `xterm`

try looking at `kdesu --help` for more information :)

BobsYourUncle 10-06-2006 07:59 PM

Thanks, that'll do it. I'm running gnome, which seems to have gnomesu which does the same thing. Thanks again.


All times are GMT -5. The time now is 02:42 PM.