kickoff icon indicating copy to clipboard operation
kickoff copied to clipboard

Support more applicatoin sources

Open ldelossa opened this issue 4 years ago • 4 comments

Hey there,

Your launcher is one of the best looking. Really like it.

The only issue is it doesn't find 90% of my apps.

Apps installed with .desktop files aren't discovered, whch would be almost all apps installed via FlatPak.

ldelossa avatar Aug 20 '21 14:08 ldelossa

Hey, thanks for your feedback! Tbh flatpaks weren't really on my radar, but I'm currently reworking the application discovery and execution interface and will keep your suggestion in mind!

j0ru avatar Aug 20 '21 15:08 j0ru

Cool. Pretty sure if .desktop apps become searchable, flatpak installed apps will just work

ldelossa avatar Aug 20 '21 15:08 ldelossa

Unfortunately it will take a while before I can add this feature, I'm currently pretty busy with university and when I implement it, I want to do it right

j0ru avatar Oct 23 '21 14:10 j0ru

+1 for desktop file support. I cannot launch certain programs which requires flags on wayland to open (such as vscode). Desktop files support or some kind of config file where I could define flags for certain apps would be very good as this is a beautiful launcher! I'd contribute, but as I can understand you have a vision in mind on how exactly you want to do the implementation, so I'd rather just wait :)

EinarasGar avatar Jan 12 '22 14:01 EinarasGar

I might be (very) lazy. But I would love it if kickoff could start programs via .desktop files. As that seems to be the standard most UI's use.

I understand you do not have time to add this. Would you be open to a PR in the future? The default behavior would then search .desktop files then path.

yara-blue avatar May 23 '23 15:05 yara-blue

Nothing bad about beeing a bit lazy ^^ Kickoff already has a kind of support for dot-desktop files via the stdin parsing. After a few people kept asking, I implement a parser, that turns the desktop files into the stdin format for kickoff which you can find here.

j0ru avatar May 25 '23 08:05 j0ru

ahhh that is perfect this fits well into my sway config: kickoff-dot-desktop | kickoff --from-stdin

Thanks a lot for building that parser!

yara-blue avatar May 25 '23 08:05 yara-blue

No problem ;)

j0ru avatar May 25 '23 08:05 j0ru