Initial simplex-desktop package based off deb package

This commit is contained in:
TheK0tYaRa 2024-09-11 14:58:37 +03:00
commit 2f90cfb176
442 changed files with 20288 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- a/unoconv 2011-08-01 14:20:45.000000000 +0200
+++ b/unoconv 2011-08-01 14:21:01.000000000 +0200
@@ -534,7 +534,7 @@
unocontext = resolver.resolve("uno:%s" % op.connection)
break
except NoConnectException:
- time.sleep(0.5)
+ time.sleep(5)
timeout += 0.5
except:
raise