-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: add desktop plugin definitions and improve plugin loading
- Added desktop plugin definitions in dfm_plugin_defines.h: * Added Core::kDesktop for core desktop plugins * Added Edge::kDesktop for edge desktop plugins * Added desktopCorePlugins() and desktopAllPlugins() utility functions - Improved plugin loading mechanism: * Replaced static lazy load list with dynamic filter function * Added plugin filter based on desktop core plugins list * Removed hardcoded plugin names from lazy loading list - Updated package dependencies: * Removed qt5dxcb-plugin and dcc-wallpapersetting-plugin from Recommends Log:
- Loading branch information
1 parent
ee9346b
commit 921c64f
Showing
3 changed files
with
51 additions
and
9 deletions.
There are no files selected for viewing
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