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-2003-4-7+swsusp The window of the Tyler visualisation plugin, can not be closed or switched off using the window decoration of kwin. It simply does not react to mouseclicks like the better behaved plugins.
SDL's QUIT event isn't handled I tried to modify the code so it would be, but then it just stops randomly :( I don't know what voodoo is going on that this happens. Maybe it's the SIGPIPE? -Charles
I don't know what the plugin should do if you try to close it. Does libnoatun give a way for plugins to unload themselves?
Well, according to the code, if the child process exits, the plugin unloads itself (with Plugin::unload(), in fact :) in check_events() (renderer.c), add: if (event.type == SDL_QUIT) { finished = 1; return; } immediately after: SDL_PollEvent(&event); And you'll see what I mean. It just gets that SDL_QUIT event out of nowhere.
Fixed in CVS, fix will appear in KDE 3.3