Comment 3 for bug 471378

Revision history for this message
Michael Vogt (mvo) wrote : Re: update-manager crashes after reseting gnome directories

The fix is embarrassingly simple:

=== modified file 'UpdateManager/UpdateManager.py'
--- UpdateManager/UpdateManager.py 2009-10-14 19:14:35 +0000
+++ UpdateManager/UpdateManager.py 2009-11-03 15:00:05 +0000
@@ -45,6 +45,7 @@
 import stat
 import re
 import locale
+import logging
 import tempfile
 import pango
 import subprocess

You should be able to get it working by reseting the locale you use in the login screen or by applying this patch to /usr/lib/python2.6/dist-packages/UpdateManager/UpdateManager.py