Summary: | [Regression] Activity switcher sidebar does not appear on principal screen but only on secondary | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Julien Delquié <julien.dlq> |
Component: | Activity Switcher sidebar | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | gronslet, ivan.cukic, m.benjenec, nate, niccolo, wittemar |
Priority: | NOR | Keywords: | multiscreen, regression |
Version First Reported In: | 6.3.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=480890 | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/8843a89f11afe4ce2334165438c3669f1eadc81b | Version Fixed In: | 6.3.5 |
Sentry Crash Report: |
Description
Julien Delquié
2025-04-03 19:38:02 UTC
Very likely caused by the fix for Bug 480890. It affects the Add Widgets sidebar too, right? (In reply to Nate Graham from comment #1) > Very likely caused by the fix for Bug 480890. > > It affects the Add Widgets sidebar too, right? Do you mean when I right click on panel from principal screen, for example? If it’s that, nope, it works correctly, the add widget sidebar is available on the principal screen, without any issue. (In reply to Nate Graham from comment #1) > Very likely caused by the fix for Bug 480890. > > It affects the Add Widgets sidebar too, right? For me it also only affects the activity sidebar. But as the change in the commit of that bug is small and just QML I simply tried to revert the changes in my local Desktop.qml and it fixed the problem. So yes, it is caused by that fix. (In reply to Nate Graham from comment #1) > Very likely caused by the fix for Bug 480890. > > It affects the Add Widgets sidebar too, right? Hi, could this issue be related to it? Do i need to do a new bug report or it's a duplicate in advance of this issue? https://discuss.kde.org/t/activity-selector-panel-misaligned-no-longer-left-anchored-after-update-kde-neon-wayland/32641 Hmm, the symptoms are different. It may be a different issue. (In reply to Marcel from comment #3) > For me it also only affects the activity sidebar. But as the change in the > commit of that bug is small and just QML I simply tried to revert the > changes in my local Desktop.qml and it fixed the problem. So yes, it is > caused by that fix. Just applied a revert of the commit, I confirm too that it fixes this regression. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2945 Git commit 515af63832d9c16b8f440b0d6880787bd9c5f761 by Niccolò Venerandi. Committed on 14/04/2025 at 18:10. Pushed by niccolove into branch 'Plasma/6.3'. Avoid double-addition of x coordinate of ActivitySwitcher The current code was adding the x coordinate of the screen geometry two times, in the screenGeometry variable and in the code to calculate the x coordinate. Related: bug 502656 (cherry picked from commit 8843a89f11afe4ce2334165438c3669f1eadc81b) Co-authored-by: Niccolò Venerandi <niccolo@venerandi.com> M +1 -1 desktoppackage/contents/views/Desktop.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/515af63832d9c16b8f440b0d6880787bd9c5f761 Git commit 8843a89f11afe4ce2334165438c3669f1eadc81b by Niccolò Venerandi. Committed on 14/04/2025 at 18:09. Pushed by niccolove into branch 'master'. Avoid double-addition of x coordinate of ActivitySwitcher The current code was adding the x coordinate of the screen geometry two times, in the screenGeometry variable and in the code to calculate the x coordinate. Related: bug 502656 M +1 -1 desktoppackage/contents/views/Desktop.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/8843a89f11afe4ce2334165438c3669f1eadc81b |