On Wed, Feb 12, 2003 at 06:47:42PM +0100, Markus Grunwald wrote:
> Hello,
>
> I have a problem with wine - perhaps fvwm can solve it...
>
> When I open "cool edit" (the best sound editor - unfortunately nothing
> in the linux world compares to it) and start a longer calculation, I get
> a little progress window. The problem is, that I can not move the
> window, it stays allways on top and it is sticky on all screens :(
>
> When I run xwininfo on the window, I get this info:
> xwininfo: Window id: 0x1a000ee ""
>
> Absolute upper-left X: 615
> Absolute upper-left Y: 533
> Relative upper-left X: 615
> Relative upper-left Y: 533
> Width: 370
> Height: 134
> Depth: 24
> Visual Class: TrueColor
> Border width: 0
> Class: InputOutput
> Colormap: 0xc00001 (not installed)
> Bit Gravity State: ForgetGravity
> Window Gravity State: NorthWestGravity
> Backing Store State: NotUseful
> Save Under State: yes
> Map State: IsViewable
> Override Redirect State: yes
^^^
This window ask to be not managed by the window manager and
so the situation you describe is normal.
You may try:
BugOpts RaiseOverUnmanaged
but this can leads to some pbs with some other override redirect
window (as tips window in the pager). Maybe, you have to ask
wine developers: why such a window is override redirect?
Regards, Olivier
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Thu Feb 13 2003 - 14:50:24 GMT