gijsbers
gijsbers
If you examine the output of `xprop` for the browser when it is raised and when it is not do you see differences? Try multiple times to get a consistent...
Does it help if you set `RaiseOnFocus=1` ?
@marcelkorpel Did you ever see this again? And/or recently?
man icewm-winoptions gimp.layer: Normal
`_NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_MENU` One can change the layer via the layer menu for the main window, but not for the tear-off menu, because YFrameWindow::updateLayer overrides: ``` case wtMenu: newLayer =...
Which gimp and gtk versions did you use?
See this: https://askubuntu.com/questions/430706/installing-autotools-autoconf
In general one can figure out which package needs to be installed by using a command like for instance `command-not-found`: > apt-get install command-not-found Then `command-not-found autopoint` should tell you...
Try to install this first: ``` apt install asciidoc asciidoctor autoconf automake autopoint build-essential fontconfig fontconfig-config gettext libao-dev libasound2-dev libesd0-dev libsndfile1-dev libfontconfig1-dev libfribidi-dev libgdk-pixbuf2.0-dev libpulse-dev libtool libsm-dev libx11-dev libxext-dev libxft-dev...
You can omit libx11 and libxext. Comment https://github.com/bbidulock/icewm/issues/222#issuecomment-362846726 was edited. Yes the compile and install has some translation errors, but you can safely ignore those. The installed icewm should work...