Use the application scan paths from AppConfig instead of calling them directly in AppScanner #42
Labels
No labels
bug
chore
CI/CD
Code Cleanup
duplicate
DX
enhancement
help wanted
invalid
packaging
question
UI
UX
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
waycasthq/waycast#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In #38 we began centralizing an application container. Currently the daemon's AppScanner just calls
freedesktop::ApplicationEntry::all()which does not use the top level configured scan paths.For consistency and testing sake, we should pass the paths to scan for to AppScanner.