Follow-up Comment #16, bug #18460 (project mypaint): Sorry, that's one of my aliases (standard one for "checkout"). But that's probably close enough if you pulled recently and are on master. Annoyingly it looks as if the permissions are correct for your installation :/
Please try running the /tmp/argh/bin/mypaint created by the previous commands from within your home cd /tmp/argh/bin/mypaint This should work fine. If it did, there's a problem with something within your /usr/local. Strace used as below for /usr/local/bin/mypaint may work. If it *doesn't* work fine, there's a bug within MyPaint. First, please pastebin the *exact* terminal output, including the icon search paths, then run it under strace and see which icons and cache files it's hitting. Compare what you see when it fails to the target tree, and let me know what's missing after the install: cd strace -f /tmp/argh/bin/mypaint 2>/tmp/argh_log.txt it's the /tmp/argh_log.txt that'll contain the juicy details. Ideally, use http://pastebin.com/ for it with an expiry time :) _______________________________________________________ Reply to this item at: <http://gna.org/bugs/?18460> _______________________________________________ Message sent via/by Gna! http://gna.org/ _______________________________________________ Mypaint-bugs mailing list [email protected] https://mail.gna.org/listinfo/mypaint-bugs
