Follow-up Comment #9, bug #18442 (project mypaint): dementedsnake: you will need to re-run scons and specify the prefix each time. How are you running it, how did you install it, and on what OS? As which user, and have you checked permissions?
For me, without any icons elsewhere in the path, this works on Ubuntu 10.10 and 11.04: $ cd /path/to/repo $ scons prefix=/some/other/path install $ cd /yet/another/path $ /some/other/path/bin/mypaint The mypaint script does not need to be in $PATH for this to work. The install should look like http://pastebin.com/5xfFWF1z - see line 565 and onward for what the icons tree should look like. For developers, this should also work: $ cd /path/to/repo $ scons $ ./mypaint Anything else is either the Windows py2exe stuff (which scares me, but it should continue to work), or you're doing something very strange. _______________________________________________________ Reply to this item at: <http://gna.org/bugs/?18442> _______________________________________________ Message sent via/by Gna! http://gna.org/ _______________________________________________ Mypaint-bugs mailing list [email protected] https://mail.gna.org/listinfo/mypaint-bugs
