Comment 8 for bug 997769

Revision history for this message
Sergey Ponomarev (stokito) wrote :

I fixed it by changing one string in /usr/lib/command-not-found
Was:
 locale.setlocale(locale.LC_ALL, '')
I made
 locale.setlocale(locale.LC_ALL, 'en_US.UTF-8')

But it also just workaround