Fixed with grilo-plugins (0.2.13-1) in 15.04 Don't expect 14.10 to be fixed to short life, for info -
--- grilo-plugins-0.2.12.orig/src/optical-media/grl-optical-media.c +++ grilo-plugins-0.2.12/src/optical-media/grl-optical-media.c @@ -310,7 +310,7 @@ ignore_drive (GDrive *drive) } g_clear_object (&icon); - return TRUE; + return FALSE; } static gboolean @@ -377,6 +377,8 @@ create_media_from_mount (GMount *mount) /* Is it an audio CD or a blank media */ if (ignore_mount (mount)) { + GRL_DEBUG ("%s: Ignoring mount %s", __FUNCTION__, + g_mount_get_name (mount)); g_object_unref (mount); return NULL; } @@ -396,6 +398,9 @@ create_media_from_mount (GMount *mount) media_set_metadata (mount, media); grl_media_set_mime (media, "x-special/device-block"); + GRL_DEBUG ("%s: Adding mount %s (id: %s)", __FUNCTION__, + g_mount_get_name (mount), grl_media_get_id (media)); + return media; } ** Changed in: totem (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1327346 Title: Grilo optical media plugin is non-functional To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1327346/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs