Bug 443235 - Improve how window grouping is presented
Summary: Improve how window grouping is presented
Status: RESOLVED INTENTIONAL
Alias: None
Product: plasmashell
Classification: Plasma
Component: Task Manager and Icons-Only Task Manager (show other bugs)
Version: master
Platform: Other Linux
: NOR wishlist
Target Milestone: 1.0
Assignee: Eike Hein
URL:
Keywords: usability
: 469820 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-10-02 20:57 UTC by Artem
Modified: 2023-11-08 22:56 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In: 6.0


Attachments
group folder icon (5.35 KB, image/png)
2021-10-02 20:57 UTC, Artem
Details
what I would like to see (1.77 KB, image/png)
2021-10-02 20:59 UTC, Artem
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Artem 2021-10-02 20:57:58 UTC
Created attachment 142089 [details]
group folder icon

SUMMARY
The visual indication of the grouping of windows is not very nice and not very informative. The + sign looks like something foreign.

STEPS TO REPRODUCE
1. Use window grouping in the system 

OBSERVED RESULT
The + sign looks uninformative.

EXPECTED RESULT
We need a function to turn off the visual display of the grouping of windows on the panel. Or reworking it into something convenient by default.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

It is these little things that make up the convenience of use. They are worth taking care of to fix them.
I apologize for my English, if it seemed to you unsightly (google translate).
Comment 1 Artem 2021-10-02 20:59:32 UTC
Created attachment 142090 [details]
what I would like to see
Comment 2 Nate Graham 2021-10-04 15:53:55 UTC
That's a pretty nice mockup. I'd like that too.

Implementation would be a bit tricky since the current plus sign indicator is a theme graphic. So if we simply stopped displaying it, we would be ignoring graphics that theme makers have created.

What we could maybe do is use your proposed new appearance as a fallback in cases where the theme doesn't supply a graphic for this, and then remove it from the Breeze theme.
Comment 3 Bug Janitor Service 2021-12-13 23:07:24 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/745
Comment 4 Artem 2022-03-28 07:18:10 UTC
Are they any changes? I would like this change to be accepted in the next release
Comment 5 Nate Graham 2022-03-31 20:01:00 UTC
It's up to the community.
Comment 6 Nate Graham 2023-05-16 13:50:53 UTC
*** Bug 469820 has been marked as a duplicate of this bug. ***
Comment 7 Nate Graham 2023-05-22 20:35:29 UTC
*** Bug 470141 has been marked as a duplicate of this bug. ***
Comment 8 Nate Graham 2023-11-03 14:02:00 UTC
Git commit a0637a7c19e0a005bb1963491906a94a4f1c8926 by Nate Graham.
Committed on 03/11/2023 at 15:01.
Pushed by ngraham into branch 'master'.

applets/taskmanager: New grouped task style for themes without the normal graphic for it

This commit implements an idea in https://bugs.kde.org/show_bug.cgi?id=443235 for a different style of grouped task indicator.

It is implemented to only use this new style when the active Plasma theme lacks the grouped
task indicator elements in its `tasks.svgz` file. So if we want to use this in the Breeze
Plasma theme, we would have to remove those graphics.
FIXED-IN: 6.0

M  +44   -9    applets/taskmanager/package/contents/ui/Task.qml
M  +1    -1    applets/taskmanager/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/a0637a7c19e0a005bb1963491906a94a4f1c8926
Comment 9 Nate Graham 2023-11-08 22:56:20 UTC
Well, I implemented it, and it was immediately reverted because everyone hated it and it looked bad with symbolic icons. :) So I guess not.