Extension to automatically Change wallpaper after a given interval
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Why are you creating gsettings object manually in `getOtherExtensionSettings` instead of `ExtensionUtils.getSettings(UUID)`?
I tried using ExtensionUtils but ended up with some error, I thought maybe this was because I am trying to access settings of different extension installed. So I used Gio to access that settings.
Notice that I am using getOtherExtensionSettings to access settings of WallpaperOverlay whereas the current extension is called WallpaperSwitcher