* intrigeri <intrig...@debian.org> [140222 15:54]: > Jonathan Dupart wrote (21 Jan 2014 20:43:46 GMT) : > > The duplicity backend is broken when the gpg ecryption is set up and the > > system default locale is not english (or C). [...] > The following (simpler) patch might be a better bet: first, it sets > LC_ALL=C in a shared, single place. Second, it has greater chances to > work even with the bandwidthlimit option set (while I suspect your > patch breaks things in that case). > > --- a/handlers/dup.in > +++ b/handlers/dup.in > @@ -102,7 +102,7 @@ fi > ### COMMAND-LINE MANGLING > ###################################################### > > ### initialize $execstr* > -execstr_precmd= > +execstr_precmd='LC_ALL=C' > execstr_command= > execstr_options="$options --no-print-statistics" > execstr_source= > > Could you please test and confirm if it works for you?
Yes, on my setup with fr_FR.UTF-8 as default locale this patch works too. Regards, -- Jonathan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org