[Bug 166009] plasma panel missing after logging out and in
Clas Rurik
crurik at spectratic.de
Wed Jul 16 09:27:05 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 crurik spectratic de 2008-07-16 09:27 -------
no magical script that changes my plasma config :)
unfortunately the output of the test app is always the same and if I am right as expected (used the qmake from the qt-copy svn build):
QSize(1024, 38) (QVariant(int, 1024) , QVariant(int, 38) )
to string "1024"
to string "38"
("1024", "38")
"1024,38"
but I think that I found something interesting.
Some time ago I started to build kde4 with some optimization options to see if I get it to a decent speed (well, recent nvidia card with performance problems :|).
For my current build I deleted the "-release" option for qt and my cflags and cxxflags (-pipe -march=i686 -g0 -O2 -fomit-frame-pointer -ffast-math).
With this build I get configuration values which look rather normal.
[Containments][1]
geometry=0,0,1440,900
[Containments][3]
geometry=0,-44,1440,38
plugin=panel
[Containments][3][Configuration]
maximumSize=1440,38
minimumSize=1440,38
(Laptop screen with 1440x900)
If this wasn't fixed in the last 1 or 2 days then could these optimization options cause such silly values as before?
More information about the Panel-devel
mailing list