[gnome-settings-daemon] sound: Rename the sound plugin for PulseAudio



commit 5bf3d81f9444db081e2e5e5e128053b823ddd6ef
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Sep 26 16:48:41 2016 +0200

    sound: Rename the sound plugin for PulseAudio
    
    org.gnome.SettingsDaemon.Sound not simply org.gnome.SettingsDaemon
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772370

 plugins/sound/gsd-sound-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/sound/gsd-sound-manager.c b/plugins/sound/gsd-sound-manager.c
index 003437b..e1a38ce 100644
--- a/plugins/sound/gsd-sound-manager.c
+++ b/plugins/sound/gsd-sound-manager.c
@@ -104,7 +104,7 @@ flush_cache (void)
 
         pa_proplist_sets (pl, PA_PROP_APPLICATION_NAME, PACKAGE_NAME);
         pa_proplist_sets (pl, PA_PROP_APPLICATION_VERSION, PACKAGE_VERSION);
-        pa_proplist_sets (pl, PA_PROP_APPLICATION_ID, "org.gnome.SettingsDaemon");
+        pa_proplist_sets (pl, PA_PROP_APPLICATION_ID, "org.gnome.SettingsDaemon.Sound");
 
         if (!(c = pa_context_new_with_proplist (pa_mainloop_get_api (ml), PACKAGE_NAME, pl))) {
                 g_debug ("Failed to allocate pa_context");


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