Summary: | Crash when trying to change screen order | ||
---|---|---|---|
Product: | [Plasma] KScreen | Reporter: | mrmaffen |
Component: | libkscreen | Assignee: | Alex Fiestas <afiestas> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aleksi.uotila, 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
mrmaffen
2013-06-28 12:29:25 UTC
Every time I tried to change a setting in "Display & Monitor" the application crashed. A restart of lightdm fixed it. This was fixed already, please upgrade to 1.0. If you are still able to reproduce this please, feel free to reopen the bug, this time adding: -The output of: kscreen-console bug -Executing kcmshell4 kcm_kscreen and providing the output Thanks for reporting ! *** Bug 321699 has been marked as a duplicate of this bug. *** 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 321699 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 |