Re: Annoying window modes

Milosz Derezynski <[email protected]> Tue, 18 Nov 2003 05:20:33 +0000
Newsgroups gmane.comp.multimedia.beep-media-player.devel
Message-ID <[email protected]>
Moritz Heiber wrote:

>Hello dear BMP developers,
>
>apart from the fact that I really appreciate your work of porting my
>most used application ever I'ld like to point out one really annoying
>thing.
>
>The way the windows are organized isn't really on purpose .. the
>original XMMS fetches all its subwindows and does the same task on them
>as soon as the user demands a view changes. As an example, if you tell
>XMMS to minimize itself all component windows are minimized as well. BMP
>doesn't do this and yet I haven't figured a way to do it at all.
>
>Since I don't want just the playlist or the equalizer to show up on my
>desktop this is barely the only missing "feature" BMP lacks that keeps
>me away from using it on a regular basis. Thank you for your regards.
>
>Bye,
>
>Moritz
>
>  
>
This is currently broken. The goal is to have a window behaviour similar 
to xmms,
but with less hacks (no gtk_window_set_transient_for() ). Also you must 
be using KDE/KWin
since it already works quite OK (except for the equalizer, and some 
minor rare quirks) with
Metacity.

Docking is currently also partially broken.

One of the release goals of 0.9.6 (former 1.0.0-pre6) is having this 
sanified and working again. Status, bug
and TODO page on the bmp website is upcoming.

Regards