Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-e terminal flag is hardcoded in #12

Open
thacuber2a03 opened this issue Aug 25, 2024 · 1 comment
Open

-e terminal flag is hardcoded in #12

thacuber2a03 opened this issue Aug 25, 2024 · 1 comment

Comments

@thacuber2a03
Copy link

this is done on the basis that xterm exists on the system and will be used to execute a command
I don't have xterm, I have gnome-terminal, and in there -- COMMAND is preferred over -e=COMMAND

@adamharrison
Copy link
Member

Fixed with ee55f7c.

Default is now set to { "xterm", "-T", function(target) return target.name end, "-e" }.

To make it work with gnome-terminal, you'd set it to

{ "gnome-terminal", "-e" }

or, I guess you could probably do

{ "gnome-terminal", "--" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants