Thorsten Ball

Results 480 comments of Thorsten Ball

Hey there! Few questions to try to nail this down: 1. What happens if you open it by clicking on `Zed.app` in `/Applications`? 2. And what happens if you launch...

Huh. So what happens when you start [Alacritty.app](https://github.com/alacritty/alacritty)? (That's what we use for the built-in terminal) Do you have any plugins in Raycast that set a `$SHELL` or something?

@aspeth can you try to reproduce what happens when you just launch Alacritty.app, from the Dock and from Raycast?

This is so weird. I really wonder whether there isn't something going on inside Raycast wrt to env variables.

> I'm having a similar issue. When you open it via Raycast?

@tkgalk can you also try running [Alacritty.app](https://github.com/alacritty/alacritty)? I'm wondering if you have the same problem there. That would help a lot with the debugging.

Found something here: https://github.com/neovide/neovide/issues/2394 Looks like Raycast doesn't forward the `$SHELL` variable.

I dug into this a bit, here's what I found: 1. Raycast doesn't seem to forward SHELL environment variable to programs. But ... I can't reproduce that. 2. Alacritty falls...

Another finding that might be related: Alacritty.app doesn't seem to pickup changes made with `chsh` to the default shell. https://github.com/zed-industries/zed/assets/1185253/46fb7220-515b-419c-91cb-31a045d7910e

Figured out a little bit more my digging into Alacritty and compiling from source: 1. When you `chsh -s /new/-shell` 2. Start Alacritty from Finder That new shell is not...