How to start binaries from the menu?
rodrigo
rodahummont at yahoo.com.ar
Sun Jan 9 22:52:34 UTC 2005
El lun, 10-01-2005 a las 06:12 +0800, Senectus . escribió:
> On Sun, 9 Jan 2005 10:41:18 -0500, wulf <ulist at gs1.ubuntuforums.org> wrote:
> >
> > Does the file you're talking about work from the command line?
> >
> yes, If I cd to the directory it exists in on the command line I can
> run it via ./appname
in the launcher put the complete path to the binary
and/else
add this to your .bashrc:
PATH=$PATH:/home/user/applications
(if you run echo $PATH you'll see several directories separated by ":",
the shell looks on those to find executables, in that order, so if you
have 2 binaries with the same name...)
More information about the ubuntu-users
mailing list