[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2023-04-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454621 Nate Graham changed: What|Removed |Added See Also||https://bugs.kde.org/show_b |

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2023-04-26 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454621 --- Comment #17 from Nate Graham --- Only showing monitors from the current xscreen is probably sane given that this is what KWin and KScreen already do. But doing it in Qt sound scary and would represent a behavioral change that could break Qt-using

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2023-04-25 Thread Allistar
https://bugs.kde.org/show_bug.cgi?id=454621 --- Comment #16 from Allistar --- My fix as provided in the patch works for me but it's not a good general purpose fix. I filter out monitors by their serial number as that's unique, but the only easy way I could find the serial number was to add

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2023-04-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454621 Nate Graham changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2023-04-25 Thread Andreas Sturmlechner
https://bugs.kde.org/show_bug.cgi?id=454621 --- Comment #15 from Andreas Sturmlechner --- (In reply to Andreas Sturmlechner from comment #7) > Please create an MR over at https://invent.kde.org/plasma/plasma-workspace > instead of attaching here, it will get much more attention. -- You are

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2023-04-25 Thread Allistar
https://bugs.kde.org/show_bug.cgi?id=454621 Allistar changed: What|Removed |Added Resolution|WAITINGFORINFO |--- Status|NEEDSINFO

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2023-04-25 Thread Allistar
https://bugs.kde.org/show_bug.cgi?id=454621 Allistar changed: What|Removed |Added Attachment #150133|0 |1 is obsolete||

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2023-04-25 Thread Allistar
https://bugs.kde.org/show_bug.cgi?id=454621 --- Comment #13 from Allistar --- I have tried with 5.27.4.1 (the currently stable version on Gentoo) and the problem is still there. I have fixed this locally by modifying plasma-workspace/shell/screenpool.cpp by telling it to ignore two of my

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2023-04-24 Thread Allistar
https://bugs.kde.org/show_bug.cgi?id=454621 --- Comment #12 from Allistar --- Hi all. 5.27 is now available on Gentoo so I'm installing that from source. I'll update here if it now handles multiple xscreens properly or not when it's completed. -- You are receiving this mail because: You are

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2023-04-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=454621 --- Comment #11 from Bug Janitor Service --- Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2023-04-10 Thread Allistar
https://bugs.kde.org/show_bug.cgi?id=454621 --- Comment #10 from Allistar --- Thanks. I'll wait for my distro (Gentoo) to stabilise Plasma 5.27. -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2023-04-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454621 Nate Graham changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|REPORTED

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2022-06-27 Thread Allistar
https://bugs.kde.org/show_bug.cgi?id=454621 --- Comment #8 from Allistar --- (In reply to Andreas Sturmlechner from comment #7) > Please create an MR over at https://invent.kde.org/plasma/plasma-workspace > instead of attaching here, it will get much more attention. Thanks. My patch fixes my

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2022-06-27 Thread Andreas Sturmlechner
https://bugs.kde.org/show_bug.cgi?id=454621 Andreas Sturmlechner changed: What|Removed |Added CC||ast...@gentoo.org --- Comment #7 from

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2022-06-24 Thread Allistar
https://bugs.kde.org/show_bug.cgi?id=454621 --- Comment #6 from Allistar --- Comment on attachment 150133 --> https://bugs.kde.org/attachment.cgi?id=150133 Allows monitors to be blacklisted from Plasma by their serial number Note: this patch is from a gentoo system and is made for

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2022-06-24 Thread Allistar
https://bugs.kde.org/show_bug.cgi?id=454621 Allistar changed: What|Removed |Added CC||allista...@gmail.com --- Comment #5 from Allistar

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2022-06-24 Thread Allistar
https://bugs.kde.org/show_bug.cgi?id=454621 --- Comment #4 from Allistar --- I have identified that this issue is caused by the change between 5.23 and 5.24 in screenpool.cpp ScreenPool::load. I have fixed this with a patch which allows me to blacklist monitors from Plasma by their serial

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2022-06-15 Thread Allistar
https://bugs.kde.org/show_bug.cgi?id=454621 --- Comment #3 from Allistar --- Could this be due to this code in ScreenPool::load // Populate allthe screen based on what's connected at startup for (QScreen *screen : qGuiApp->screens()) { // On some devices QGuiApp::screenAdded is

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2022-06-14 Thread Allistar
https://bugs.kde.org/show_bug.cgi?id=454621 --- Comment #2 from Allistar --- I wonder if this is related to one of these issues: https://bugreports.qt.io/browse/QTBUG-101203 https://codereview.qt-project.org/c/qt/qtbase/+/412385 -- You are receiving this mail because: You are watching all bug

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2022-06-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=454621 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail

[plasmashell] [Bug 454621] Plasmashell doesn't start on all monitors in a multi xscreen environment

2022-05-30 Thread Allistar
https://bugs.kde.org/show_bug.cgi?id=454621 --- Comment #1 from Allistar --- I suspect this may be related to how [ScreenConnectors] work. In my .config/plasmashellrc file I have this: [ScreenConnectors] 0=DVI-I-1 1=HDMI-1 2=DVI-D-0 3=HDMI-0 When running "xrandr --listmonitors" on xcreen0 it