Version: 2.2.1 (using KDE 3.1.1) Installed from: (testing/unstable) Compiler: gcc version 3.2.3 20030309 (Debian prerelease) OS: Linux (i686) release 2.4.20 hello, it would be nice if noatun would not exit if one clicks the cross. i think it would be better if it only disappears from the task list an from the desktop but remains in the systray. to exit it -> rightclick on the symbol in the systray and click exit. w mader
http://developer.kde.org/documentation/standards/kde/style/basics/systray.html Technically, this is a bug. The url above demands the requested behavior.
You're right, Neil. Who wants to fix it?
Don't mess with the systray in a kde application which has more than one KMainWindow, it'll break ya neck :P
> Don't mess with the systray in a kde application which has more than one KMainWindow, it'll break ya neck :P What kind of problems are we talking about here, since currently the behavior is not uniform. So whatever the resolution, it should be done KDE wide. IMO its not that hard; if(openPlugins > 0) allPlugins=getOpenPluginsList hideAllPlugins else foreach plugin in allPlugins showPlugin Naturally this all becomes really easy if a mainwindow can have a parent window (invisible naturally) which can be iconified; taking all child windows with it.
Replaced trustindevil@gmx.de with zander@kde.org due to bounces by reporter
anyway, got a patch on my (currently broken) workstation. I'll commit this soon. Somebody mailed it to me, I'll give credit in the commit message when I can commit it :)
Fixed in CVS, will appear in KDE 3.3