THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added:
FS#904 - Wibox doesn't appear after awesome.restart User who did this - Uli Schlachter (psychon) ---------- Could you attach your config? Awesome crashes during shutdown, not after the restart. Stack frames 41-36 are the main loop and event handling. Frames 35-33 are the input handling which call into your lua code. At frame 23 this calls the restart function which then tries to clean up lua. However, since we were called from lua, this look a little invalid.... Anyway, starting from frame 22, all the lua state is destroyed, but while destroying a drawin, a client is resized but apparently the state needed for that was already destroyed. I guess it's something specific to your config which is why I'd like to take a look into it. For the "no screen" problem: It appeared right after an upgrade. Which version did you use before? Since March 27, the "screen" property of drawins is removed and thus has no effect anymore. Perhaps your config is still using "screen" instead of visible? ---------- More information can be found at the following URL: https://awesome.naquadah.org/bugs/index.php?do=details&task_id=904#comment2648 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].
