You are not logged in.
Pages: 1
I've been unable to find documentation outlining how to change commands issued by the application launchers in the start menu. Specifically, I need to add 'sudo' to the command of one launcher so that launches the program as 'root'.
Thanks
Offline
Hi Jeeproxx , to modified the command applicaiton launcher ,you shuld locate the .desktop file under /usr/share/applicacitons, for example , if you want modified launcher of synaptic, you should open /usr/share/applicacitons/synaptic.desktop whit your favorite text editor and replace the line :
Exec=synaptic
for
Exec=sudo /usr/sbin/synaptic
or better
Exec=gksu -u root /usr/sbin/synaptic
Offline
Heya Gamin!
Thanks for the help! I moded the .desktop file to EXEC=root application and the application launcher disappeared from the menu. To clarify... the distro I'm using is a moded version of Fedora 7 and sudo isn't part of the picture? Don't ask. So unfortunately i've got some more work to do before I can make this a reality.
Offline
If you plain run applications as "root" from the launchers xfce, then you really need to install either, sudo,gksu or ktsuss. (I recommend the latter).
P.D.
The application disappears from the menu because the command used in the launcher does not exist
Offline
Pages: 1
[ Generated in 0.009 seconds, 11 queries executed - Memory usage: 521.41 KiB (Peak: 522.03 KiB) ]