Skip to content

Commit 957d2c8

Browse files
committed
update readme and metadata
1 parent bfc2460 commit 957d2c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is my first attempt at a GNOME extension, so it may have some issues.
2121
* Optionally clean up Wallpaper directory after between 1 and 7 days (delete oldest first)
2222
* Only attempts to download wallpapers when they have been updated
2323
* Doesn't poll continuously - only once per day and on startup (a refresh is scheduled when Bing is due to update)
24-
* NEW: locale support and German language translation thanks to [Jonnius](https://github.com/jonnius)
24+
* Locale support and German, Dutch and Italian language translations (huge thanks to the translators)
2525

2626
## Requirements
2727

buildzip.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
glib-compile-schemas schemas/
4-
intltool-extract --type=gettext/glade Settings.ui
5-
xgettext -k -k_ -kN_ -o locale/BingWallpaper.pot Settings.ui.h extension.js prefs.js --from-code=UTF-8
4+
#intltool-extract --type=gettext/glade Settings.ui
5+
#xgettext -k -k_ -kN_ -o locale/BingWallpaper.pot Settings.ui.h extension.js prefs.js --from-code=UTF-8
66

77
88

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"uuid": "[email protected]",
3-
"shell-version": ["3.18", "3.20", "3.22", "3.24", "3.24.2", "3.26"],
3+
"shell-version": ["3.18", "3.20", "3.22", "3.24", "3.24.2", "3.26"],
44
"name": "Bing Wallpaper Changer",
55
"settings-schema": "org.gnome.shell.extensions.bingwallpaper",
6-
"description": "Lightweight GNOME shell extension to change your wallpaper every day to Microsoft Bing's wallpaper (the image you see when you visit Bing.com). It will also show a notification containing the title and the explanation of the image.\n\n *Disclaimer*: this extension is unofficial and not affiliated with Bing or Microsoft in any way. Images are protected by copyright and are licensed only for use as wallpapers.\n\nThis extension is based extensively on the NASA APOD extension by Elinvention (https://github.com/Elinvention) and inspired by Bing Desktop Wallpaper Changer by Utkarsh Gupta (https://github.com/UtkarshGpta).\n\nFeatures:\n* Fetches the Bing wallpaper of the day and sets as both lock screen and desktop wallpaper (these are both user selectable)\n* Optionally force a specific region (i.e. locale)\n* Automatically selects the highest resolution (and most appropriate wallpaper) in multiple monitor setups\n* Optionally clean up Wallpaper directory after between 1 and 7 days (delete oldest first)\n* Only attempts to download wallpapers when they have been updated\n* Doesn't poll continuously - only once per day and on startup (schedules a refresh when Bing is due to update)",
6+
"description": "Lightweight GNOME shell extension to change your wallpaper every day to Microsoft Bing's wallpaper (the image you see when you visit Bing.com). It will also show a notification containing the title and the explanation of the image.\n\n *Disclaimer*: this extension is unofficial and not affiliated with Bing or Microsoft in any way. Images are protected by copyright and are licensed only for use as wallpapers.\n\nThis extension is based extensively on the NASA APOD extension by Elinvention (https://github.com/Elinvention) and inspired by Bing Desktop Wallpaper Changer by Utkarsh Gupta (https://github.com/UtkarshGpta).\n\nFeatures:\n* Fetches the Bing wallpaper of the day and sets as both lock screen and desktop wallpaper (these are both user selectable)\n* Optionally force a specific region (i.e. locale)\n* Automatically selects the highest resolution (and most appropriate wallpaper) in multiple monitor setups\n* Optionally clean up Wallpaper directory after between 1 and 7 days (delete oldest first)\n* Only attempts to download wallpapers when they have been updated\n* Doesn't poll continuously - only once per day and on startup (schedules a refresh when Bing is due to update)\n* German, Dutch and Italian translations\n\nPlease report bugs to the GitHub page below",
77
"version": "15",
88
"url": "https://github.com/neffo/bing-wallpaper-gnome-extension"
99
}

0 commit comments

Comments
 (0)