Gogh-Co / Gogh

Gogh is a collection of color schemes for various terminal emulators, including Gnome Terminal, Pantheon Terminal, Tilix, and XFCE4 Terminal also compatible with iTerm on macOS.
https://gogh-co.github.io/Gogh/
MIT License
8.99k stars 580 forks source link

Using Elementary terminal but says unsupported #175

Open arjunmenon opened 5 years ago

arjunmenon commented 5 years ago

Hey As per the docs, I simply did this bash -c "$(wget -qO- https://git.io/vQgMr)", which showed a beautiful list of color options but when I entered a option number it said unsupported terminal.

Usage : Enter Desired Themes Numbers (OPTIONS) Separated By A Blank Space
        Press ENTER without options to Exit

Enter OPTION(S) : 164

Theme: Twilight
•••••••• ••••••••

████████████████████████████████████████
████████████████████████████████████████

Unsupported terminal!

Supported terminals:
   mintty and deriviates
   guake
   iTerm2
   elementary terminal (pantheon/elementary)
   mate-terminal
   gnome-terminal
   tilix
   xfce4-terminal

If you believe you have recieved this message in error,
try manually setting `TERMINAL', hint: ps -h -o comm -p $PPID
>$ ps -h -o comm -p $PPID
pantheon-termin
>$ 

I am on Elementary 0.4.1 Loki/Ubuntu16.04 Build

Zyten commented 5 years ago

Hi, I'm on the same build and just faced this issue. I'll just leave this here in case someone else stumbles upon this. A quick-fix for this will be to execute the following line:

export TERMINAL='pantheon-terminal'

followed by bash -c "$(wget -qO- https://git.io/vQgMr)"

Danushka96 commented 5 years ago

Same issue on Ubuntu 19.04 bash terminal

mosdeo commented 4 years ago

Same issue on macOS 10.14.6

drjmcauliffe commented 4 years ago

In short, on elementary OS 5.0 Juno I did this:

CampbellMG commented 4 years ago

I got this issue in a gnome-terminal when running bash -c "$(wget -qO- https://git.io/vQgMr) as a root user.

Switching users and running the command again worked as expected.

pranjalg131 commented 4 years ago

For GNOME please rename the default profile as "Default" instead of "unnamed" to make the script work as expected

mohyddintash commented 3 years ago

Is it possible to set the theme from Elementary OS default terminal with right-click -> profile like in the Demo?

It doesn't work for me.

flber commented 3 years ago

For anyone still stuck on this, the correct answer (currently) is to do export TERMINAL='io.elementary.terminal', because the name of the terminal for elementary os has changed a few times. "io.elementary.terminal" is the current name.