[shotwell/wip/phako/enhanced-faces: 59/136] Renamed DBus name to org.gnome.Shotwell.Faces1



commit de4bc694fdcd9b5ace06f71b0d3ba7c4d97320b9
Author: NarendraMA <narendra_m_a yahoo com>
Date:   Fri Aug 24 20:17:49 2018 +0530

    Renamed DBus name to org.gnome.Shotwell.Faces1

 facedetect/org.gnome.shotwell.faces.service | 2 +-
 facedetect/shotwell-facedetect.cpp          | 2 +-
 src/faces/FaceDetect.vala                   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/facedetect/org.gnome.shotwell.faces.service b/facedetect/org.gnome.shotwell.faces.service
index ae2f7377..dae48c6e 100644
--- a/facedetect/org.gnome.shotwell.faces.service
+++ b/facedetect/org.gnome.shotwell.faces.service
@@ -1,3 +1,3 @@
 [D-BUS Service]
-Name=org.gnome.shotwell.faces
+Name=org.gnome.Shotwell.Faces1
 Exec=/home/naren/Code/shotwell/build/facedetect/shotwell-facedetect
diff --git a/facedetect/shotwell-facedetect.cpp b/facedetect/shotwell-facedetect.cpp
index e19258e0..1a43d775 100644
--- a/facedetect/shotwell-facedetect.cpp
+++ b/facedetect/shotwell-facedetect.cpp
@@ -101,7 +101,7 @@ static void on_name_lost(GDBusConnection *connection,
 int main(int argc, char **argv) {
     GMainLoop *loop;
     loop = g_main_loop_new (NULL, FALSE);
-       g_bus_own_name(G_BUS_TYPE_SESSION, "org.gnome.shotwell.faces", G_BUS_NAME_OWNER_FLAGS_NONE, NULL,
+       g_bus_own_name(G_BUS_TYPE_SESSION, "org.gnome.Shotwell.Faces1", G_BUS_NAME_OWNER_FLAGS_NONE, NULL,
                    on_name_acquired, on_name_lost, loop, NULL);
     g_main_loop_run (loop);
     return 0;
diff --git a/src/faces/FaceDetect.vala b/src/faces/FaceDetect.vala
index 3b269803..618d3a54 100644
--- a/src/faces/FaceDetect.vala
+++ b/src/faces/FaceDetect.vala
@@ -45,7 +45,7 @@ public interface FaceDetectInterface : Object {
 
 // Class to communicate with facedetect process over DBus
 public class FaceDetect {
-    public const string DBUS_NAME = "org.gnome.shotwell.faces";
+    public const string DBUS_NAME = "org.gnome.Shotwell.Faces1";
     public const string DBUS_PATH = "/org/gnome/shotwell/faces";
     public static bool connected = false;
     public static string net_file;


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