Bug 405330

Summary: KDE Neon Developer Edition update breakes Task Manager
Product: [Plasma] plasmashell Reporter: guimarcalsilva
Component: Task Manager and Icons-Only Task Manager widgetsAssignee: Eike Hein <hein>
Status: RESOLVED FIXED    
Severity: crash CC: bfeber, bugseforuns, neon-bugs-null, plasma-bugs-null
Priority: NOR    
Version First Reported In: master   
Target Milestone: 1.0   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Correct file

Description guimarcalsilva 2019-03-10 21:40:35 UTC
Created attachment 118699 [details]
Correct file

SUMMARY


STEPS TO REPRODUCE
1. Update the system (happened yesterday, march 9th)
2. Restart

OBSERVED RESULT

Taskmanager is missing, only a generic window icon is found (I was using icon only, I don't know if it apllies to other layouts).

FIX: 

In the file /usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/MouseHandler.qml in the line 102 it's written like:

&& above= == ignoredItem) {

Just remove the additional = sign and restart the session to get the bug fixed.

&& above == ignoredItem) {

The fixed file is attached to this bug report (sorry if this is the wrong place to send the file, i'm not a developer so I don't know what to do with it)

Software/OS version:
Operating System: KDE neon Developer Edition
KDE Plasma Version: 5.15.80
KDE Frameworks Version: 5.57.0
Qt Version: 5.12.0
Kernel Version: 4.18.0-16-generic
OS Type: 64-bit
Processors: 2 × Intel® Core™ i5-6200U CPU @ 2.30GHz
Memory: 3,9 GiB
Comment 1 Patrick Silva 2019-03-11 02:03:15 UTC
same thing here, neon dev unstable.