Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Not works with tilix #52

Open
Aleksandr-ru opened this issue Aug 12, 2020 · 3 comments
Open

Not works with tilix #52

Aleksandr-ru opened this issue Aug 12, 2020 · 3 comments

Comments

@Aleksandr-ru
Copy link

I'm using tilix as my default terminal.
When I press "start ssh session in a terminal" button in the bookmark manager notnong happends.

If I run bookmark manager via console there is error about unknown parameter execute when I press start session, but nothnig in GUI.

If I chnage terminal in preferences from '/usr/bin/tilix' to 'io.elementary.terminal' it works fine with default elementary terminal.

@greenmanspirit
Copy link
Contributor

This is because tilix doesn't support the --execute command line argument. I looked at tilix, io.elementary.terminal, xterm, gnome-terminal, rxvt, urxvt and terminator and they all support "-e " to run a command. However gnome-terminal has deprecated it in favor of using "-- " at the end of the line.

I made an edit to use -e instead and tested it. All the terminals above worked except for urxvt and rxvt, which appear to not like launching ssh using -e from the terminal either.

@unbelievableflavour
Copy link
Owner

Maybe we can add a setting to change execute argument?

@greenmanspirit
Copy link
Contributor

I think that would make it the most flexible. Maybe have a help tooltip to specify how to write -e <command> vs `--execute='.

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

No branches or pull requests

3 participants