THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added:
FS#879 - Flash fullscreen not working with bottom wibar User who did this - Maarten van Casteren (Maartenvc) ---------- Found the culprit: In rc.lua, the function attached to the manage signal of all clients calls awful.placement.no_overlap. This function removes the areas occupied by floating windows from the available space, then tries to find a space to place the client in. Dock windows such as fbpanel are regarded as floating. Clients that are fullscreen at manage time will be processed by this function, but a client that becomes fullscreen after the manage event does not. I solved this by simply not calling the placement functions if a managed client is fullscreen, attached is the patch. (against the awesome 3.4.9 source) ---------- 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=879#comment2667 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].
