From b87f7296738d947e1579494f521db66d9d24e67a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Dec 04 2021 06:54:57 +0000 Subject: import gnome-shell-extensions-3.32.1-25.el8 --- diff --git a/SOURCES/0001-desktop-icons-Use-a-single-unique-name-to-access-nau.patch b/SOURCES/0001-desktop-icons-Use-a-single-unique-name-to-access-nau.patch new file mode 100644 index 0000000..a8d7dca --- /dev/null +++ b/SOURCES/0001-desktop-icons-Use-a-single-unique-name-to-access-nau.patch @@ -0,0 +1,28 @@ +From 81b5163b43b7d45ca8bc9205476ef67789e283a4 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Florian=20M=C3=BCllner?= +Date: Mon, 29 Nov 2021 16:48:53 +0100 +Subject: [PATCH] desktop-icons: Use a single unique name to access nautilus + +... otherwise dbus-daemon will assume that activating one of the +services failed, because its executable exits early (after activating +the primary instance). +--- + extensions/desktop-icons/dbusUtils.js | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/extensions/desktop-icons/dbusUtils.js b/extensions/desktop-icons/dbusUtils.js +index 19fe9878..b44ffa59 100644 +--- a/extensions/desktop-icons/dbusUtils.js ++++ b/extensions/desktop-icons/dbusUtils.js +@@ -64,7 +64,7 @@ function init() { + + FreeDesktopFileManagerProxy = new FreeDesktopFileManagerProxyInterface( + Gio.DBus.session, +- 'org.freedesktop.FileManager1', ++ 'org.gnome.Nautilus', + '/org/freedesktop/FileManager1', + (proxy, error) => { + if (error) { +-- +2.33.1 + diff --git a/SPECS/gnome-shell-extensions.spec b/SPECS/gnome-shell-extensions.spec index 1a6b846..de3be07 100644 --- a/SPECS/gnome-shell-extensions.spec +++ b/SPECS/gnome-shell-extensions.spec @@ -6,7 +6,7 @@ Name: gnome-shell-extensions Version: 3.32.1 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Modify and extend GNOME Shell functionality and behavior Group: User Interface/Desktops @@ -48,6 +48,7 @@ Patch0019: 0001-top-icons-Don-t-use-wm_class-as-role.patch Patch0020: 0001-heads-up-display-Add-extension-for-showing-persisten.patch Patch0021: 0001-desktop-icons-Fix-stuck-grab-issue-with-rubber-bandi.patch Patch0022: 0001-gesture-inhibitor-Put-a-foot-down-with-self-enabling.patch +Patch0023: 0001-desktop-icons-Use-a-single-unique-name-to-access-nau.patch %description GNOME Shell Extensions is a collection of extensions providing additional and @@ -530,6 +531,10 @@ cp $RPM_SOURCE_DIR/gnome-classic.desktop $RPM_BUILD_ROOT%{_datadir}/xsessions %changelog +* Mon Nov 29 2021 Florian Müllner - 3.32.1-25 +- Fix desktop-icons warning + Resolves: #2026622 + * Thu Nov 04 2021 Carlos Garnacho - 3.32.1-24 - Fix gesture inhibitor extension with unfullscreen gesture Resolves: #1988906