Bug 423217 - Wallpaper plugins dont receive left click events in desktop view layout
Summary: Wallpaper plugins dont receive left click events in desktop view layout
Status: RESOLVED DUPLICATE of bug 413104
Alias: None
Product: plasmashell
Classification: Plasma
Component: Desktop Containment (show other bugs)
Version: 5.19.1
Platform: unspecified Linux
: NOR normal
Target Milestone: 1.0
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-19 12:16 UTC by MarcelRichter101
Modified: 2022-09-21 18:31 UTC (History)
6 users (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 MarcelRichter101 2020-06-19 12:16:52 UTC
SUMMARY
Ever since an update in November or December 2019, wallpaper plugins no longer receive left click events, even in desktop view layout


STEPS TO REPRODUCE
1. Install a wallpaper plugin capable of reacting to left clicks and enable it
* For example Code Example 2 from https://doc.qt.io/qt-5/qml-qtquick-mousearea.html *
2. Enable desktop view layout
3. Left click on the desktop

OBSERVED RESULT
The plugin doesnt receive the left click event, even in desktop view layout

EXPECTED RESULT
The plugin handles the left click event, when desktop view layout is selected

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.19.1
Qt Version: 5.15.0
Comment 1 Michael Freeman 2020-06-21 11:15:41 UTC
I can confirm that I also get this on 5.18.5. 

"activeFocusOnPress" as well as "focusOnNavigationEnabled" are both turned on in the wallpaper QML.
Comment 2 fhseughio 2020-11-16 20:28:34 UTC
Can confirm this. I'm on 5.20.2.
Comment 3 gnoumph 2022-09-21 18:09:28 UTC
This issue is still there on KDE Plasma 5.25.5, KDE Frameworks 5.97.0 and Qt 5.15.5.
Trying to find a workaround but nothing for now...
Comment 4 Nate Graham 2022-09-21 18:25:43 UTC
Ah, this. It's the same as Bug 413104 which is being fixed imminently. That's for the reminder!

*** This bug has been marked as a duplicate of bug 413104 ***
Comment 5 gnoumph 2022-09-21 18:31:28 UTC
(In reply to Nate Graham from comment #4)
> Ah, this. It's the same as Bug 413104 which is being fixed imminently.
> That's for the reminder!
> 
> *** This bug has been marked as a duplicate of bug 413104 ***

Oh glad to see that :) Thanks!

Just to notice: I already saw this issue but I wasn't sure this was the same bug, because in this case left click isn't working in Desktop view nor in Folder view (but in Folder view it seems normal I guess).