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 580972 - refuses to load a project file with unicode path
refuses to load a project file with unicode path
Status: VERIFIED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal blocker
: 0.13.1
Assigned To: Alessandro Decina
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-01 03:18 UTC by Jean-François Fortin Tam
Modified: 2009-05-04 12:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
debug log (52.75 KB, text/x-log)
2009-05-01 03:18 UTC, Jean-François Fortin Tam
Details

Description Jean-François Fortin Tam 2009-05-01 03:18:10 UTC
Opening ~/foo.xptv works fine, but not if it's ~/é/à/foo.xptv. The error presented to the user is not helpful in guessing the cause of the problem, making it seem as if the project file was corrupt.
Comment 1 Jean-François Fortin Tam 2009-05-01 03:18:37 UTC
Created attachment 133717 [details]
debug log
Comment 2 Jean-François Fortin Tam 2009-05-01 12:27:27 UTC
Also seems to break if the filename of the xptv file is in unicode, or if it contains spaces.
Comment 3 Alessandro Decina 2009-05-04 11:04:46 UTC
commit aeecd87b773f488c2ca5f6b0acabbb0c8c53bb42
Author: Alessandro Decina <alessandro.d@gmail.com>
Date:   Mon May 4 13:01:29 2009 +0200

    Fix loading project files containing spaces or non ascii characters.
    
    Fixes #580972.