-
Notifications
You must be signed in to change notification settings - Fork 607
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
Bad error message and script for gogh.sh #204
Comments
I’m closing this issue because it has been inactive for a few months. This probably means that it is not reproducible or it has been fixed in a newer version. If it’s an enhancement and hasn’t been taken on for so long, then it seems no one has the time to implement this. |
I would consider reopening this issue, if possible. Unlike in the above report, setting No application knows how to open URL file:///Users/<obfuscated>/Monokai%20Dark.itermcolors (Error Domain=NSOSStatusErrorDomain Code=-10814 "kLSApplicationNotFoundErr: E.g. no application claims the file" UserInfo={_LSLine=1479, _LSFunction=runEvaluator}). Thanks! |
I also have the same problem as @vmdumitrache |
Same problem on Mac OS 12.2 default terminal. No matter what I try (creating a "Default" profile, exporint |
Default terminal is using xterm-256color which does support colors however it is not supported by Gogh. @alexwolf22 I am unable replicate this issue. What version of macOS and iTerm2 ( @vmdumitrache |
For the original issue OP: To the others: |
|
I had a lot of trouble using Gogh for Mac OS using iterm2. I kept getting the error message below. I think it should be more descriptive to help people use Gogh properly.
I tried setting the TERMINAL env value to iTerm2 and other variants and it still would show that message each time I tried rerunning the script.
Similarly I tried running
ps -h -o comm -p $PPID
and kept getting the outputCOMM\nlogin
which was related at all to the terminal type.I eventually had to go trough through the script and see that the the
$TERM_PROGRAM
env is used to set the tone $TERMINAL. The value of this on my machine was 'iTerm.app' and when I set theTERMINAL
env to that value it finally worked.The error message should list add
iTerm.app
as a supported terminal option instead of theiTerm2
and it should also tell people to trying check the value of$TERM_PROGRAM
.Even better the
gogh.sh
should be able to detect the terminal type with my machine and setup.The text was updated successfully, but these errors were encountered: