ahodesuka / ahoviewer

A GTK image viewer, manga reader, and booru browser
MIT License
480 stars 30 forks source link

Readd the option to run each window in its own process #78

Closed UserNaem closed 3 years ago

UserNaem commented 5 years ago

Starting with v1.6.0, ahoviewer uses a single process for all windows, so if any of them crashes, all windows will close.

ahodesuka commented 5 years ago

I'm going to assume these crashes take place on Windows as I have not experienced a crash on Linux for a long time.

A quick a dirty fix to make ahoviewer use a different process per instance is to rename or delete the dbus-daemon.exe within the installation directory. It should be noted that a window created by detaching a booru tab from a already running instance of ahoviewer will never create a new process, even with the above modification.