Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Is there an app, similar to the run app window which starts on <ALT F2> which will allow to run apps as root. I.E. one that asks for the root password in a popup window?
gnome. I want it more for things like switching xgl on and off etc. Like when you go into software installer (yast on sue) a window pops up asking for root password. Then anythng you do in yast after that executes in su mode.
Terminal sorry. I have shell scrips to start stop xgl. They have to be executed as su. So at the moment I open terminal, su to root and then run command. OK, it doesn't take that much effort. But it would be nice to have an icon for starting/stopping. Click on, enter password, that's it.
Also might be handy for other apps needing root privaliges.
i'm not on a Linux system right now but what does the gnomesu manual say? maybe you could do
Code:
gnomesu <program>
and it would just want a password. then you can put that in a script and call that from a menu.... or depending on the menu, just call the command directly
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.