THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added:
FS#996 - Borders are drawn on VirtualBox guest in fullscreen User who did this - Arvydas Sidorenko (Asido) ---------- So that happens because vbox becomes fullscreen before making it visible and vmware the other way around, so as the last touch when a client becomes visible Awesome applies default rules - focus, keys, buttons, and borders. My proposed solution at first was to get rid of global rules and apply default setings at client_manage, which does xcb_create_window and sounds like a logical place for that. But since EWMH specifications are implemented in Lua, this will be overwritten. So the only option I could think of atm is to connect to the signal inside ewmh.lua which client_manage at the end emits and use that callback to apply the default settings. That sounds more flexible way which can act based on situation and EWMH specification. I attached a patch how it **could** look like (it fixes the issue for the moment). Any better ideas? ---------- One or more files have been attached. More information can be found at the following URL: https://awesome.naquadah.org/bugs/index.php?do=details&task_id=996#comment3017 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above. -- To unsubscribe, send mail to [email protected].
