Skip to content

Commit 37117e9

Browse files
committed
update templates and scripts
1 parent c5d3774 commit 37117e9

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This extension is derived from my [Bing Wallpaper](https://github.com/neffo/bing
2424

2525
## Requirements
2626

27-
Gnome 3.18+ (Ubuntu Gnome 16.04+, Fedora 23+)
27+
Gnome 3.28+ (Ubuntu Gnome 18.04+)
2828

2929
## Install
3030

@@ -36,7 +36,7 @@ or install directly to your GNOME extensions directory (if you want to hack on i
3636

3737
## Screenshots
3838

39-
![Menu][/screenshot/menu.png]
39+
![Menu](/screenshot/menu.png)
4040

4141
![Settings](/screenshot/settings.png)
4242

buildzip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ rm [email protected]
1414

1515
1616

17-
zip -d [email protected] screenshot/* screenshot buildzip.sh Settings.ui.h *~
17+
zip -d [email protected] screenshot/* screenshot buildzip.sh Settings.ui.h *.py *~

locale/GoogleEarthWallpaper.pot

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2021-04-09 12:32+1000\n"
11+
"POT-Creation-Date: 2021-04-09 19:12+1000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -106,7 +106,7 @@ msgid ""
106106
"photo from a selection of curated locations."
107107
msgstr ""
108108

109-
#: Settings.ui.h:23 extension.js:165 extension.js:310
109+
#: Settings.ui.h:23 extension.js:167 extension.js:312
110110
msgid "Google Earth Wallpaper"
111111
msgstr ""
112112

@@ -162,23 +162,23 @@ msgstr ""
162162
msgid "On refresh:"
163163
msgstr ""
164164

165-
#: extension.js:194
165+
#: extension.js:196
166166
msgid "Next refresh"
167167
msgstr ""
168168

169-
#: extension.js:221
169+
#: extension.js:223
170170
msgid "View in "
171171
msgstr ""
172172

173-
#: extension.js:278
173+
#: extension.js:280
174174
msgid "Fetching..."
175175
msgstr ""
176176

177-
#: extension.js:364
177+
#: extension.js:366
178178
msgid "No wallpaper available"
179179
msgstr ""
180180

181-
#: extension.js:365
181+
#: extension.js:367
182182
msgid "Something went wrong..."
183183
msgstr ""
184184

@@ -210,18 +210,18 @@ msgstr ""
210210
msgid "Please install WebKit2Gtk package to enable the map view."
211211
msgstr ""
212212

213-
#: utils.js:50 utils.js:53
213+
#: utils.js:51 utils.js:54
214214
msgid "minutes"
215215
msgstr ""
216216

217-
#: utils.js:56
217+
#: utils.js:57
218218
msgid "days"
219219
msgstr ""
220220

221-
#: utils.js:59
221+
#: utils.js:60
222222
msgid "hours"
223223
msgstr ""
224224

225-
#: utils.js:86
225+
#: utils.js:87
226226
msgid "No change log found for this release"
227227
msgstr ""

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"uuid": "[email protected]",
3-
"shell-version": ["3.18", "3.20", "3.22", "3.24", "3.26", "3.28", "3.30", "3.32", "3.34", "3.36", "3.38", "40.0"],
3+
"shell-version": ["3.28", "3.30", "3.32", "3.34", "3.36", "3.38", "40.0"],
44
"name": "Google Earth Wallpaper",
55
"settings-schema": "org.gnome.shell.extensions.googleearthwallpaper",
66
"description": "Lightweight GNOME shell extension to set your wallpaper to a random photo from the curated Google Earth collection (1500 photos).\n\n*Disclaimer*: this extension is unofficial and not affiliated with Google in any way. Images are protected by copyright and are licensed only for use as wallpapers.\n\nSee also my other extension, Bing Wallpaper Changer (https://github.com/neffo/bing-wallpaper-gnome-extension) which was itself based on the NASA APOD extension by Elinvention (https://github.com/Elinvention).\n\nFeatures:\n* Fetches a random Google Earth wallpaper and sets as both lock screen and desktop wallpaper\n* User selectable refresh intervals (default is once per day)\n* Optional: keep images or clean up after (later is default)\n* View location on Google Maps, Bing Maps, Gnome Maps, OpenStreetMaps (in v2+)\n* In-extension map view (in v3+ - note this needs WebKitGTK+ GIR packages installed to function - gir1.2-webkit-3.0 in Ubuntu)\n* German, Dutch and Chinese translations\n\nPlease report any bugs or suggestions to extension GitHub page below.",

0 commit comments

Comments
 (0)