In English
TweetDeck is an Adobe Air application that is written in 32bit. On many 64bit Linux variants the 32bit gnome keyring library is missing. This leads to a “libgnome-keyring.so: cannot open shared object file” error.
Several articles describe solutions, the most comprehensive only covers debian. For my Sabayon system which is a variant of gentoo, the following shell commands listed below under “Shell Code” are necessary. Do that in a temporary directory.
Auf Deutsch
TweetDeck ist eine 32bit-Adobe-Air-Applikation, die auf vielen 64bit-Linux-Varianten nicht richtig läuft. Dies liegt daran, daß in eine 32bit-Library für den Gnome-Keyring fehlt. Die Fehlermeldung lautet u.a. “libgnome-keyring.so: cannot open shared object file”.
Zur Abhilfe gibt es mehrere Artikel, die sich auf andere Linux-Dialekte beziehen. Den besten davon für Debian habe ich an Sabayon, eine Variante von gentoo, angepaßt. Folgende Shell-Befehle sind notwendig, am Besten in einem temporären Verzeichnis:
Shell Code
wget http://pkg.sabayon.org/standard/sabayonlinux.org/packages/x86/5/gnome-base:libgnome-keyring-2.32.0~0.tbz2
bzcat gnome-base:libgnome-keyring-2.32.0~0.tbz2 | tar x
sudo cp usr/lib/libgnome-keyring.* /usr/lib32/