pop-os / launcher

Modular IPC-based desktop launcher service
Mozilla Public License 2.0
219 stars 42 forks source link

Change search results order for desktop entries #200

Open fekoch opened 8 months ago

fekoch commented 8 months ago

Currently, when entering steam into launcher, I get different games in the spots 1-5 and the Steam launcher is only in the sixth spot.

I would expect the Steam Launcher to be the first.

I believe this happens, because the Exec parameter of the .desktop files is weighted more than the Name, Comment and Keywords parameters. (Steam-Games start with steam steam://rungameid/..., but steam itself starts with /usr/bin/steam...)