Aire-One
Aire-One
In the last few weeks, multiple distro packagers reached to us by commenting directly in some issues and by opening PRs to resolve build issues. We are now risking being...
I think https://github.com/awesomeWM/awesome/pull/3906 tries to fix this behavior.
Regarding the runner version bump, I have some preliminary work with https://github.com/awesomeWM/awesome/pull/3999. For some reason, we have a signed VS unsigned error with `ubuntu-24.04`. I haven't been investigating further this...
Looking at the git-blame: implementation for both methods (https://github.com/awesomeWM/awesome/commit/dc0afe9f596f9e74e2325faedef13a919a0ce856 and https://github.com/awesomeWM/awesome/commit/e6151735521c785e14f61cdb9f6f8a0434e42ea9) predates the flexible widget constructor https://github.com/awesomeWM/awesome/commit/7e8f3e9b9b64fffc33debcabf919673d0bc6c96c, and refactoring missed one of them https://github.com/awesomeWM/awesome/commit/82db9180b10a1d54c7e9b84f8bf1b27a3b5a7cfb. Well, I guess it was deemed...
Looks like we need to update actions/cache in the workflow. I'll take a closer look at it tomorrow.
@mergifyio rebase
Looks like anongit.freedesktop.org is down again.
It seems we cannot retry the pipelines more than twice (3 total runs). anongit.freedesktop.org have to be fixed since other pipelines can successfully download the deps. @elig0n can you rebase...
`--disable-naughty` is a frequently requested feature, so it would make sense to support it at some point. (Maybe through startup options/modeline https://awesomewm.org/apidoc/documentation/09-options.md.html ?) To my understanding, `--disable-wm` would basically allow...
I worked a few hours on a new command line parameter to allow Awesome to be used as a Lua interpreter `awesome -e somescript.lua someargs1 someargs2`. It would allow running...