[Bug 33410] Noatun doesn't save window geometry
Oliver Bausinger
bausi at bausi.org
Mon May 12 11:16:14 BST 2003
------- 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=33410
------- Additional Comments From bausi at bausi.org 2003-05-12 12:16 -------
Just want to point out that relying on KWin's StoreSettings is not the best idea
because it only works with KWin (although noatun can be run outside of KDE,
and KDE can be run with another ICCCM(?)-compatible window manager).
Another point is that the different plugins behave differently, e.g. kaiman and
kjofol remember their window positions after hide()/show(), excellent,
milk-chocolate does not and so on. That's not very sensible. It should really
work out of the box for _every_ plugin because the users expects exactly this
behaviour.
And a solution: every plugin should overwrite show()/hide() and save
QWidget::pos().
More information about the kde-multimedia
mailing list