Troubleshooting & Help
This page lists common issues and their solutions. If you're having trouble with Gogh, check here first.
General Issues
Using Elementary Terminal but says "unsupported"
Some users on Elementary OS have found that the terminal needs a color prompt to be properly detected.
- Edit your
~/.bashrc
file. -
Find and uncomment the following line:
to:#force_color_prompt=yes
force_color_prompt=yes
-
Reload your shell configuration:
source ~/.bashrc
Debian & Ubuntu Issues
Users on Debian-based systems, especially recent versions like Ubuntu 19.10+, sometimes encounter errors related to dconf
profiles.
Error: default_profile not a valid identifier
or command not found
This often happens if the default terminal profile configuration has been altered or is missing. Resetting the dconf
profiles usually resolves the issue.
Solution:
Run the following command to reset your terminal profiles to their default state:
dconf reset -f /org/gnome/terminal/legacy/profiles:/
If Resetting Fails
If the above command doesn't work, you may need to manually recreate a default profile.
-
Reset your profiles again:
dconf reset -f /org/gnome/terminal/legacy/profiles:/
-
Close and re-open your terminal.
- Go to Edit > Preferences > Profiles.
- Create a new profile and name it
Default
. - Close and re-open the terminal again to ensure the profile was saved.
- Run the Gogh installation script again.