How to install TweetDeck in Natty Narwhal (Ubuntu11.04)

Tweetdeck requires to have adobe air pre-installed.

Visit my previous article http://www.samundra.com.np/how-to-install-tweetdeck-in-natty-narwhal-ubuntu-11-04/553 To install Adobe Air

If you have already installed Adobe Air, You can skip the above step 1.

At first visit the website : http://www.tweetdeck.com/desktop/

There you’ll see a Download Button at the bottom right corner. (see the screenshot below).

Download now - tweetdeck

Click “Download now” button,

After, you click the button changes to “installing TweetDeck” (see the screenshot below), it should get you a setup file.
Installing TweetDeck - tweetdeck

Just click on open to run the setup file(screenshot below)
Open or Save TweetDeck - tweetdeck

Note : You can also click on save and execute it later to actually install the Tweet Deck Application.

That’s all, Now you should have TweetDeck installed in your Ubuntu box, if you have exactly followed the steps above.

Hope you liked the article.

Happy Tweeting :D

How to install Adobe Air in Natty Narwhal (Ubuntu 11.04)

To install TweetDeck first we need to install the Adobe Air

To install adobe air visit the following site.

  1. http://get.adobe.com/air/

From The Selection Combo Box select .deb (see the screenshot below – step1.png)

Adobe Air Installations

Adobe Air Installations

After that you will get a Download now button Click on that button.

Then you will have a installer file adobeair.deb

Double click or Right-click on this adobeair.deb file and open with ubuntu software center, install the application. (See the screenshot below – open_with_ubuntu_software_center.png )

Open with Ubuntu Software Center

Open with Ubuntu Software Center

During installation, you may be asked to confirm the installation telling that the source is untrusted because it doesn’t have standard maintainer or something like that. Just ignore it and hit the Yes Button. What all it means is that in future we won’t be able to update it directly as other packages in Ubuntu but we’ll need to upgrade it ourselves in case new packages arrive in the market :D

After you successfully Install the adobe air, Its time to actually install the TweetDeck.

For next part Visit my post How to Install TweetDeck in Natty Narwhal (Ubuntu11.04)

[Solved] Video playback failed in firefox in ubuntu

This occur when there is conflict in players in firefox for ubuntu.

To remove the conflict install the Flash-Aid plugin for firefox. Get it Here

After installing Flash-Aid run it for the first time, in wizard mode.

This addon will list all the flash player installed in the system. If this list the gnash as installed, then you’ll need to remove it from the system. To do it open the Synaptic Packet Manager.

From the synaptic packet manager uninstall the gnash. And then restart the firefox. Bingo !!! The videos will be played in firefox.

If this doesn’t help you, there might be other flash tools that might be conflicting with each other.

Linux::Convert Flv to Mp4

I have used this commad in Ubuntu 10.10 and should work on every ubuntu versions.

$ ffmpeg -i commedy_2.flv -ar 22050 comedy_2.mp4

If you don’t have ffmpeg package, Install it using command

sudo apt-get install ffmpeg

Remembers files converted this way may or may not work for some mobiles. For that you will need to tweak the 22050 portion and set something that will be played by your mobile phones. It is usually bit rate.

sources : linuxquestions.org