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

Error, no saved profiles found! #149

Closed
asmkaiser opened this issue Sep 25, 2018 · 5 comments · Fixed by #160
Closed

Error, no saved profiles found! #149

asmkaiser opened this issue Sep 25, 2018 · 5 comments · Fixed by #160

Comments

@asmkaiser
Copy link

asmkaiser commented Sep 25, 2018

I have this error ''Error, no saved profiles found!''
I also created profiles called 'Default, New, Unnamed' etc. but nothing happens
:(
Please note that I am using Redhat 7.5 and Gnome-Terminal 3.22.1
In addition, in RedHat and centos there is on "dconf-cli" Package, it has dconf-editor instead.
Can u please update the script ?

gnome

@kelein
Copy link

kelein commented Oct 7, 2018

Elementary OS (0.4.1 Loki) met the same question of pantheon terminal:

Error, no saved profiles found!
Possible fix, new a profile (Terminal > Edit > Preferences > Profiles > New, then Close) and try again.
You can safely delete the created profile after the installation.

@deyvisonrocha
Copy link

Same error on Elementary OS (5.0 Juno).

@asmkaiser
Copy link
Author

i checked about it and found that with 'root' user who causes the problem.
with other users it works fine. try with normal user

@f-istvan
Copy link

For me the solution was:

  1. right click on the terminal
  2. Preferences
  3. + sign to add a profile
  4. add a new profile
  5. sudo wget -O gogh https://git.io/vQgMr && chmod +x gogh && ./gogh && rm gogh

I'm on Linux Mint 17.1

@thornley-david
Copy link

I don't have a proper fix but you can override the TERMINAL detection (in apply-colors.sh) by using the following (in my case elementary os - Juno): -

export TERMINAL="io.elementary.terminal" && wget -O gogh https://git.io/vQgMr && chmod +x gogh && ./gogh && rm gogh

@phenonymous phenonymous mentioned this issue Nov 30, 2018
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

Successfully merging a pull request may close this issue.

5 participants