Blame SOURCES/0001-desktop-icons-Use-a-single-unique-name-to-access-nau.patch

07c081
From 81b5163b43b7d45ca8bc9205476ef67789e283a4 Mon Sep 17 00:00:00 2001
07c081
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
07c081
Date: Mon, 29 Nov 2021 16:48:53 +0100
07c081
Subject: [PATCH] desktop-icons: Use a single unique name to access nautilus
07c081
07c081
... otherwise dbus-daemon will assume that activating one of the
07c081
services failed, because its executable exits early (after activating
07c081
the primary instance).
07c081
---
07c081
 extensions/desktop-icons/dbusUtils.js | 2 +-
07c081
 1 file changed, 1 insertion(+), 1 deletion(-)
07c081
07c081
diff --git a/extensions/desktop-icons/dbusUtils.js b/extensions/desktop-icons/dbusUtils.js
07c081
index 19fe9878..b44ffa59 100644
07c081
--- a/extensions/desktop-icons/dbusUtils.js
07c081
+++ b/extensions/desktop-icons/dbusUtils.js
07c081
@@ -64,7 +64,7 @@ function init() {
07c081
 
07c081
     FreeDesktopFileManagerProxy = new FreeDesktopFileManagerProxyInterface(
07c081
         Gio.DBus.session,
07c081
-        'org.freedesktop.FileManager1',
07c081
+        'org.gnome.Nautilus',
07c081
         '/org/freedesktop/FileManager1',
07c081
         (proxy, error) => {
07c081
             if (error) {
07c081
-- 
07c081
2.33.1
07c081