Commit Graph

6 Commits

Author SHA1 Message Date
Andrew Senetar 8abf4de916
Minor Changes
- Improve startup debugging of python errors
- Fix issue with multiprocessing in newer python versions
2021-08-14 18:19:14 -05:00
Andrew Senetar c2ec4c3fe3
Remove change in main.m and change submodule
- Remove changes in main.m, turns out we cannot actually catch it here.
Tried some other methods, however none worked.
- Change dupeguru submodule to a more "known" commit that did not have
partial work in it.

NOTE: Issue with picture mode appears to be from python 3.8+ changing to use
`spawn` as the method for multiprocessing.  While this is most likely better
we currently have issues when application is run normally (running from
run.py does not have issues). I am manually going to change to `fork`
instead since other methods did not work. This needs to be done on line
20 of matchblock.py.  Either need to
find a workaround or make a way to detect we are running with cocoa vs.
qt to make this switch.  Just on macos
would affect qt build which does not
need this change.
2020-12-30 22:42:22 -06:00
Andrew Senetar 057dc3a451
Fix issue with picture mode
- Fix issue with multiprocessing launching new UI instances
- Picture mode would not work as a result of this
- Roll target back to macos 10.12
2020-12-30 19:12:03 -06:00
Andrew Senetar 2eada16210
Fix some deprecation warnings update submodules 2020-12-29 20:40:44 -06:00
Virgil Dupras 8495402a3b Un-xibless-ified MainMenu 2017-04-03 23:40:48 -04:00
Virgil Dupras 08eac3844e Initial commit 2017-03-11 20:18:27 -05:00