Michael Carroll

Results 124 comments of Michael Carroll

Executing a script or emitting a signal (D-Bus) is definitely possible, but not sure looking at this [issue](https://github.com/aunetx/blur-my-shell/issues/13) if it has any functionality that would work that way. I would...

We don't overwrite the image file, no. Each wallpaper is an individual image, and we select it by changing that `org.gnome.desktop.background.picture-uri` key to it's filename. So it should trigger if...

Oh sorry, I was unclear. That file I linked is from the GNOME shell source, not my extension. I don't animate anything. :) Totally understand, @aunetx!

should be fixed by #170 Issue was related to mistaken use of Filechooser get_uri() when get_path() should have been used.

This is a great idea, though we have to jump through a few more hoops for approval to be able to make changes to the lock screen (for obvious security...

Does the path name have non-latin characters in it (a-zA-Z0-9)? It's a bug atm, but fix is in the next version.

Can you please enable debugging in the extension and provide some journal outputs? (With luck it's something fixed in the next version that isn't pushed out yet.) You can reset/delete...

Is this issue still occurring? You may need to change your folder again to clear the issue.

This delay is deliberate to not interfere with GNOME shell (and other application) start up. Refresh should trigger 1 minute after the extension startup. It could be made configurable (relatively...

You shouldn't run both these extensions with Blur enabled, as they work exactly the same way. I can confirm I see the same issue. The solution above means that extension...