Bug 405330 - KDE Neon Developer Edition update breakes Task Manager
Summary: KDE Neon Developer Edition update breakes Task Manager
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Task Manager and Icons-Only Task Manager widgets (other bugs)
Version First Reported In: master
Platform: Neon Linux
: NOR crash
Target Milestone: 1.0
Assignee: Eike Hein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-10 21:40 UTC by guimarcalsilva
Modified: 2019-03-11 08:17 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Correct file (6.47 KB, text/x-qml)
2019-03-10 21:40 UTC, guimarcalsilva
Details

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