Grilo optical media plugin is non-functional

Bug #1327346 reported by Doug McMahon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
totem (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

Test case:
insert some media in drive
Open Videos > View > Browse
Choose Optical Media
nothing happens

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: totem 3.10.1-1ubuntu6
ProcVersionSignature: Ubuntu 3.15.0-5.10-generic 3.15.0-rc8
Uname: Linux 3.15.0-5-generic x86_64
ApportVersion: 2.14.3-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Jun 6 13:48:35 2014
InstallationDate: Installed on 2014-05-28 (8 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140520)
SourcePackage: totem
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
Doug McMahon (mc3man) wrote :
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. The issue you are reporting is an upstream one and it would be nice if somebody having it could send the bug to the developers of the software by following the instructions at https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please tell us the number of the upstream bug (or the link), so we can add a bugwatch that will inform us about its status. Thanks in advance.

Changed in totem (Ubuntu):
importance: Undecided → Low
Revision history for this message
Doug McMahon (mc3man) wrote :

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
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.