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 579410 - formatter doesn't like unicode
formatter doesn't like unicode
Status: VERIFIED FIXED
Product: pitivi
Classification: Other
Component: General
Git
Other Linux
: Normal blocker
: 0.13.1
Assigned To: Alessandro Decina
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-18 13:02 UTC by Jean-François Fortin Tam
Modified: 2009-05-14 14:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2009-04-18 13:02:14 UTC
Saving a project doesn't save the paths properly, so I get something like this when opening it:

Event bus error: Ressource introuvable. gstfilesrc.c(1046): gst_file_src_start (): /GstPipeline:pipeline3/pitivi+elements+singledecodebin+SingleDecodeBin:pitivi+elements+singledecodebin+singledecodebin7/GstFileSrc:urisrc:
No such file "/home/jeff/Vidéos/montage/380 bellevue à vendre/1.mov"



Now, I looked at the .xptv file, and it is saved like this:
<source default_duration="53586866666" duration="53586866666" filename="file:///home/jeff/Vid&#195;&#169;os/montage/380 bellevue &#195;&#160; vendre/1.mov" id="0" type="pitivi.factories.file.FileSourceFactory">

If I edit that part and change it to something like this, then magically, everything works:
<source default_duration="53586866666" duration="53586866666" filename="file:///home/jeff/Vidéos/montage/380 bellevue à vendre/1.mov" id="0" type="pitivi.factories.file.FileSourceFactory">
Comment 1 Alessandro Decina 2009-04-27 17:12:17 UTC
commit 80f03ba5c3a836a3298c37bd3ba7ffe561a2849a
Author: Alessandro Decina <alessandro.d@gmail.com>
Date:   Mon Apr 27 19:10:13 2009 +0200

    Write filenames as utf-8 in the project file.
    
    Fixes #579410.

Comment 2 Alessandro Decina 2009-04-27 17:18:53 UTC
Ignore the previous comment, this is the actual commit

commit a864deab802295d53e45043eefe496ee2672d371
Author: Alessandro Decina <alessandro.d@gmail.com>
Date:   Mon Apr 27 19:17:56 2009 +0200

    Write filenames as utf-8 in the project file.
    
    Fixes #579410.