I've tried the following:

* remove python2.3 (because of warnings of apt-get while installing python 
modules)
* dpkg -l | awk '$1 == "ii" && $2 ~ /^python/  {print $2}' > python.debs
* sudo apt-get install --reinstall $(< python.debs)
* dpkg -l | awk '$1 == "ii" && $2 ~ /keyring/  {print $2}' > keyring.debs
* sudo apt-get install --reinstall $(< keyring.debs)

[139]> python -c 'import gnomekeyring;
kr=gnomekeyring.get_default_keyring_sync()'

** (process:1117): WARNING **: g_set_application_name not set.
zsh: segmentation fault (core dumped)  python -c 'import gnomekeyring; 
kr=gnomekeyring.get_default_keyring_sync()'

-- 
python dumps core when running the svn version of gajim
https://launchpad.net/bugs/65581

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to