Tweetdeck: Difference between revisions

From Hackepedia
Jump to navigationJump to search
New page: == Install Tweetdeck on Ubuntu 9.04 == [http://get.adobe.com/air/ Download Adobe Air for Linux] chmod +x AdobeAIRInstaller.bin ./AdobeAIRInstaller.bin If you get the error: $ ./...
 
No edit summary
 
Line 5: Line 5:
[http://get.adobe.com/air/  Download Adobe Air for Linux]
[http://get.adobe.com/air/  Download Adobe Air for Linux]


  chmod +x AdobeAIRInstaller.bin
  $ chmod +x AdobeAIRInstaller.bin
  ./AdobeAIRInstaller.bin
  $ ./AdobeAIRInstaller.bin


If you get the error:  
If you get the error:  
Line 15: Line 15:
Try:  
Try:  


  sudo ./AdobeAIRInstaller.bin
  $ sudo ./AdobeAIRInstaller.bin


[http://www.tweetdeck.com Download the latest Tweetdeck]
[http://www.tweetdeck.com Download the latest Tweetdeck]
If you run it from a terminal and see the error:
libgnome-keyring.so: cannot open shared object file: No such file or directory
then run:
$ sudo getlibs -l libgnome-keyring.so.0.1.1
and restart Tweetdeck

Latest revision as of 15:28, 29 June 2009

Install Tweetdeck on Ubuntu 9.04

Download Adobe Air for Linux

$ chmod +x AdobeAIRInstaller.bin
$ ./AdobeAIRInstaller.bin

If you get the error:

$ ./AdobeAIRInstaller.bin 
Error loading the runtime (/tmp/air.OpCKJA/build/opt/Adobe AIR/Versions/1.0/Resources/libicudata.so.36: file too short)

Try:

$ sudo ./AdobeAIRInstaller.bin

Download the latest Tweetdeck

If you run it from a terminal and see the error:

libgnome-keyring.so: cannot open shared object file: No such file or directory

then run:

$ sudo getlibs -l libgnome-keyring.so.0.1.1

and restart Tweetdeck