Follow-up Comment #12, bug #17739 (project mypaint): Okay I see. So the bug is only fixed for some cases right now.
I checked the code in Comment #6. (Next time, please either attach the code as text file, or even better create a patch in git format; it took me some time to fix the formating.) The change in filehandling.py is okay on Linux, but it needs a comment. And I have fixed the exception handling such that it might actually help in case of an exception. The new change is here: http://gitorious.org/mypaint/mypaint/commit/8d6cd2762 And I see in mypaint_exe.c this code: mypaint_exe.c:sys.argv.append('-c'); mypaint_exe.c:sys.argv.append('config'); Do you actually use mypaint_exe.c for the windows build? If yes, is the config directory still set correctly on Windows after the proposed changes? I think the new code ignores whatever is appended to sys.argv. And finally, do you want me to put this fix into 0.9.1 or do you prefer to have rc2 released as it is now? (For Linux it doesn't matter.) _______________________________________________________ Reply to this item at: <http://gna.org/bugs/?17739> _______________________________________________ Nachricht geschickt von/durch Gna! http://gna.org/ _______________________________________________ Mypaint-bugs mailing list [email protected] https://mail.gna.org/listinfo/mypaint-bugs
