Pikopong

It's all about knowledge

Install TweetDeck on Slackware 13.1 with Xfce

View Comments

Apparently, installing TweetDeck which is based on Adobe Air is not as straightforward as I thought so.

  1. Download Adobe AIR SDK from Adobe.
  2. Create a directory for the SDK. For example, I use
    /opt/air-sdk
  3. Unpack the downloaded file there.
  4. Create another directory to store your AIR apps, I use
    /opt/air-apps
  5. Download TweetDeck from here. You need to manually download from there since you can’t install automatically from the browser.
  6. Create a new directory for your TweetDeck in /opt/air-apps. I use
    /opt/air-apps/tweetdeck
  7. Move the downloaded TweetDeck file into that directory and use unzip command to unpack it.

You won’t have any problem if you’re running Gnome or KDE as the desktop manager. But if you’re using other than those two, you need to enable either GnomeKeyring (Gnome obviously) or Kwallet (KDE). For example, I use Xfce, so I choose to enable Kwallet from KDE. After installing all the necessary files, I need to be running Kwallet before I can start TweetDeck. Read all about it here.

  1. Use this command to run it if you’re already using Gnome or KDE
    /opt/air-sdk/bin/adl -nodebug /opt/air-apps/tweetdeck/META-INF/AIR/application.xml /opt/air-apps/tweetdeck
  2. If you’re using Xfce or something other than Gnome or KDE and you’re running Kwallet, use this bash script to run TweetDeck
    #!/bin/bash
    export KDE_FULL_SESSION=1
    export KDE_SESSION_VERSION=4
    /opt/air-sdk/bin/adl -nodebug /opt/air-apps/tweetdeck/META-INF/AIR/application.xml /opt/air-apps/tweetdeck

References:

  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • PDF
  • Print
  • Reddit
  • Slashdot
  • Technorati
  • Twitter

Related Posts

Written by amree

July 13th, 2010 at 4:24 pm

Posted in guides

Tagged with ,

Leave a Reply

blog comments powered by Disqus