2009/9/24 Adam Sjøgren <[email protected]>: > Hi. > > > When I try to delete a file on my desktop (run by Nautilus), a transient > window opens ("Permanently delete?") > > The window is below all other windows, and can't be raised. (I guess > because it is tied to the root-window.)
No -- it's because those window are children of the Nautilus-desktop window that nautilus draws over the root window. FVWM can only raise that window with respect to its parent, but remember that the other windows, such as your terminals will be children of the root window (that's the *real* root window) -- do the two don't relate -- and FVWM can only manipulate this dialogue window with respect to its parent. So, I would guess what you need to do is something like this@ Style Nautilus Layer 20 (I had to google for the classname of Nautilus, but it seems right.) -- Thomas Adam
