-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Above fullscreen #65
Comments
Just to be clear: if I watch a video in fullscreen in browser or media player, it would be nice if glava wold be able to stay above those as well. |
|
I did that before opening the issue, both in rc and kwin files. "below" is quoted too. Glava just doens't stay above fullscreens, nor does anything else that is "above". I just thought "above" was for above windows that are not fullscreen or something like that. Even if I set the above with kwin, wmctrl or in this case the config file. This is how it is in KDE Neon 5.13.5 (ubuntu 18.04). EDIT: I can post my configs if that helps. |
@RaitaroH I'll spin up my KDE container later today and try to find something that works. It is really frustrating that the WM routinely misbehaves with EWMH hints and window types, perhaps a collection of these problems I have had with GLava should make their way into a KWin issue. |
|
It was occurred to me that |
Alright, there's a special "unmanaged" window type that has been added in the above commit that may be able to get what you want, see the added comments in /*
...
Alternatively, you can set this value to "!", which will cause
the window to be unmanaged. If this is set, then `addxwinstate`
will do nothing, but you can use "!+" and "!-" to stack on top
or below other windows.
*/ So
Another thing worth noting is that this could allow GLava to work on the desktop with i3 (and i3-gaps) using * not tested on KDE |
@wacossusca34 The windows stays above fullscreen... but it freezes. So is basically an unfocused overlay now instead of actually visualizing anything. I tried |
@RaitaroH oh, I forgot to mention that you will also need to set |
@wacossusca34 I added that too... still freezes. Also, I do remember glava working without options... but now I get a crash.
|
@RaitaroH crashes need to be debugged with |
Ok so...
Works with
I did also build with debug but, glava crashes on start:
Here is my configs right now: |
Now I have in my kwin file looks like this. Thank you by the way.
|
Your GDB output is the default gdb startup banner, you have not yet started the program inside the debugger |
@coderobe ups. I fixed it. |
Don't use "glava --desktop" command, only "glava" & #request setxwintype "dock" |
Watching video,
But glava will stay below...
It should be above.
The text was updated successfully, but these errors were encountered: