killown
killown
followed the steps to reproduce the behavior: https://github.com/user-attachments/assets/29f76f41-e485-40ea-a8f0-7ecbb857409e
fixed with #2434
cannot reproduce this issue with #2613 maybe related with woobly which is disabled in vulkan renderer
workaround: ``` from wayfire.ipc import WayfireSocket sock = WayfireSocket() sock.watch() while True: msg = sock.read_next_event() if "event" in msg: if "plugin-activation-state-changed" in msg["event"]: if msg["plugin"] == "move" and msg["state"] is...
maybe related #2667 then duplicated? the root issue seems the alpha plugin
``` II 16-06-25 22:31:52.193 - [plugins/window-rules/view-action-interface.cpp:404] View action interface: Alpha set to 0.68. EE 16-06-25 22:32:09.129 - [GLES2] GL_INVALID_OPERATION in glTexSubImage2D(invalid texture level 0) EE 16-06-25 22:32:09.179 - [GLES2] GL_INVALID_OPERATION...
cannot reproduce, the expected behavior is already happening in wayfire 0.10.0-2a5e8702
He likely wants a plugin replicating an old GNOME Shell feature, workspace thumbnails on the right with an active workspace indicator. Mark it as "not planned" since probably no one...
It looks like your GPU might not support vulkan. You can try forcing Mesa to use the classic OpenGL driver instead of Zink.
seems related: https://github.com/user-attachments/assets/4d87fcfa-d985-493f-a2c5-66b146df9247