[Bug 166009] plasma panel missing after logging out and in

Aaron J.Seigo aseigo at kde.org
Wed Jul 16 03:03:58 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=166009         




------- Additional Comments From aseigo kde org  2008-07-16 03:03 -------
so what jumps out at me is that on first save, we have this for the geometry:

geometry=0,-44,127:,38

that ':' looks very, very wrong.

the max and min size are:


[Containments][3][Configuration]
maximumSize=127:,38
minimumSize=127:,38

notice again we have "127:". this is rather odd since the max/min sizes there are a QSize (so an int and a int) while the geometry setting is a QRectF. indeed, both should be "1024" and not "127" (let alone "127:").

you don't happen to have a script something that replaces 1024 with 127: in ~/.kde/share/config/* or something equally unique going on do you? ;)

in any case, due to this very strange output by the second save through we have:

geometry=0,-44,0,38

i'm going to attach a small test program to this bug report that should hopefully rule out something odd happening in the kconfig saving part of things.

instructions for test:

* download the attachment into a directory by itself
* from a konsole, go into that directory
* do: qmake -project; qmake; make
* run the binary that appears in the directory (it'll be the same name as the directory you created)

copy and paste the output of the test app here... thanks..


More information about the Panel-devel mailing list