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 583592 - strange error importing filenames with markups
strange error importing filenames with markups
Status: VERIFIED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal blocker
: 0.13.1
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-22 20:07 UTC by Jean-François Fortin Tam
Modified: 2009-05-23 15:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (56.66 KB, image/png)
2009-05-22 20:08 UTC, Jean-François Fortin Tam
Details

Description Jean-François Fortin Tam 2009-05-22 20:07:46 UTC
pitivi/application.py:338: GtkWarning: Failed to set text from markup due to error parsing markup: Unknown tag 'Arranged' on line 1 char 42
  self.mainloop.run()


...the music file actually imports fine and can be put in the timeline, but gives the warning above in the terminal. Whatsmore, it seems to mess up the clip library (see screenshot).
Comment 1 Jean-François Fortin Tam 2009-05-22 20:08:12 UTC
Created attachment 135203 [details]
screenshot
Comment 3 Edward Hervey 2009-05-23 08:26:54 UTC
The problem is that... it contains a '<markup>' tag in the title :)

That should be escaped in pitivi/ui/sourcelist.py
Comment 4 Edward Hervey 2009-05-23 08:32:21 UTC
commit 1dc4d082025932d7f9698719a1c50be06808541c
Author: Edward Hervey <bilboed@bilboed.com>
Date:   Sat May 23 10:31:02 2009 +0200

    sourcelist: Escape names for markup. Fixes #583592