-
-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Application Search): Linux Support (#1078)
* Added support for Linux in Application Search * Commit to restart pull request * Added support for Linux in Application Search * Commit to restart pull request * App search functional in dev build * Added Linux support * Fix formatting * Fixed conflict and combined Linux icon generators * Addressed code review feedback * Moved GtkLaunchActionHandler to extension folder * Added test * Fixed typecheck issue * Moved createGtkLaunchAction to extension folder * Removed duplicated functions * Fixed race conditions in Linux Icon extractor * Refactor Linux app search to use native filesystem * Forgot to stage files for previous commit * Use more accurate class name * Use EnvironmentVariableProvider * Moved LinuxAppIconExtractor into Linux folder * fix: prettier formatting * Changed GtkLaunch to LaunchDesktopFile * Use more accurate property name * Only export needed files * Use more accurate property name * Added @ke1v as code owner of linux part of ApplicationSearch extension * Use more accurate property name * Import type only * Simplified code * Added line breaks for better readabiltiy * Only invoke operating system specific code when needed * Added support for x-cinnamon desktop environment * Simplified code --------- Co-authored-by: Oliver Schwendener <oliver.schwendener@hotmail.com> Co-authored-by: Oliver Schwendener <oliver.schwendener@proton.me>
- Loading branch information
1 parent
2b71b96
commit 7e42f5b
Showing
25 changed files
with
1,022 additions
and
59 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
"linux-applications.png" and "linux-generic-app-icon.png" by GNOME Project | ||
(http://www.gnome.org) is licensed under CC BY-SA 3.0 | ||
(https://creativecommons.org/licenses/by-sa/3.0/) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.