Summary: | Add Widgets sidebar only appears if invoked from leftmost monitor on multi-monitor setup | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Contijn Buijs <contijn.buijs> |
Component: | Widget Explorer sidebar | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | agurenko, kishore96, nate |
Priority: | NOR | Keywords: | multiscreen, wayland-only |
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 6.2.0 | |
Sentry Crash Report: |
Description
Contijn Buijs
2022-04-02 07:02:45 UTC
Does it work on X11, or is it broken there too? (In reply to Nate Graham from comment #1) > Does it work on X11, or is it broken there too? Will check that when I have time to relog. Will update when I have tested. I did noticed the day before yesterday that it worked again, somehow, but the widget panel only appeared on the leftmost monitor(1) when I right-clicked on monitor 2, the primary one. Yesterday the widget panel appeared on monitor 2, when I right-clicked monitor 1 (the leftmost monitor). Today the widget only appears and the right-click only works on the leftmost monitor(1). Very strange. Out of curiosity, are you manually restarting plasmashell using `plasmashell --replace`? (In reply to Nate Graham from comment #3) > Out of curiosity, are you manually restarting plasmashell using `plasmashell > --replace`? No, that I do not do. I do sometimes let my PC run overnight, and the all monitors are of course offline, and other moments I put my PC to sleep. Maybe it could have something to do with that. Thanks for the info! (In reply to Nate Graham from comment #5) > Thanks for the info! Just tested on X11 and there it works as intended. Git commit e6db01be70f6ce161aa3d7c525503f9db42954c6 by Aleix Pol Gonzalez, on behalf of Aleix Pol. Committed on 09/05/2022 at 11:40. Pushed by apol into branch 'master'. updates: Do not reboot if one of the update transactions failed It gives the user the chance to see what went down. M +1 -1 discover/qml/UpdatesPage.qml M +1 -0 libdiscover/backends/PackageKitBackend/PackageKitUpdater.cpp M +10 -0 libdiscover/resources/AbstractBackendUpdater.cpp M +3 -0 libdiscover/resources/AbstractBackendUpdater.h M +7 -0 libdiscover/resources/ResourcesUpdatesModel.cpp M +2 -0 libdiscover/resources/ResourcesUpdatesModel.h M +4 -0 libdiscover/resources/StandardBackendUpdater.cpp M +1 -0 libdiscover/resources/StandardBackendUpdater.h https://invent.kde.org/plasma/discover/commit/e6db01be70f6ce161aa3d7c525503f9db42954c6 Oops, wrong bug. *** Bug 457129 has been marked as a duplicate of this bug. *** This is fixed for me in current git master (which will become Plasma 6.2 in two months), and I suspect the new edit mode system introduced in Plasma 6.1 was the thing that truly fixed it. Marking as fixed. |