Jake Howard
Jake Howard
> xdg-desktop-portal-wlr uses grim to take a screenshot, so you should be sure you have grim installed as well Holy balls that actually worked! Thanks!
I realise this is almost 3 years ago, but did this ever happen? It looks like the current version still terminates the application when something goes wrong, or once the...
Tried keyfile without challenge-response, works fine. Tried challenge response without keyfile, works fine. Not sure what's going on here!
Any progress on this? GCM is now completely deprecated. A primary issue right now is that `GCM` is the default, so requires some dodgy migrations / code to update this....
I assume you're trying to send a notification to an Android device? This happens because GCM shut down, and was replaced with firebase. You'll need to convert things to use...
@SerhiyRomanov No. It means sending with GCM is broken. Sending with FCM is just fine, although FCM isn't the default, so there's a couple more hoops to jump through.
Just set the container to run as root (not ideal), and tested locally and all works as expected. I don't know what's happening with the CI failures.
The problem with not running as root is more about access to the docker socket than access to `/run`. I've made the container create a dedicated docker group at startup,...
> the changes touching this context should purge the cached units It should, and does: https://github.com/wagtail/wagtail/pull/8937/files#diff-9e2fc90f09e08c4af86e25111803a306e91d17f5ad97333b51a2f2805226af2aR14
As a fix, this looks fine. Although I do wonder whether there are other places this is actually an issue. I know there are several other places which assume a...