sway-launcher-desktop icon indicating copy to clipboard operation
sway-launcher-desktop copied to clipboard

TUI Application launcher with Desktop Entry support. Made for SwayWM, but runs anywhere

Results 23 sway-launcher-desktop issues
Sort by recently updated
recently updated
newest added

First of all, compliments for this project. I really like how it makes me able to launch both executables and XDG desktop entries with one shortcut, without needing to remember...

According to the [XDG Desktop Autostart spec](https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html), a desktop file should only be autostarted in desktop environments matching the "OnlyShowIn" values. Similarly for NotShowIn, the application should only be started...

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 README states that each line from `list_cmd` should provide at least three fields plus an optional fourth. `preview_cmd` then can access the first field as `{1}` and the fourth,...

```shell $ /usr/local/bin/sway-launcher-desktop purge /usr/local/bin/sway-launcher-desktop: line 267: PURGE_CMDS: bad array subscript ```

In an attempt to use [brotab](https://github.com/balta2ar/brotab) as a provider, I've added the following to `providers.conf` ```ini [brotab] list_cmd=/usr/local/bin/bt list | awk -v FS="\t" -v OFS="\034" '{print $1,"brotab",$2,$3}' preview_cmd=echo -e '{2}'...

Hi! I really love this tool. Amazingly how easy it is to extend by creating different provider configurations. I use the default providers for my application launcher, and I've created...

This may not be a bug, but it consumed hours of my life, so I thought I'd post the problem and solution for others. My installation was not showing any...

term-dmenu is as good as abandoned, and there is some space for dmenu-like software other than rofi and it's clones, not to mention that term-dmenu forces abduco as a dependency...

I've noticed that when I launch an application from sway-launcher-desktop some stuff that depends on my environment variables don't work on an application's runtime even though they should, and when...