Bug 391585

Summary: Forward Meta event to Latte dock if no application launcher is found in plasmashell
Product: [Plasma] plasmashell Reporter: Michail Vourlakos <mvourlakos>
Component: generalAssignee: David Edmundson <kde>
Status: RESOLVED FIXED    
Severity: normal CC: plasma-bugs
Priority: NOR    
Version: 5.12.2   
Target Milestone: 1.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Michail Vourlakos 2018-03-08 21:43:42 UTC
As mentioned at https://bugs.kde.org/show_bug.cgi?id=391575 the ShellCorona::activateLauncherMenu() is called through DBus from kwin for two cases.

1. When the user presses the Meta button
2. when the user has chosen a screen edge to trigger this

(1) has been addressed because kwin provides a way to set this through kwinrc
(2) is hardcoded for plasma DBus interface so Martin proposes that plasmashell should forward the event to Latte if no application launcher menu is found at plasmashell

what do you think?
Comment 1 Michail Vourlakos 2018-03-09 08:58:14 UTC
no need...

I will create a kwin script for this...