You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Out of curiosity, I checked out to v1.5.2 and it works as intended. It seems that the issue is basically the TERMINAL_COMMAND variable which is set to $TERM -e (in v1.5.2) and $TERMINAL -e (in master); and, at least in my case, $TERMINAL isn't set, but $TERM is.
TL;DR as a workaround: set the TERMINAL_COMMAND environment variable via env
As seen in the logs (or also by piping
./sway-launcher-desktop | cat
), for some reason, it prepends-e
to every command, making it fail to start.Logs:
The text was updated successfully, but these errors were encountered: