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

Can't install inside modern gnome-terminal #104

Open
tebowy opened this issue Oct 31, 2022 · 1 comment
Open

Can't install inside modern gnome-terminal #104

tebowy opened this issue Oct 31, 2022 · 1 comment

Comments

@tebowy
Copy link

tebowy commented Oct 31, 2022

In terminals/gnome-terminal/src/tools.sh

gnomeVersion="$(expr "$(gnome-terminal --version)" : '.* \(.*[.].*[.].*\)$')" is too clever. gnome-terminal --version) outputs this

$ gnome-terminal --version 
# GNOME Terminal 3.47.0 using VTE 0.70.1 +BIDI +GNUTLS +ICU +SYSTEMD

and so the expr is parsed into 0.70.1 +BIDI +GNUTLS +ICU +SYSTEMD. Then newGnome is set to false, and gnome2 scripts are called.

@sudotac
Copy link

sudotac commented Nov 1, 2022

I believe #101 will fix this problem.

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