{"id":222,"date":"2010-10-20T12:56:18","date_gmt":"2010-10-20T10:56:18","guid":{"rendered":"http:\/\/www.treg.be\/blog\/?p=222"},"modified":"2010-10-20T12:59:33","modified_gmt":"2010-10-20T10:59:33","slug":"tweetdeck-on-linux-fail","status":"publish","type":"post","link":"https:\/\/www.treg.be\/blog\/2010\/10\/tweetdeck-on-linux-fail\/","title":{"rendered":"Tweetdeck on Linux, security problem (+fix)"},"content":{"rendered":"<p>While testing KDE4.5, it seemed I couldn&#8217;t use Tweetdeck anymore. The problem has something to do with storing passwords securely. Since Adobe AIR is a  32-bit application, it needs the 32-bit version of the KDE wallet client  libraries in order to get the AIR ELS working properly. (Similarly on  GNOME, the 32bit libraries for GNOME keyring are used.)<\/p>\n<p>You can check if 32bit kdewallet client libraries are installed by  testing the dynamic link dependencies of e.g. Adobe AIR&#8217;s libaddkey.so:<\/p>\n<div>\n<div>Code:<\/div>\n<pre dir=\"ltr\">ldd \"\/opt\/Adobe AIR\/Versions\/1.0\/Resources\/libaddkey.so\" | grep kwallet<\/pre>\n<\/div>\n<p>If you get something like &#8220;libkwalletclient.so.1 =&gt; not found&#8221;  you will need to install the 32bit library. In Ubuntu 9.10 this library  is in the kdelibs4c2a package, but this can be detected automatically by  the getlibs package (see <a href=\"http:\/\/ubuntuforums.org\/showthread.php?t=474790\" target=\"_blank\">http:\/\/ubuntuforums.org\/showthread.php?t=474790<\/a>):<\/p>\n<div>\n<div>Code:<\/div>\n<pre dir=\"ltr\">wget http:\/\/frozenfox.freehostia.com\/cappy\/getlibs-all.deb\r\nsudo dpkg -i getlibs-all.deb\r\nsudo getlibs libkwalletclient.so.1\r\nsudo ldconfig<\/pre>\n<\/div>\n<p>Re-run the ldd command above to check that the client library can now be resolved.<\/p>\n<p>After this, erase Adobe AIR ELS and enter your account data anew:<\/p>\n<div>\n<div>Code:<\/div>\n<pre dir=\"ltr\">rm -rf ~\/.appdata\/Adobe\/AIR\/ELS\r\nTweetDeck<\/pre>\n<\/div>\n<p>After this, AdobeAIR shows up in KDE wallet manager with an ELSKey stored password.<\/p>\n<p>I found this solution on the <a href=\"http:\/\/www.ubuntuforum.org\" target=\"_blank\">Ubuntuforum.org<\/a>. (provided by mkalen in <a href=\"http:\/\/ubuntuforums.org\/showthread.php?t=1450351\" target=\"_blank\">this topic<\/a>)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>While testing KDE4.5, it seemed I couldn&#8217;t use Tweetdeck anymore. The problem has something to do with storing passwords securely. Since Adobe AIR is a 32-bit application, it needs the 32-bit version of the KDE wallet client libraries in order to get the AIR ELS working properly. (Similarly on GNOME, the 32bit libraries for GNOME [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[4,8,7],"tags":[108],"class_list":["post-222","post","type-post","status-publish","format-standard","hentry","category-ubuntu","category-linux","category-tech","tag-tweetdeck"],"_links":{"self":[{"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/posts\/222","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/comments?post=222"}],"version-history":[{"count":3,"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/posts\/222\/revisions"}],"predecessor-version":[{"id":224,"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/posts\/222\/revisions\/224"}],"wp:attachment":[{"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/media?parent=222"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/categories?post=222"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.treg.be\/blog\/wp-json\/wp\/v2\/tags?post=222"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}