hyprutils / hyprlauncher

GUI for launching applications, written in blazingly fast Rust! 🚀🦀
GNU General Public License v2.0
136 stars 10 forks source link

fix: edit desktop paths so that user overrides are properly recognized #94

Closed kriba24 closed 6 days ago

kriba24 commented 6 days ago

In the DESKTOP_PATHS, user overrides should come last so the launcher correctly recognizes them. For example, to override an Electron app to use Wayland, a user has to override the .desktop file in their local folder. This will only be recognized if the user's custom paths come last when scanned.

Before: image

After: image