After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 684130 - Totem don't play files with the character ' at name
Totem don't play files with the character ' at name
Status: RESOLVED DUPLICATE of bug 683821
Product: nautilus
Classification: Core
Component: File and Folder Operations
3.5.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-09-16 02:14 UTC by Saulo Toledo
Modified: 2012-09-17 13:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The problem with strace (338.08 KB, text/plain)
2012-09-16 13:09 UTC, Saulo Toledo
Details

Description Saulo Toledo 2012-09-16 02:14:21 UTC
I've opened a video course here with the name "2 - 2 - Schelling's Segregation Model (11-30).mp4"

Totem show the video name in 4 lines at playlist, like:
2 - 2 - Schelling's
Segregation
Model
(11-30).mp4

The result is "file not found". After put this file with others in a playlist, totem freezed.

The fix is simple: Remove the ' from "Schelling's". I think this should be fixed before 3.6, because we can't play files with this character at name.
Comment 1 André Klapper 2012-09-16 09:52:30 UTC
How exactly did you open the video (step by step)?
(e.g. you could open from Nautilus, from Totem, command line, etc)
Comment 2 Saulo Toledo 2012-09-16 12:40:36 UTC
Thank you for fast reply. I'm openning with double click from nautilus.

I'm unable to reproduce the bug from command line. I can try reproduce some debug information, it you told me how do this. Since this is not a crash, I don't know how to get some backtracking with gdb.
Comment 3 Saulo Toledo 2012-09-16 13:09:53 UTC
Created attachment 224446 [details]
The problem with strace

The attached file is the output of "strace -p TOTEM_PID". See there are not found messages at output.

The file is compressed because it's almost 10MB of size.
Comment 4 Bastien Nocera 2012-09-17 12:48:09 UTC
Launch the file with nautilus, then, when Totem is opened, run:
ps aux | grep totem
and attach the output here.

Looks likely to be a problem with nautilus itself.
Comment 5 Saulo Toledo 2012-09-17 13:30:02 UTC
$ ps -aux | grep totem
warning: bad ps syntax, perhaps a bogus '-'?
See http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ
saulo    13240 12.4  1.5 290004 31540 ?        Sl   10:28   0:02 totem /home/saulo/video_test/2 - 2 - Schelling's Segregation Model (11-30).mp4
saulo    13258  0.0  0.0   3920   820 pts/5    S+   10:28   0:00 grep totem
Comment 6 Bastien Nocera 2012-09-17 13:36:53 UTC
Using the same name with a PDF causes the same problem, so I'm edging for nautilus being broken here.
Tested with nautilus-3.5.91-1.fc18.x86_64
Comment 7 Cosimo Cecchi 2012-09-17 13:41:52 UTC

*** This bug has been marked as a duplicate of bug 683821 ***