Michael Carroll
Michael Carroll
Possibly the order the extensions are loaded has changed. I'd suggest disabling Blur control in this extension. and leaving it on in the other.
Ahh, this should really just check if it's explicitly enabled first. That's fixable.
Hi Johannes, we don't currently handle that case at all. We use Soup to fetch the json & images, so it shouldn't be impossible to implement. If you are aware...
We use the Soup proxy resolver, which seems like it should use the GNOME settings. Can you tell me what errors you are seeing with journalctl?
No problem, thanks for submitting the ticket though. The error seems to be this one: `{ SOUP_STATUS_CANT_RESOLVE_PROXY, "Cannot resolve proxy hostname" },` That suggests the proxy autodetection is either ignoring...
This is a long standing bug, which I don't have a direct way to test. If you are able to checkout [version-41 branch](https://github.com/neffo/bing-wallpaper-gnome-extension/tree/version-41) of this repo, you could test if...
Thanks for helping debug this. Ok just pushed a new commit which will dump Soup headers, if you want to enable debug logging it should hopefully output something like this:...
Doesn't seem to be using proxy at all, no. However, if I set my proxy to 'test:8080' (not a real host) in GNOME settings I get this: ``` May 11...
Right, ok so as I suspected it might be timing related. This might need some reworking. This is technically possible if there is a signal (such as dconf key changing)...
Ok, I have just committed a change that will create a new Soup session on refresh. It's possible the proxy settings are fixed by creating a session at startup. Creating...