Biont / sway-launcher-desktop

TUI Application launcher with Desktop Entry support. Made for SwayWM, but runs anywhere
GNU General Public License v3.0
606 stars 28 forks source link

Terminal app incompatible with swaymsg exec #82

Open GreyXor opened 5 months ago

GreyXor commented 5 months ago

Hello, TERMINAL=foot /usr/bin/sway-launcher-desktop run-desktop '/usr/share/applications/htop.desktop' is generating this command exec foot -e htop

Which is not compatible with sway exec because he wants to take the -e flag /usr/bin/sway-launcher-desktop: line 163: exec: -e: invalid option

There's a workaround for that ?

Biont commented 5 months ago

Hi! There is also the TERMINAL_COMMAND env var as described in the Readme, which may help here

GreyXor commented 5 months ago

Hello, thanks but I think that's unrelated to my issue