From 721a3b98e7d533ee8164819f305778a3c252d826 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Wed, 25 Oct 2023 12:11:46 +0200 Subject: [PATCH] Added patch --- ...ell-extension-bing-wallpaper-44-unlock-screen.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gnome-extra/gnome-shell-extension-bing-wallpaper/files/gnome-shell-extension-bing-wallpaper-44-unlock-screen.patch diff --git a/gnome-extra/gnome-shell-extension-bing-wallpaper/files/gnome-shell-extension-bing-wallpaper-44-unlock-screen.patch b/gnome-extra/gnome-shell-extension-bing-wallpaper/files/gnome-shell-extension-bing-wallpaper-44-unlock-screen.patch new file mode 100644 index 0000000..e0792e6 --- /dev/null +++ b/gnome-extra/gnome-shell-extension-bing-wallpaper/files/gnome-shell-extension-bing-wallpaper-44-unlock-screen.patch @@ -0,0 +1,10 @@ +--- a/metadata.json.old 2023-01-24 17:24:07.124529927 +0100 ++++ b/metadata.json 2023-01-24 17:24:19.852913263 +0100 +@@ -6,5 +6,6 @@ + "description": "Sync your wallpaper to today's Microsoft Bing image of the day (the image you see when you visit Bing.com).\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\nFeatures:\n* UHD resolution wallpapers\n* Automatically fetches current Bing wallpaper of the day and sets as both lock screen and desktop wallpaper (user selectable on GNOME versions that support it)\n* Doesn't poll continuously - only once per day and on startup (schedules a refresh when Bing is due to update)\n * random mode (from previously downloaded wallpapers)\n *NEW: select/cycle wallpaper through previously downloaded images\n* Language support: English (en), German (de), Dutch (nl), Italian (it), Polish (pl), Chinese (zh_CN, zh_TW), French (fr_FR), Portuguese (pt, pt_BR), Ukrainian (uk), Russian (ru_RU), Spanish (es), Korean (ko), 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\n\nThis extension was forked from 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\nAlways restart GNOME after manually updating extensions. Please report bugs to the GitHub page below:", + "version": "44", + "url": "https://github.com/neffo/bing-wallpaper-gnome-extension", +- "gettext-domain": "BingWallpaper" ++ "gettext-domain": "BingWallpaper", ++ "session-modes": ["user", "unlock-dialog"] + }