This commit is contained in:
trigg 2022-04-15 12:58:15 +00:00
parent c8122b2cca
commit a6bd38bf8e

View file

@ -377,6 +377,8 @@ def entrypoint():
log.warning("Sent RPC command")
else:
log.info("Flatpak compat mode started")
with open(rpc_file, "w") as tfile:
tfile.write("--close")
Discover(rpc_file, debug_file, sys.argv[1:])
return