[gnome-music/wip/christopherdavis/fix-nightly-mpris-launch: 18/18] gstplayer: correctly report desktop id



commit d84d7790df32ae3016d53a0709365fa847dea0d0
Author: Christopher Davis <brainblasted disroot org>
Date:   Thu Apr 11 13:15:07 2019 -0400

    gstplayer: correctly report desktop id
    
    Previously we incorrectly told gstreamer that Music
    was always using the stable ID. Now we correctly
    report our desktop ID based on the profile.

 gnomemusic/gstplayer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnomemusic/gstplayer.py b/gnomemusic/gstplayer.py
index 7faacff0..ce2e6b04 100644
--- a/gnomemusic/gstplayer.py
+++ b/gnomemusic/gstplayer.py
@@ -326,7 +326,7 @@ class GstPlayer(GObject.GObject):
             self, missing_plugin_messages, confirm_search):
         install_ctx = GstPbutils.InstallPluginsContext.new()
 
-        install_ctx.set_desktop_id('org.gnome.Music.desktop')
+        install_ctx.set_desktop_id(self._application.props.application_id + '.desktop')
         install_ctx.set_confirm_search(confirm_search)
 
         startup_id = "_TIME{}".format(Gtk.get_current_event_time())


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