more attempts at leak fixes; thumbnailer plugin updates and corrections

This commit is contained in:
2025-10-12 20:24:04 -05:00
parent cddecb7ce7
commit 7f563fbc81
22 changed files with 195 additions and 785 deletions

View File

@@ -44,7 +44,8 @@ class Application:
def ipc_realization_check(self, ipc_server):
try:
ipc_server.create_ipc_listener()
except Exception:
except Exception as e:
print(e)
ipc_server.send_test_ipc_message()
try: