[totem/update-mpris-desktopentry] dbusservice: update DesktopEntry to the current .desktop name



commit 3ff7e1128466f2d1070d96859ebf7f382937057a
Author: Sebastien Bacher <seb128 ubuntu com>
Date:   Mon Mar 4 12:40:09 2019 +0100

    dbusservice: update DesktopEntry to the current .desktop name
    
    Otherwise the mpris2 interface returns the wrong value
    Closes: #306

 src/plugins/dbusservice/dbusservice.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/dbusservice/dbusservice.py b/src/plugins/dbusservice/dbusservice.py
index 1a5591a56..5f35bf9fc 100644
--- a/src/plugins/dbusservice/dbusservice.py
+++ b/src/plugins/dbusservice/dbusservice.py
@@ -175,7 +175,7 @@ class Root (dbus.service.Object): # pylint: disable=R0904
                 'CanRaise': True,
                 'HasTrackList': False,
                 'Identity': 'Videos',
-                'DesktopEntry': 'totem',
+                'DesktopEntry': 'org.gnome.Totem',
                 'SupportedUriSchemes': self.totem.get_supported_uri_schemes (),
                 'SupportedMimeTypes': self.totem.get_supported_content_types (),
             }


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