GNOME Bugzilla – Bug 624839
translated default keyring names lead to crashes
Last modified: 2019-02-22 11:46:32 UTC
The bug has been described on http://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/553759 Basically running any python-gnomekeyring client using a french locale (or any other locale having non ascii chars in its translation on a new installation will lead to similar crashes "Traceback (most recent call last):
+ Trace 222940
from desktopcouch.replication_services import ubuntuone as dcouch
from desktopcouch.start_local_couchdb import process_is_couchdb, read_pidfile
from desktopcouch import local_files
xdg_base_dirs.save_config_path("desktop-couch"))
self.configuration = _Configuration(self)
":".join([admin_username, admin_password]), True) NoSuchKeyringError"
The "Default" translation in french is "Par défaut" and the non-utf8 char seems to be an issue for gnome-keyring clients. Not sure if the name should we written untranslated or if the library should handle UTF8 chars in the names
*** This bug has been marked as a duplicate of bug 624837 ***