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

Install script fails on Pop!_OS 20.04 #260

Closed
BenQuigley opened this issue Dec 27, 2020 · 5 comments
Closed

Install script fails on Pop!_OS 20.04 #260

BenQuigley opened this issue Dec 27, 2020 · 5 comments
Labels
FYI - Docs useful information

Comments

@BenQuigley
Copy link

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.

@BenQuigley
Copy link
Author

BenQuigley commented Dec 28, 2020

Running the setup script manually on a fresh VM:

$ export TERMINAL=gnome-terminal
$ bash themes/flat.sh
/media/ben/writable/gogh/apply-colors.sh: line 679: read: `/apps/gnome-terminal/profiles/default_profile': not a valid identifier
/media/ben/writable/gogh/apply-colors.sh: line 416: --get: command not found
/media/ben/writable/gogh/apply-colors.sh: line 428: --get: command not found
/media/ben/writable/gogh/apply-colors.sh: line 227: : command not found
/media/ben/writable/gogh/apply-colors.sh: line 227: : command not found
/media/ben/writable/gogh/apply-colors.sh: line 210: : command not found
/media/ben/writable/gogh/apply-colors.sh: line 210: : command not found
/media/ben/writable/gogh/apply-colors.sh: line 210: : command not found
/media/ben/writable/gogh/apply-colors.sh: line 210: : command not found
/media/ben/writable/gogh/apply-colors.sh: line 210: : command not found
/media/ben/writable/gogh/apply-colors.sh: line 210: : command not found
/media/ben/writable/gogh/apply-colors.sh: line 210: : command not found
/media/ben/writable/gogh/apply-colors.sh: line 210: : command not found
/media/ben/writable/gogh/apply-colors.sh: line 210: : command not found

@dltkhacene
Copy link

dltkhacene commented Feb 8, 2021

The issue looks like this one
#203

try creating a profile with the name "Default". It worked for me.

@BenQuigley
Copy link
Author

Yeah, that did work, it would just be nice if we could fix apply-colors.sh to not have this bug. Why is it looking at the themes that already are installed at all?

@1gjunior
Copy link

The issue looks like this one
#203

try creating a profile with the name "Default". It worked for me.

thank you dude, it worked here

@Mgldvd Mgldvd added the FYI - Docs useful information label Apr 18, 2021
@Mgldvd Mgldvd closed this as completed Apr 18, 2021
@tester000One
Copy link

tester000One commented Dec 22, 2021

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
environment: line 672: --get: command not found
environment: line 681: --get: command not found
environment: line 284: : command not found
environment: line 284: : command not found
environment: line 267: : command not found
environment: line 267: : command not found
environment: line 267: : command not found
environment: line 267: : command not found
environment: line 267: : command not found
environment: line 267: : command not found
environment: line 267: : command not found
environment: line 267: : command not found
environment: line 267: : command not found

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

No branches or pull requests

5 participants