You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ dconf list /org/gnome/terminal/legacy/profiles:/
Which makes this condition from the script fail:
if [[ -n "$(dconf list /org/gnome/terminal/legacy/profiles:/)" ]]; then
Then the script tries to fallback to the gconf variant (for older Gnome) which also fails:
❯ chmod +x hyper-snazzy.sh && ./hyper-snazzy.sh
./hyper-snazzy.sh: line 104: gconftool: command not found
./hyper-snazzy.sh: line 104: gconftool: command not found
./hyper-snazzy.sh: line 88: gconftool: command not found
./hyper-snazzy.sh: line 88: gconftool: command not found
./hyper-snazzy.sh: line 88: gconftool: command not found
./hyper-snazzy.sh: line 88: gconftool: command not found
./hyper-snazzy.sh: line 88: gconftool: command not found
./hyper-snazzy.sh: line 88: gconftool: command not found
./hyper-snazzy.sh: line 88: gconftool: command not found
./hyper-snazzy.sh: line 88: gconftool: command not found
The issue disappears after any user profile is created using gnome-teminal preferences GUI:
❯ dconf list /org/gnome/terminal/legacy/profiles:/
:169458fc-9172-48fb-b2a4-d030c18fb43b/
list
I tried to use the gnome-terminal theme installation script on a fresh device and it failed.
I investigated why.
There is no dir for "terminal" in the settings:
So this command returns nothing:
Which makes this condition from the script fail:
Then the script tries to fallback to the gconf variant (for older Gnome) which also fails:
The issue disappears after any user profile is created using gnome-teminal preferences GUI:
Original issue: yihyunjoon/hyper-snazzy-gnome-terminal#3
The text was updated successfully, but these errors were encountered: