Emmanuel Lepage Vallée

Results 242 comments of Emmanuel Lepage Vallée

Hello, Looks like you have a compositing manager like picom running. Can you confirm it works fine when you disable it? If so, the problem is there. Otherwise, the version...

Can you bisect which commit causes the regression? (that means recompiling some random commits between the point where it works and the point where it doesn't. `git bisect` and Xephyr...

Do you have a minimal example `rc.lua` which can reproduce the problem. I am still interested in getting to the bottom of this. We try to make the releases backward...

I think you can mitigate this by using the key code rather than the symbol. I don't have time to debug this right now, so the mitigation might be the...

Indeed. That's because the DIV is `` for the whole doc. That's pretty easy to fix (rename the CSS and the DIV to something else less prone to name collision),...

Most often, this happens because one of the widget is making a blocking call. Maybe something in your config or the libraries you are using uses `io.popen`? Is so, please...

Or maybe one of the player tries to take the focus when it gets contacted over mpris. Back in the days, Amarok (an once leading musing player) could deadlock Awesome...

> error: /usr/local/share/awesome/lib/awful/_compat.lua:37: attempt to call a nil value (field 'set_newindex_miss_handler') This indicates that the `awesome` binary is older than v4.3 because `set_newindex_miss_handler` is missing, which isn't possible with the...

I have the patches. I will make the PR "soon". That wont include the style properties, but wont monkey-patch the layout object anymore.

Here is the new doc https://elv13.github.io/widgets/awful.widget.tasklist.html compared to the old one https://awesomewm.org/apidoc/widgets/awful.widget.tasklist.html As you can see, since this question was posted, I refactored the tasklist to no longer monkey patch...