Running Inkscape from non-default location (Ubuntu)
Hello:
I checked out and built Inkscape 0.49x on Ubuntu following the Guide's instructions
http://wiki.inkscape.org/wiki/index.php/CompilingUbuntu
But when I run the program from the non-standard location, the 0.48x version pops up (the one instaleed with the repo manager)
What env vars do I have to set/modify to run the program from the non-default location. Or does 0.49x has the wrong version being reported ?
thanks
Jeremy
On 12-03-12 00:08, Jeremy Villalobos wrote:
Hello:
I checked out and built Inkscape 0.49x on Ubuntu following the Guide's instructions
I assume you went ahead and got the sources from Bazaar?
But when I run the program from the non-standard location, the 0.48x version pops up (the one instaleed with the repo manager)
What env vars do I have to set/modify to run the program from the non-default location. Or does 0.49x has the wrong version being reported ?
Did you "install" it, or did you just build it and then ran it from the directory in which you built it? In the latter case, did you try ./inkscape instead of inkscape (in the directory where the Inkscape executable was built)? If you did install it, try explicitly specifying the path, so try running something like /usr/bin/inkscape (or wherever you installed it). If you just try running "inkscape", you might pick up the wrong one (if it's earlier in your PATH).
BTW, I think the revision number in the about dialog should be up-to-date, so you can try checking that.
On Mon, Mar 12, 2012 at 3:08 AM, Jeremy Villalobos <jeremyvillalobos@...400...> wrote:
Hello:
I checked out and built Inkscape 0.49x on Ubuntu following the Guide's instructions
http://wiki.inkscape.org/wiki/index.php/CompilingUbuntu
But when I run the program from the non-standard location, the 0.48x version pops up (the one instaleed with the repo manager)
Not enough information.
If you run it by searching for Inkscape in the lens, it will use inkscape.desktop for locating the executable file, and that of course will be /usr/bin/inkscape
Alexandre Prokoudine http://libregraphicsworld.org
W dniu 12 marca 2012 10:22 użytkownik Alexandre Prokoudine <alexandre.prokoudine@...400...> napisał:
Not enough information.
If you run it by searching for Inkscape in the lens, it will use inkscape.desktop for locating the executable file, and that of course will be /usr/bin/inkscape
Actually, the .desktop file has only the executable name, not the full path to the executable, so it will search in PATH. If a development version of Inkscape is installed in /usr/local, it will be picked before the one in /usr.
Regards, Krzysztof
participants (4)
-
Alexandre Prokoudine
-
Jasper van de Gronde
-
Jeremy Villalobos
-
Krzysztof Kosiński