Bug 491951

Summary: unexpected datatype in configuration file
Product: [Plasma] plasmashell Reporter: Linus Pleyer <linuspleyer>
Component: Task Manager and Icons-Only Task Manager widgetsAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: minor CC: qydwhotmail
Priority: NOR    
Version First Reported In: master   
Target Milestone: 1.0   
Platform: NixOS   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Linus Pleyer 2024-08-20 20:16:14 UTC
Hello.

Of the four filter options which kind of applications should be shown in the icons-only task manager, not all are written to the config file as boolean (see https://invent.kde.org/plasma/plasma-desktop/-/blob/02726a1ca0189f71f46513078cbc82af9daa9425/applets/taskmanager/package/contents/config/main.xml). 

There `showOnlyMinimized` is defined as an integer whereas the default value suggests that this is not intended.

This technically works during normal use (the default value is still keeps this option deactivated), it is however surprising when directly writing to the configuration file and it does not seem intentional due to the default value.
Comment 1 Linus Pleyer 2024-08-20 20:42:02 UTC

*** This bug has been marked as a duplicate of bug 491950 ***