Review of "WikiArt Wallpaper" version 10

Details Page Preview

A simple GNOME Shell extension to set your wallpaper to one of WikiArts Artwork of the day with single click! Disclaimer: This extension is not affiliated, funded, or in any way associated with WikiArt.

Extension Homepage
https://github.com/cankurttekin/WikiArt-Wallpaper-Gnome

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
11 Active
10 Rejected
9 Rejected
8 Active
7 Active
6 Active
5 Rejected
4 Active
3 Active
2 Inactive
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
You are not aborting the session on destroy. - Remove line 336 and 349. - Replace line 49 with: ```js this.session = new Soup.Session(); ``` - Add this to the `WikiArtWallpaper` class: ```js destroy() { this.session.abort(); super.destroy(); } ```
cankurttekin posted a review
thank you for dealing with this ugly code :')