Open GoogleCodeExporter opened 9 years ago
I found the answer:
1) Pin the application to the launcher as normal.
2) Locate the applications .desktop file which will be in either:
/usr/share/applications/APPNAME.desktop
~/.local/share/applications/APPNAME.desktop
or somewhere else, use locate .desktop|grep APPAME
3) Open with gedit:
gksudo gedit /usr/share/applications/APPNAME.desktop
4) Change then line
Exec=APP_COMMAND
to
Exec=gksudo -k -u root APP_COMMAND
5) Save
Original comment by the...@digitalaustin.com
on 25 Feb 2014 at 11:38
Great job ;)
Original comment by savioboy...@gmail.com
on 26 Feb 2014 at 4:41
Original issue reported on code.google.com by
the...@digitalaustin.com
on 25 Feb 2014 at 11:19