Philipp Hörist pushed to branch master at gajim / gajim


Commits:
bac06e66 by Philipp Hörist at 2025-02-22T13:53:54+01:00
cfix: Windows: Make spawning processes work on Windows

- - - - -


1 changed file:

- gajim/main.py


Changes:

=====================================
gajim/main.py
=====================================
@@ -4,6 +4,7 @@
 #
 # SPDX-License-Identifier: GPL-3.0-or-later
 
+import multiprocessing
 import os
 import platform
 import signal
@@ -175,6 +176,7 @@ def _set_proc_title() -> None:
 
 
 def run() -> None:
+    multiprocessing.freeze_support()
     if sys.platform != "win32":
         if os.geteuid() == 0:
             sys.exit("You must not launch gajim as root, it is insecure.")



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/bac06e6642e8007926e128b3c5b8118b7d807e36

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/bac06e6642e8007926e128b3c5b8118b7d807e36
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to