Posted on 2 Comments

Ubuntu Accomplishments – Seesmic Desktop Install

The machine on which I do most of my work is not terribly robust. My work environment would make a good premise for a Disney movie..you know..old clunker equipment doesn’t look like it should be able to pull through manages to win the race. Anyway, Seesmic Desktop in all it’s glory was dragging this machine down. Everything would work fine but I needed one more reboot than normal throughout the day. On days like today, when the work was too intense, I just couldn’t run Seesmic Desktop (maybe not a bad thing). Now that I’ve successfully installed Seesmic Desktop on Ubuntu, it can run all the time and I can occasionally glance over at the streams to see what’s happening. Installing Seesmic Desktop on Ubuntu was incredibly easy. First install Adobe Air then install Seesmic Desktop:

  1. Open the Terminal
  2. Use wget to download http://airdownload.adobe.com/air/lin/download/1.5/AdobeAIRInstaller.bin
  3. Set the file to be executable: chmod +x AdobeAIRInstaller.bin
  4. Run it: sudo ./AdobeAIRInstaller.bin
  5. Accept any AIR updates
  6. Use wget to download Seesmic Desktop from http://d.seesmic.com/seesmic/SeesmicDesktop-0.2.1.air
  7. On the Ubuntu desktop, not terminal, look under Applications->Accessories or Applications->Other for Adobe AIR Application Installer and run it
  8. Select SeesmicDesktop-0.2.1.air and the normal Seesmic Desktop installer will run

That’s it! Frankly, I think Seesmic Desktop is performing much better on Ubuntu than Windows. My only complaint would be that it failed to put a shortcut in the Applications menu.

Update: I lamented that Seesmic Desktop needed an import/export feature to get userlists and data from one computer to another and @askseesmic responded with a document explaining now to move the xml file with the necessary data. It worked great! The userlists I had organized on Windows now are on Linux. Move the xml file from one machine to the other after backing up the original:

  • Max OS X:
    /Users/<username>/Library/Preferences/com.seesmic.desktop.client.<RANDOM>/Local Store/config/xmlAdapter.xml
  • Windows XP:
    C:\Documents and Settings\<username>\Application Data\com.seesmic.desktop.client.<RANDOM>\Local Store\config\xmlAdapter.xml
  • Windows Vista & Windows 7:
    C:\Users\<username>\AppData\Roaming\com.seesmic.desktop.client.<RANDOM>\Local Store\config\xmlAdapter.xml
  • Ubuntu & most Linux distros:
    /home/<user>/.appdata/com/seesmic.desktop.client.<RANDOM>/Local Store/config/xmlAdapter.xml

[Source, Seesmic Help Desk, Transferring Settings between Computers – workaround]