I am using ubuntu 12.04 64bit.
how to create a launcher for a software installed inside root directory, when I login as a regular user account?
I am using ubuntu 12.04 64bit.
how to create a launcher for a software installed inside root directory, when I login as a regular user account?
Try this! In terminal,
After that, it would show the path of this program.
For instance,
Now, you can run it via above path.
If it need root permission, just add
sudo
to the front of the command.