desktop: refactor launchers, fix app icons in dock, alt-tab#1732
Merged
brianmcgillion merged 2 commits intotiiuae:mainfrom Feb 17, 2026
Merged
desktop: refactor launchers, fix app icons in dock, alt-tab#1732brianmcgillion merged 2 commits intotiiuae:mainfrom
brianmcgillion merged 2 commits intotiiuae:mainfrom
Conversation
|
|
vunnyso
reviewed
Feb 10, 2026
vunnyso
approved these changes
Feb 10, 2026
This comment was marked as resolved.
This comment was marked as resolved.
Collaborator
Author
|
Rebased on top of refactor, with some minor additional changes. |
|
Tested on Darter Pro (new image)
|
- fixed icons not showing in dock, alt-tab - refactored applications/launchers config - added more options to ghafApplication type - added known app-ids to custom launchers wherever possible Signed-off-by: Kajus Naujokaitis <kajus.naujokaitis@unikie.com>
- search for apps based on Name field and filename - added verbosity to search and execution Signed-off-by: Kajus Naujokaitis <kajus.naujokaitis@unikie.com>
|
Verified that everything is still working on Darter Pro after refactoring. All Reminder to @brianmcgillion: I need to merge test automation changes with this. |
brianmcgillion
approved these changes
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
applicationtype to global typeghafApplicationghafApplication, closely matchingDesktopEntryfieldsnamematches the runtimeapp-idThis allows for most DE tools to find the corresponding desktop entry for the given app-id, and therefore allows proper icon and name resolution.
ghaf-openhelper will now look for desktop entries based on the following order:Name=field value matches provided valueNOTES:
Type of Change
Related Issues / Tickets
Checklist
make-checksand it passesTesting Instructions
Applicable Targets
aarch64aarch64x86_64x86_64x86_64Installation Method
nixos-rebuild ... switchTest Steps To Verify:
ghaf-openfunctionality