-
Notifications
You must be signed in to change notification settings - Fork 596
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
Install script fails on Pop!_OS 20.04 #260
Comments
Running the setup script manually on a fresh VM:
|
The issue looks like this one try creating a profile with the name "Default". It worked for me. |
Yeah, that did work, it would just be nice if we could fix |
thank you dude, it worked here |
Hi @BenQuigley I renamed my profile from Pop to Default but it still says unsupported terminal on Pop 21.04. On doing export TERMINAL=gnome-terminal and then using bash -c "$(curl -sLo- https://git.io/JvvDs)" I'm getting the following error. bash: line 932: read: `/apps/gnome-terminal/profiles/default_profile': not a valid identifier |
Running the install script (the Linux option from https://mayccoll.github.io/Gogh/,
bash -c "$(wget -qO- https://git.io/vQgMr)"
printed "Profile already exists" and "Skipping..." for every profile. After reading through the issues here I was able to work around this by renaming the default profile from "Pop" to "Default", and then it installed all the themes correctly.The text was updated successfully, but these errors were encountered: