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

failure to detect profiles in Ubuntu 19.04 and the reason #11

Open
yawen-guan opened this issue Aug 1, 2019 · 0 comments
Open

failure to detect profiles in Ubuntu 19.04 and the reason #11

yawen-guan opened this issue Aug 1, 2019 · 0 comments

Comments

@yawen-guan
Copy link

yawen-guan commented Aug 1, 2019

the following code in install.sh

# newGnome=1 if the gnome-terminal version >= 3.8
if [[ ("$(echo "$gnomeVersion" | cut -d"." -f1)" = "3" && \
      "$(echo "$gnomeVersion" | cut -d"." -f2)" -ge 8) || \
      "$(echo "$gnomeVersion" | cut -d"." -f1)" -ge 4 ]]
  then newGnome="1"
  dconfdir=/org/gnome/terminal/legacy/profiles:

will fail if the version of gnome is 3.32 (ubuntu 19.04), for the reason that the second number is 3.

@yawen-guan yawen-guan changed the title fails to detect profiles in Ubuntu 19.04 and the reason failure to detect profiles in Ubuntu 19.04 and the reason Aug 1, 2019
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

1 participant