Does not start with the Russian locale
@dark-al
Submitted by Anton Belka Assigned to Anton Belka @dark-al
Description
Created attachment 241229
[PATCH] user-interface: fix updateTitle()
Hi, everyone.
My Pitivi from git crashed on start. My system fresh installed Ubuntu 12.04.
File "/home/dark-al/pitivi-git/pitivi/pitivi/mainwindow.py", line 1355, in updateTitle
title = u"%s%s \u2014 %s" % (touched, name, APPNAME)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)
I add 2 lines in mainwindow.py and this fix my problem. Patch in attachment.
Imported from https://bugzilla.gnome.org/show_bug.cgi?id=697775