Results 1 to 4 of 4
Hi,
Is there a way to run programs from an icon as sudo?
Basically i have vmware workstation installed in ubuntu, it works fine if i type sudo vmware from ...
- 05-21-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 9
Run applications as sudo without command line
Hi,
Is there a way to run programs from an icon as sudo?
Basically i have vmware workstation installed in ubuntu, it works fine if i type sudo vmware from the terminal then enter my password, but is there a way to always run this as sudo without having to type my password - ie launch it straight from the menu / icon
thanks
- 05-21-2009 #2
It sounds like you need gksu vmware (but you will still need your password)
If you are using KUbuntu I believe the equivalent id kdesu vmwareIf we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 05-21-2009 #3Just Joined!
- Join Date
- May 2009
- Posts
- 9
thats great...i don't mind about the password...do i just create a launcher to gksu vmware?
- 05-21-2009 #4
Use nopasswd in sudoer file using visudo command ... example
you should findCode:denis_cooper ALL=NOPASSWD: /bin/cat
will provide most of the options you needCode:man sudoers


Reply With Quote