Am Donnerstag, den 09.10.2008, 15:02 +0200 schrieb Daniel Leidert: > Am Dienstag, den 01.07.2008, 10:50 +0200 schrieb Matthias Krüger: > > > When I start bluefish, I can see my home-folder in the left column. > > ( V [image of a folder] /home/matthias/) > > When I click on an other folder in my home-directory and back to > > /home/matthias/ again, the warning which appears when I start bluefish > > appears again: > > > > " > > > Bluefish has trouble reading the filenames. Try to set the environment > > > variable G_BROKEN_FILENAMES=1 > > > > > > (bluefish:9311): Pango-WARNING **: Invalid UTF-8 string passed to > > > pango_layout_set_text() > > " > > There seems to be a file- or directory-name in your home directory not > encoded in UTF-8. Maybe g_filename_to_utf8() could help. I will check > this, but this is really minor.
You could do me a favour, get the bluefish source (apt-get source), edit src/bf_lib.c and remove the quotes around `#define DEBUG'. Then rebuild bluefish. Then you can run bluefish from the place, where you built it and send me the debugging output. Seems 2 functions can throw this error and I would like to know, which it is and why it throws it. Regards, Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

