Review of "Wallpaper Switcher" version 5

Details Page Preview

Extension to automatically Change wallpaper after a given interval

Extension Homepage
https://github.com/rishuinfinity/WallpaperSwitcher

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
9 Active
8 Active
7 Active
6 Active
5 Active
4 Active
3 Active
2 Active
1 Active

Previous Reviews on this Version

JustPerfection waiting for author
Why are you creating gsettings object manually in `getOtherExtensionSettings` instead of `ExtensionUtils.getSettings(UUID)`?
rishuinfinity posted a review
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.
rishuinfinity posted a review
Notice that I am using getOtherExtensionSettings to access settings of WallpaperOverlay whereas the current extension is called WallpaperSwitcher
JustPerfection active