[gnome-applets/gnome-3-36] drivemount: update nautilus desktop id



commit 5445406a1257bc33b3b531d398748e311c6d93f6
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Mon Mar 30 20:10:52 2020 +0300

    drivemount: update nautilus desktop id

 drivemount/src/drive-button.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/drivemount/src/drive-button.c b/drivemount/src/drive-button.c
index 3e0f8736d..256e45572 100644
--- a/drivemount/src/drive-button.c
+++ b/drivemount/src/drive-button.c
@@ -520,7 +520,7 @@ open_drive (DriveButton *self, GtkWidget *item)
     } else
        g_return_if_reached();
 
-    app_info = g_desktop_app_info_new ("nautilus.desktop");
+    app_info = g_desktop_app_info_new ("org.gnome.Nautilus.desktop");
 
     if (app_info) {
         screen = gtk_widget_get_screen (GTK_WIDGET (self));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]