Summary: | Metabug: Handling not enough space for widgets | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | m1vri31c |
Component: | Panel | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | task | CC: | 4wy78uwh, nate, niccolo.venerandi |
Priority: | NOR | Keywords: | usability |
Version First Reported In: | 6.0.5 | ||
Target Milestone: | 1.0 | ||
Platform: | NixOS | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/d0701c19d91c963b5cc1574863961faf07a61765 | Version Fixed In: | 6.5.0 |
Sentry Crash Report: | |||
Bug Depends on: | 447603, 457536 | ||
Bug Blocks: |
Description
m1vri31c
2024-06-07 06:24:21 UTC
Perhaps we could move widgets into an overflow menu, and widgets could register themselves as important and try to avoid getting overflow-menu'd if possible. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/3118 Both child bug reports are fixed; closing the metabug! Git commit d0701c19d91c963b5cc1574863961faf07a61765 by Niccolò Venerandi. Committed on 22/08/2025 at 07:05. Pushed by niccolove into branch 'master'. Make panel scrollable when overflowing When there are more widgets and available space on the panel, the panel will become scrollable! This also fixes the minimum size of the task manager so that icons can always preserve their full size. Related: bug 457536, bug 447603 FIXED-IN: 6.5.0 M +9 -3 applets/taskmanager/package/contents/ui/code/layoutmetrics.js M +28 -11 containments/panel/ConfigOverlay.qml M +101 -34 containments/panel/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/d0701c19d91c963b5cc1574863961faf07a61765 |