[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-12-15 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=372963 --- Comment #19 from Jan-Matthias Braun --- (In reply to Marco Martin from comment #17) > (In reply to Jan-Matthias Braun from comment #8) > > Created attachment 102481 [details] > > Reimplement desktopForScreen without using

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-12-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=372963 David Edmundson changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-12-15 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=372963 --- Comment #17 from Marco Martin --- (In reply to Jan-Matthias Braun from comment #8) > Created attachment 102481 [details] > Reimplement desktopForScreen without using m_ScreenPool, now providing > correct results and fixing the

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-12-15 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=372963 Marco Martin changed: What|Removed |Added CC||notm...@gmail.com ---

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-12-12 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=372963 --- Comment #15 from Jan-Matthias Braun --- (In reply to Jakub Gocoł from comment #11) > I think this patch https://phabricator.kde.org/D3519 will fix your problem. > I hope it will be merged soon. Hi! I was unable to reproduce

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-12-12 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=372963 Marco Martin changed: What|Removed |Added CC||i...@pnb.co.za --- Comment

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-12-02 Thread Fabrice Assadourian
https://bugs.kde.org/show_bug.cgi?id=372963 Fabrice Assadourian changed: What|Removed |Added CC|

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-11-30 Thread Jakub Gocoł
https://bugs.kde.org/show_bug.cgi?id=372963 --- Comment #13 from Jakub Gocoł --- Try to reproduce and then describe simple scenarios in as few steps as possible. Because you described so many scenarios, I don't understand what exactly works and what doesn't work. 1. In

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-11-30 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=372963 --- Comment #12 from Jan-Matthias Braun --- (In reply to Jakub Gocoł from comment #11) > I think this patch https://phabricator.kde.org/D3519 will fix your problem. > I hope it will be merged soon. Hi! I found your patch and am

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-11-30 Thread Jakub Gocoł
https://bugs.kde.org/show_bug.cgi?id=372963 Jakub Gocoł changed: What|Removed |Added CC||jakub.go...@gmail.com ---

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-11-30 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=372963 Christoph Feck changed: What|Removed |Added CC||plasma-b...@kde.org

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-11-28 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=372963 --- Comment #10 from Jan-Matthias Braun --- Unluckily, this does not solve problems with another Testcase: Config 1: VGA-0 + DP-4 (primary) Config 2: LVDS-0 (primary) Here things are still going south and plasma falls out. No matter

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-11-27 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=372963 Jan-Matthias Braun changed: What|Removed |Added Keywords||multiscreen -- You

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-11-27 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=372963 --- Comment #9 from Jan-Matthias Braun --- Of course, for the final patches I forgot to go to the root folder. They have to be applied directly in the shell folder... -- You are receiving this mail because: You are watching all bug

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-11-27 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=372963 --- Comment #8 from Jan-Matthias Braun --- Created attachment 102481 --> https://bugs.kde.org/attachment.cgi?id=102481=edit Reimplement desktopForScreen without using m_ScreenPool, now providing correct results and fixing the

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-11-27 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=372963 --- Comment #7 from Jan-Matthias Braun --- Created attachment 102480 --> https://bugs.kde.org/attachment.cgi?id=102480=edit Remove a bizzare include. This patch removes a ktexteditor include in shellcorona.cpp. -- You are

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-11-27 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=372963 --- Comment #6 from Jan-Matthias Braun --- Okay. Looks like the m_screenPool-Numbering is inconsistend with the m_desktopViewforId-Numbering. THerefore, in primaryOutputChanged, the id for the old as well as the new primary

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-11-27 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=372963 --- Comment #5 from Jan-Matthias Braun --- There aren't many (0!) comments indicating what should happen. But from looking at other parts of the code, QScreen *oldPrimary = m_desktopViewforId.value(0)->screen(); the primary

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-11-27 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=372963 --- Comment #4 from Jan-Matthias Braun --- Hi! I will try to dig through this, slowly... Right now I am trying to understand what happens in removeDesktop to trigger the Q_ASSERT in hopes that I find a good indication of what goes

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-11-26 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=372963 --- Comment #3 from Jan-Matthias Braun --- Side-Note: I am using qt 5.7, gcc 6.2, frameworks 5.28, plasma 5.8.4, and applications 16.08.3. -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-11-26 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=372963 --- Comment #2 from Jan-Matthias Braun --- When disconnecting DP-0, in my debug-build I do see ASSERT: "m_desktopViewforId.value(idx) == desktopView" in file plasma-workspace-5.8.4/shell/shellcorona.cpp situated in

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-11-26 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=372963 --- Comment #1 from Jan-Matthias Braun --- Stupid me: please ignore this fragment. It survived some editing but should have been deleted. > The funny thing is, when plasmashell is restarted after the crash, > all widgets

[plasmashell] [Bug 372963] plasmashell does not handle changes of the primary screen

2016-11-26 Thread Jan-Matthias Braun
https://bugs.kde.org/show_bug.cgi?id=372963 Jan-Matthias Braun changed: What|Removed |Added Summary|plasmashell does not handle |plasmashell does not