denysdovhan / one-gnome-terminal

Atom's One Dark and One Light theme for GNOME Terminal
MIT License
320 stars 28 forks source link

gconftool: command not found on Gnome 3.22.2 #6

Closed a118n closed 7 years ago

a118n commented 7 years ago

After executing script: ./one-dark.sh: line 109: gconftool: command not found ./one-dark.sh: line 109: gconftool: command not found ./one-dark.sh: line 93: gconftool: command not found ./one-dark.sh: line 93: gconftool: command not found ./one-dark.sh: line 93: gconftool: command not found ./one-dark.sh: line 93: gconftool: command not found ./one-dark.sh: line 93: gconftool: command not found ./one-dark.sh: line 93: gconftool: command not found ./one-dark.sh: line 93: gconftool: command not found ./one-dark.sh: line 93: gconftool: command not found

Arch Linux, Gnome 3.22.2

It seems it uses "Fallback for Gnome 2 and early Gnome 3" for some reason..

a118n commented 7 years ago

Nevermind, I figured it out.

denysdovhan commented 7 years ago

@a118n have you missed to install gconftool?

a118n commented 7 years ago

I don't think I need gconftool on Gnome 3.22, it supposed to use dconf. Just my $PATH was all empty for some reason, it couldn't find the dconf bin and thus reverting to gconftool which it couldn't find either.

huchiwen commented 5 years ago

I have same problem,can you tell me how to resolve?

MauriceWebb commented 5 years ago

Nevermind, I figured it out.

It would be helpful to post what the solution was!

kinowarrior commented 4 years ago

Agree.

A-L-Fearon commented 4 years ago

Checking "Run command as a login shell" option in the gnome-terminal preferences fixed the issue for me.