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.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
11 | Active |
10 | Rejected |
9 | Rejected |
8 | Active |
7 | Active |
6 | Active |
5 | Rejected |
4 | Active |
3 | Active |
2 | Inactive |
1 | 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(); } ```
thank you for dealing with this ugly code :')