http://bugzilla.novell.com/show_bug.cgi?id=500520 User lnussel@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=500520#c1 --- Comment #1 from Ludwig Nussel <lnussel@novell.com> 2009-06-02 04:00:06 MDT --- src/backend/bacon-video-widget-gst-0.10.c has this code: /* Only use the URI when FUSE isn't available for a file */ path = g_file_get_path (file); if (path) { bvw->com->mrl = g_filename_to_uri (path, NULL, NULL); g_free (path); } else { bvw->com->mrl = g_strdup (mrl); } This behaves differently depending on whether DBUS_SESSION_BUS_ADDRESS is set. If it's set as it's the case in a gnome session 'path' is NULL and everything is fine. However if DBUS_SESSION_BUS_ADDRESS is not set 'path' is set to the file part of the url ("/filmeevents/startrek.mov" in the above example) and totem takes that as new url via g_filename_to_uri() which breaks playback of course. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.