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

Profile not found on gnome-terminal 3.22.1 #63

Closed
joshuap opened this issue Oct 14, 2016 · 2 comments
Closed

Profile not found on gnome-terminal 3.22.1 #63

joshuap opened this issue Oct 14, 2016 · 2 comments

Comments

@joshuap
Copy link

joshuap commented Oct 14, 2016

I am not sure if this is related to #47. I get the following output when installing on a fresh install of Arch w/ Gnome 3/gnome-terminal 3.22.1. Any ideas? Thanks!

code/Anthony25/gnome-terminal-colors-solarized ‹master› » ./install.sh

This script will ask you which color scheme you want, and which Gnome Terminal profile to overwrite.

Please note that there is no uninstall option yet. If you do not wish to overwrite any of your profiles, you should create a new profile before you run this script. However, you can reset your colors to the Gnome default, by running:

    Gnome >= 3.8 dconf reset -f /org/gnome/terminal/legacy/profiles:/
    Gnome < 3.8 gconftool-2 --recursive-unset /apps/gnome-terminal

By default, it runs in the interactive mode, but it also can be run non-interactively, just feed it with the necessary options, see 'install.sh --help' for details.

Please select a color scheme:
1) dark
2) dark_alternative
3) light
#? 1

Please select a Gnome Terminal profile:

You have selected:

  Scheme:  dark
Failed to get value for `/apps/gnome-terminal/profiles//visible_name': Bad key or directory name: "/apps/gnome-terminal/profiles//visible_name": Can't have two slashes '/' in a row
  Profile: (No name) ()

Are you sure you want to overwrite the selected profile?
(YES to continue) 
@aruhier
Copy link
Owner

aruhier commented Oct 15, 2016

Hello,
Hum, I will take a look at this on a fresh vm, on Arch. It seems to be related to #47, but it is weird because here, half of the files are created, whereas on #47, I had no error, just the default profile that was not detected.

@aruhier
Copy link
Owner

aruhier commented Oct 19, 2016

gnome-terminal --version output changed since Gnome 3.22, so the script used an old method to apply the colorscheme (method valid only for Gnome 3.8 or less).

It should be fixed now, but please tell me if you see any error when using it!

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