Levi Webb

Results 53 comments of Levi Webb

If anyone can comment on whether @Aaahh's fork fixes the issue, it would help me decide whether to keep poking at this issue or to just close it.

@ephemient and workspaces are still broken with GLava on the desktop (the topic of this issue)?

If @Aaahh's attempted fix using `XReparentWindow` doesn't actually seem to fix the problem here, I will probably omit that code for 1.5. Calling `XReparentWindow` might confuse some window managers anyway,...

> I was having a similar problem with a terminal visualizer. Setting window_type to "utility" using devilspie seemed to work for me @ujjwal96 does setting the window type to `"utility"`...

The above commit allows the following line to pin GLava to all desktops: ```GLSL #request addxwinstate "pinned" ``` The changes are non-breaking and don't affect anyone not using this option...

Stacking order issues may be solved with `#request addxwinstate "below"`, as mentioned in #54, due to the hint sometimes placing desktop windows in the same stacking order as other normal...

This is going to be part of a larger rework for a `2.0` milestone. See commit f562bc6 for how this has been implemented: * GLava is no longer a standalone...

Plugin seems to be functional now, with a few critical bugs: * The source output in rare cases does not initialize, likely due to a race condition. * Option properties...

Also see obsproject/obs-studio#2052.

Thanks for the report. Will certainly be fixed in `2.0` but I can also fix it in `master` to solve the issue for the time being. You can probably circumvent...