This website requires JavaScript.
Explore
Help
Sign in
yukijoou
/
kwin
Watch
1
Star
0
Fork
You've already forked kwin
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2bb025cbdb
kwin
/
plugins
/
kglobalaccel
/
kwin.json
4 lines
38 B
JSON
Raw
Normal View
History
Unescape
Escape
[wayland] Add a plugin for kglobalaccel The KGlobalAccelD which gets created by KWin needs a plugin for the platform specific parts. This change introduces such a plugin. It's linked against kwin so that it can integrate with the core. On enable the plugin registers itself in the InputRedirection and GlobalShortcutsManager checks the plugin whether a shortcut got triggered. As the loading of the plugin must happen after InputRedirection is fully created a dedicated init method is added to InputRedirection. REVIEW: 124187
2015-06-26 11:47:08 +00:00
{
Change supported platforms of kglobalaccel plugin to "org.kde.kwin" Overwrite the platform name through the environment variable and ensure that the plugin is not picked in non-kwin Wayland sessions as that puts kglobalaccel5 into a crash restart loop. BUG: 349911
2015-07-06 02:50:20 +00:00
"platforms"
:
[
"org.kde.kwin"
]
[wayland] Add a plugin for kglobalaccel The KGlobalAccelD which gets created by KWin needs a plugin for the platform specific parts. This change introduces such a plugin. It's linked against kwin so that it can integrate with the core. On enable the plugin registers itself in the InputRedirection and GlobalShortcutsManager checks the plugin whether a shortcut got triggered. As the loading of the plugin must happen after InputRedirection is fully created a dedicated init method is added to InputRedirection. REVIEW: 124187
2015-06-26 11:47:08 +00:00
}
Reference in a new issue
Copy permalink