I still have this Problem with  Version 0.9.99beta16 and the kde client
with OpenSuse 11.2: I can't open Directories and Files that contain
german Umlauts or Spanish Accents. If I click on them, nothing happens.
No Error output to console either.

-- 
Problem with German Umlauts
https://bugs.launchpad.net/bugs/404652
You received this bug notification because you are a member of Back In
Time Team, which is subscribed to Back In Time.

Status in Back In Time: Fix Committed

Bug description:
I'm using openSuse 11.1, Back In Time 0.9.26 for KDE 4. BIT (KDE4) fails to 
open files if somewhere in the path is a German Umlaut. Example: If I click a 
file äöüß.txt, kwrite is being started but fails to open the file, displaying 
the error message:

Datei /home/mario/öäüß.txt lässt sich nicht lesen.

I found that changing app.py line 775 from "self.run = KRun( KUrl( full_path ), 
self, True )" to "os.system ( "xdg-open \"%s\"" % full_path )" solves the 
problem for me. (You may use that as a patch if you want.)



_______________________________________________
Mailing list: https://launchpad.net/~bit-team
Post to     : bit-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~bit-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to