Xfce Forum

Sub domains
 

You are not logged in.

#1 2006-11-24 12:33:59

radu.c
Member
Registered: 2006-11-24
Posts: 2

"Always on top" option disabled

I have an application that sets itself to "always on top" somehow, but when I right click on the title bar, the "Always on top" option is grey. Any idea what could be causing this? The application is using SDL for the window in question, but has some additional Xlib code. I have access to the source code, but don't know what exactly to search for. Any ideas?

Offline

#2 2006-11-24 17:13:32

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: "Always on top" option disabled

The application probably does not allow you to change the desktop. So it sets the _NET_WM_ACTION_CHANGE_DESKTOP and _NET_WM_ACTION_STICK flags.

Offline

#3 2006-12-05 23:17:44

radu.c
Member
Registered: 2006-11-24
Posts: 2

Re: "Always on top" option disabled

I found out what it is. The "Always on top" option is enabled only if the application is in either the "normal" or "above" layers (as per wmctrl). Put it in any other position (below for example) and although the window manager respects that on my desktop (and doesn't on a custom built machine), the "Always on top" option is grayed out.

Offline

Board footer

Powered by FluxBB