You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -13,16 +13,15 @@ Also, check out my related [Google Earth View wallpaper extension](https://githu
13
13
14
14
## Features
15
15
16
-
*Fetches the Bing [Image of the Day](https://www.microsoft.com/en-us/bing/bing-wallpaper)and sets as both lock screen and desktop wallpaper
16
+
*Automatically sets the Bing [Image of the Day](https://www.microsoft.com/en-us/bing/bing-wallpaper) as both lock screen and desktop wallpapers
17
17
* Only attempts to download wallpapers when they have been updated - doesn't poll continuously
18
-
* Optionally delete old images after a week, or keep them forever
19
-
* Optionally force a specific region (i.e. what Bing calls a "market", some Wallpapers may relate to local holidays or locations)
18
+
* Shuffle/randomise wallpapers at adjustable intervals (including from your stored Bing images)
19
+
* Image gallery to view, select and curate stored images
20
+
* Optionally delete old images after a week, or you can keep (and curate) them forever
21
+
* Override the lockscreen blur
20
22
* Language support: English (en), German (de), Dutch (nl), Italian (it), Polish (pl), Chinese (zh_CN), French (fr_FR), Portuguese (pt, pt_BR), Russian (ru_RU), Spanish (es), Korean (ko, ko_KR, ko_KP), Indonesian (id), Catalan (ca), Norwegian Bokmål (nb) & Nynorsk (ni), Swedish (sv), Arabic (ar), Hungarian (hu) and Japanese (ja) - a HUGE thanks to the translators
21
23
* Image preview in menus & ability to manually set wallpapers individually or copy image to clipboard
22
24
* A selection of different theme-aware indicator (tray) icons to choose (or hide it completely)
23
-
* Override the lockscreen blur
24
-
* NEW: shuffle/randomise wallpapers at adjustable intervals (including from your stored Bing images)
25
-
* NEW: image gallery to view, select and manage stored images #115
26
25
27
26
## TODO
28
27
@@ -36,7 +35,7 @@ Also, check out my related [Google Earth View wallpaper extension](https://githu
36
35
37
36
## Requirements
38
37
39
-
GNOME 3.28+ (Ubuntu Gnome 18.04+, Fedora 23+, older versions of the extension work with 3.18+, but are no longer supported). Blur control requires GNOME 3.36+, and may be unreliable on 3.36.3 or below. GNOME 40+ is still beta quality.
38
+
GNOME 3.36+ or 40+ (Ubuntu 20.04 LTS or later, older versions of the extension work with 3.18+, but are no longer supported).
40
39
41
40
## Install
42
41
@@ -45,22 +44,16 @@ GNOME 3.28+ (Ubuntu Gnome 18.04+, Fedora 23+, older versions of the extension wo
45
44
or install directly to your GNOME extensions directory (useful if you want to hack on it)
You can then install this file using the GNOME Tweak Tool. Please note to install an extension correctly the zip must have the metadata.json file in the base directory (not in a sub-directory), so you can't use the Github zip file to do this.
60
-
61
54
## Enable debug logging
62
55
63
-
If you run into problems, you can enable debugging using dconf-editor with this command:
56
+
Enable debug logging through the exptension preferences 'Debug options' tab or if unable to open preferences you can enable debugging using dconf-editor with this command:
letsave_thumbs=!this.settings.get_boolean('delete-previous')&&this.settings.get_boolean('create-thumbs');// create thumbs only if not deleting previous and thumbs are enabled
157
160
if(!thumb_dir.query_exists(null)){
158
161
thumb_dir.make_directory_with_parents(null);
159
162
}
160
163
letimage_file=Gio.file_new_for_path(filename);
161
-
//log('thumbpath -> '+ thumb_path);
162
164
if(!image_file.query_exists(null)){
163
165
this._set_blank_image(galleryImage);
164
166
}
@@ -170,9 +172,10 @@ var Carousel = class Carousel {
170
172
if(image_thumb.query_exists(null)){// use thumbnail if available
0 commit comments