Comment 2 for bug 398160

Revision history for this message
JuanC (juanc1-deactivatedaccount-deactivatedaccount) wrote :

>>This looks weird,this character was in a filename or album?
I have an image that it's filename contains & character.

>>What is your system language ?
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

More error output :

/usr/lib/python2.6/dist-packages/inti/browser.py:481: GtkWarning: Failed to set text from markup due to error parsing markup: Error on line 1: Character '&' is not valid inside an entity name
  label.set_markup("<b>%s</b>" % os.path.basename(os.path.splitext(im)[0]))
/usr/lib/python2.6/dist-packages/inti/browser.py:524: GtkWarning: Failed to set text from markup due to error parsing markup: Error on line 1: Character '&' is not valid inside an entity name
  self.table.attach(box, cnt_row, cnt_row+1, cnt_col, cnt_col+1, xoptions=gtk.SHRINK, yoptions=gtk.SHRINK)