fullscreen in fluxbox
Brought to you by:
gqview
Hi,
if one uses fluxbox in focus-stealing-prevention mode, it will not give the gqview fullscreen window the focus when you bring it up by pressing the "F" key on the keyboard (since you just pressed a key and an unrelated popup sprung up).
There is an easy one-liner fix, which is just to relate the main window and the "popup" using gtk_window_set_transient_for, see attachement.
make fullscreen window transient for main window