Hello all,
I am trying to create a window that floats over chrome while it's in full screen, similar to the calendar popups that are shown, while focus is still on chrome. I've tried setting always on top, as well as setting Override Redirect State to yes, without any success.
The always on top needs to work for both a webpage as well as a webapp in full screen. I've been able to get this functionality with a popup (using notify-send), but I need my app to be always on top. I'm using a fairly stock Ubuntu 14.04 OS.
This is for black box testing so I can't put any code in chromium itself. This means I need a generic solution that I can implement in my code.
Thanks, I appreciate all of your times,
Mike