Bug 391585 - Forward Meta event to Latte dock if no application launcher is found in plasmashell
Summary: Forward Meta event to Latte dock if no application launcher is found in plasm...
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: 5.12.2
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-08 21:43 UTC by Michail Vourlakos
Modified: 2018-03-09 08:58 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...