Skip to content

Commit

Permalink
disable runtime for EasyTerm
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Dec 13, 2021
1 parent e7fb9dd commit bf76d86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
com.usebottles.bottles (2021.12.14-treviso) precise; urgency=low

* Introducing a new Downloader for better performance, chunked downloads and CLI progress reporting
* A status page is now shown when there are no programs/states/installers
* The Versioning feature is now available
* Now you can ask Bottles to move an executable inside the sandbox before executing
Expand Down
2 changes: 1 addition & 1 deletion src/backend/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def run_command(
# e = e.split("=")
# env[e[0]] = e[1]

if "FLATPAK_ID" in os.environ and parameters["use_runtime"]:
if "FLATPAK_ID" in os.environ and parameters["use_runtime"] and not terminal:
'''
If the bottle is running inside a flatpak and the use_runtime
parameter is set, add runtime libs to LD_LIBRARY_PATH.
Expand Down

0 comments on commit bf76d86

Please sign in to comment.