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

Using Elementary terminal but says unsupported #175

Open
arjunmenon opened this issue Apr 14, 2019 · 8 comments
Open

Using Elementary terminal but says unsupported #175

arjunmenon opened this issue Apr 14, 2019 · 8 comments
Labels
FYI - Docs useful information

Comments

@arjunmenon
Copy link

arjunmenon commented Apr 14, 2019

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
Copy link

Zyten commented May 21, 2019

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)"

@Mgldvd Mgldvd added the FYI - Docs useful information label May 22, 2019
@Danushka96
Copy link

Same issue on Ubuntu 19.04 bash terminal

@mosdeo
Copy link

mosdeo commented Sep 13, 2019

Same issue on macOS 10.14.6

@drjmcauliffe
Copy link

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

  • cloned the full repo: git clone https://github.com/Mayccoll/Gogh.git
  • export TERMINAL='io.elementary.terminal' and not export TERMINAL='pantheon-terminal'
  • export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules/
  • source themes/google-light.sh
    Then later checked that this also work:
  • bash -c "$(wget -qO- https://git.io/vQgMr)"
    Hope this helps.
    I

@CampbellMG
Copy link

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
Copy link

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

@mohyddintash
Copy link

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
Copy link

flber commented Sep 22, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FYI - Docs useful information
Projects
None yet
Development

No branches or pull requests

10 participants