Summary: | a weird Plasma bug - panel doesn't show after second log-in | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | PM <mitaspiotr> |
Component: | [OLD] KDE | Assignee: | Qt Bug Alias <qt> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://forum.kde.org/showthread.php?tid=6361 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
PM
2008-10-17 19:10:03 UTC
sorry for the 'Reproducible: Always', I overlooked this And is it set in the config? Maybe kde fails when you logout and it is not stored...? Just after reporting the bug here I got a response on the KDE forum: it was caused by QT compiled with ffast-math. Maybe QT ebuilds should filter this flag? Ahould I file a separate bug report for this? Does this still happen with Qt 4.5? IMO we shouldn't filter -ffast-math, gcc has lots of dangerous flags and we don't want to start filtering them all, it's the user's responsibility when he uses them. (In reply to comment #3) > Just after reporting the bug here I got a response on the KDE forum: it was > caused by QT compiled with ffast-math. Maybe QT ebuilds should filter this > flag? Ahould I file a separate bug report for this? > Piotr, can you confirm that compiling Qt without -ffast-math solves the plasma issue? Yes, recompiling QT4 without -ffast-math solved the issue. Not a blocker for 4.3.1 stabilisation... Closing as invalid since the issue is caused by -ffast-math flag which is known to be dangerous and shouldn't be enabled system-wide by users. |