Summary: | System Settings crashes on primary display change | ||
---|---|---|---|
Product: | [Plasma] KScreen | Reporter: | Aleksi Uotila <aleksi.uotila> |
Component: | libkscreen | Assignee: | Alex Fiestas <afiestas> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | dvratil |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/libkscreen/d9b3fc64ba1bf88805478cafd0545857c0eb71be | Version Fixed In: | 1.0.1 |
Sentry Crash Report: |
Description
Aleksi Uotila
2013-06-28 07:27:54 UTC
*** This bug has been marked as a duplicate of bug 320537 *** (Sorry, not a dupe) *** This bug has been marked as a duplicate of bug 321708 *** Git commit d9b3fc64ba1bf88805478cafd0545857c0eb71be by Àlex Fiestas. Committed on 25/07/2013 at 20:50. Pushed by afiestas into branch 'master'. Use the information from currentOutput, not from the unapplied config Before this patch, we were looking for the size of the current Mode in the Output object of the config that is passed to Config::setConfig which either can or can't have the wanted Mode. This has been kinda working so far because and ONLY because in Generator (from kscreen/kded) we use the currentConfig as the base for the config that we are generating, so all modes are included. CCMAIL: dvratil@redhat.com Related: bug 320537, bug 321708 FIXED-IN: 1.0.1 M +1 -1 backends/xrandr/xrandrconfig.cpp M +5 -0 backends/xrandr/xrandrmode.cpp M +1 -0 backends/xrandr/xrandrmode.h M +10 -0 backends/xrandr/xrandroutput.cpp M +1 -0 backends/xrandr/xrandroutput.h http://commits.kde.org/libkscreen/d9b3fc64ba1bf88805478cafd0545857c0eb71be |