[Bug 211491] Re: subtitle file not loaded for files on smb share

2010-09-16 Thread Bug Watch Updater
** Changed in: totem
   Importance: Unknown = Medium

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-10-27 Thread Sebastien Bacher
don't reopen closed bugs only because you have a similar issue, the
intrepid version doesn't use gnomevfs

** Changed in: totem (Ubuntu)
   Status: Confirmed = Fix Released

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-10-26 Thread RealEnder
The issue still remains in Intrepid (up to date beta, 4 days to go).
[When/If] subtitle load fuzzy matching by name is implemented in Totem, I 
believe it will not be practical to check for every possible subtitle file via 
GnomeVFS.
Nowadays many users store their video/audio on separate storage device, 
accessed via SMB. So I belive it will be much easier for them all this to work 
out-of-the-box.

** Changed in: totem (Ubuntu)
   Status: Fix Released = Confirmed

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-09-03 Thread Sebastien Bacher
the issue should be fixed in intrepid, feel free to reopen if you still
get the bug though

** Changed in: totem (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: Confirmed = Fix Released

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-06-03 Thread Kamil Páral
I confirm this. The totem freezes on smb share when subtitles are
present (actually, it doesn't freeze, it just downloads the whole film
in advance, which is bad). It happens only sometimes, I think it's
connected with public/non-public shares somehow. Using the ~/.gvfs
directory works fine. This is a bug in totem and also a bug in nautilus
(nautilus should pass another path, totem should not buffer all).

** Also affects: nautilus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-06-03 Thread A. Walton
Nautilus will only pass a path if the application asks for a path in its
.desktop file. Unfortunately, applications that haven't been ported to
GIO/GVFS yet will often request URIs (assuming the VFS in use is still
GnomeVFS, or in many cases just developer's copy and paste errors),
which leads to this misbehavior. This is not a bug at all in Nautilus,
but in Totem.

Simply changing the Exec key in Totem's .desktop file to %F instead of
%U will allow Nautilus to pass it a path instead.

** Changed in: nautilus (Ubuntu)
   Status: New = Invalid

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-06-03 Thread Adolfo González Blázquez
Wow, that was easy, why is not on updates?

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-06-03 Thread j^
wow thats an easy fix, any chance to get this in hardy-updates?

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-06-03 Thread Kamil Páral
Yes, you are right! Changing %U to %F really fixes this problem and
totem is using gvfs instead.

I have created a patch to totem.desktop file, please send it to hardy-
updates.

** Attachment added: patch for totem to use gvfs
   http://launchpadlibrarian.net/14955903/patch

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-06-03 Thread A. Walton
Sebastien is right, and it's the unfortunate downside of using GVFS-
Fuse. It's not perfect and not everyone is using it. And of course Totem
in Hardy is still using the old GnomeVFS so it can't make use of
GIO/GVFS URIs, which makes life really hard on its users with both
Nautilus and the file chooser passing it URIs. The method I mentioned is
merely a workaround, and it's probably not best for general consumption.

Totem upstream is already using GIO, which is the correct solution here,
but it won't be ready for release until Intrepid. Not sure what we can
do at this point to make life easier for Hardy users though.

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-06-03 Thread Kamil Páral
I don't know whether some ubuntu users may choose not use the gvfs, but
if not, this change can stay ubuntu-specific instead of going to
upstream.

What is the correct solution then? I suppose fix the bug in totem in
upstream. But that means waiting a long time, and probably not having
this problem fixed until Intrepid.

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-06-03 Thread Sebastien Bacher
the change is not right, totem uses gnome-vfs and access smb directly so
there is no need to force the fuse use, especially than not all users
are using the fuse integration

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-06-03 Thread Pedro Villavicencio
** Bug watch added: GNOME Bug Tracker #512581
   http://bugzilla.gnome.org/show_bug.cgi?id=512581

** Also affects: totem via
   http://bugzilla.gnome.org/show_bug.cgi?id=512581
   Importance: Unknown
   Status: Unknown

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-06-03 Thread Bug Watch Updater
** Changed in: totem
   Status: Unknown = Fix Released

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-04-12 Thread mcas
** Changed in: totem (Ubuntu)
   Status: Incomplete = Confirmed

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-04-09 Thread Adolfo González Blázquez
In fact, If you wait around five minutes or so, the film starts playing with 
the subtitles loaded correctly.
If no subtitles available, the film just loads in 2 seconds.

While totem seems to hang, it looks like it's cacheing the film, 'cause
there's too much network activity, so, maybe is this a cache loading
problem?

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-04-07 Thread Adolfo González Blázquez
Loading subtitles makes Totem hangs from a smb and a sftp share here.
Very big regression!

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-04-06 Thread FaberfoX
I can confirm this, running hardy beta with up to date patches, totem
freezes when .srt is present.

totem:
  Installed: 2.22.0-0ubuntu3
  Candidate: 2.22.0-0ubuntu3
  Version table:
 *** 2.22.0-0ubuntu3 0
500 http://espelhos.edugraf.ufsc.br hardy/main Packages
100 /var/lib/dpkg/status

Everything is right when running from fuse path.

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-04-03 Thread mcas
Thank you for reporting this bug. Please add your ubuntu version and the
output of apt-cache policy totem.

** Changed in: totem (Ubuntu)
   Status: New = Incomplete

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 211491] Re: subtitle file not loaded for files on smb share

2008-04-03 Thread j^
that would be ubuntu/hardy, the first one to have gvfs/gio/fuse support
in nautilus.

totem:
  Installed: 2.22.0-0ubuntu3
  Candidate: 2.22.0-0ubuntu3
  Version table:
 *** 2.22.0-0ubuntu3 0
500 http://archive.ubuntu.com hardy/main Packages
100 /var/lib/dpkg/status

-- 
subtitle file not loaded for files on smb share
https://bugs.launchpad.net/bugs/211491
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs