- Fix #233
This commit is contained in:
parent
c8122b2cca
commit
a6bd38bf8e
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue