Replies: 1 comment 6 replies
-
GLib does support the proposed xdg-terminal-exec spec. So if you have that installed, you can use it to define your preferred terminal. Calling |
Beta Was this translation helpful? Give feedback.
6 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Weather an app needs to be run inside a terminal can be known by using
this._app.get_boolean("Terminal")
. The Exec ( name which used in terminal) can access bythis.app.get_commandline()
; and Utilits should also support to access env variablesBeta Was this translation helpful? Give feedback.
All reactions