| Summary: | noatun size after store settings | ||
|---|---|---|---|
| Product: | [Unmaintained] noatun | Reporter: | Lubos Lunak <l.lunak> |
| Component: | general | Assignee: | Charles Samuels <charles> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.2 | ||
| Target Milestone: | --- | ||
| Platform: | Mandrake RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Henry Stanaland
2002-03-08 05:10:33 UTC
Noatun developers, please read http://lists.kde.org/?l=kde-core-devel&m=103521890818862&w=2 and make sure different toplevel window can be distinguished from each other. Replaced henryst@mit.edu with l.lunak@kde.org due to bounces by reporter Does this still happen with current KDE? And if yes, is giving every qwidget based window a different name the right solution (I'm not sure if I understood the mail referred to in this bugreport). Yes, giving every toplevel widget a different name is needed to make kwin recognize them from each other. The values given by "xprop | grep -e ROLE -e CLASS" are used by KWin to identify a window. Note that I'm not actually the reporter of this bug, and I don't really care about this specific bug. Gave all ui-plugins and splitplaylist toplevel-widgets a name now, hope this fixes the bug. |