A Django site.
June 25, 2008
» Install Adobe Acrobat Plugins For Firefox

I recently blogged about installing the Adobe Acrobat Reader on Ubuntu 8.04.  For those that followed that tutorial you may also be interested in adding the Firefox plugins for Adobe Reader as well.  These will also require the Medibuntu repository, which I’ll review quickly here.

Configuring the Medibuntu Repository

sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list

sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update

Installing the Mozilla Acroread Plugins

sudo apt-get install mozilla-acroread acroread-plugins

The acroread-plugins package will provide support for completion of fillable forms and javascript.  The mozilla-acroread package will provide support for mozilla, firefox, galeon and konqueror.

Enjoy!

Related

June 23, 2008
» Install Adobe Acrobat Reader 8.1.2 on Ubuntu 8.04

I figured it was time to update my previous posts on how to install Adobe Acrobat Reader for Ubuntu 8.04.  It has become much simpler to install than it has been in the past, meaning it can be installed via a proper .deb package.  It is not available in the main Ubuntu repositories, but it is available in Medibuntu.

Install Adobe Reader 8.1.2 on Ubuntu 8.04

All you’ll need to do in order to install Adobe Reader is add the Medibuntu repository.  This can be done via:

sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list

Once that is done you’ll likely want to add the Medibuntu GPG key as well:

sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update

..and finally install Adobe Reader v8.1.2 (at the time of this writing) by using:

sudo apt-get install acroread

Related

February 4, 2008

Kevin Kubasik
nonic
For Once I Oneder
» Wine and Adobe AIR

So I was working the eBay scene yesterday with the goal of a new phone, and I quickly remembered how much it sucks to try and track multiple bids, and time those last second bids. It surprised me that eBay.com still lacked any real Ajax (Live countdowns anyone?) anyways the long of the short is that I eventually stumbled across eBay Desktop Beta, one of the front runners utilizing adobe's new desktop runtime based on flash.  Given Adobe's track record of promising Linux implementations, then half-delivering years later, I was about to just give up. On a whim I decided to give wine a shot at this, not only did AIR install painlessly, but the app was functionally complete, and only minor display issues (Ironically, these all seemed to be the WebKit components, all the html rendered by AIR was ugly and oddly formed).

Either way, I got my phone, and have already fallen in love with the application for all my ebay purchases, but whats more, wine is just really impressing me. With the new Mono integration pending, I think we can start to make a truely astounding claim... Linux supports Windows XP elements at least as well as Vista, if not better! ;)

Ok, so the above is a little exaggerated, but still, for that once in a blue moon when I stumble accross things like this (niche Windows apps) I really have a near-complete solution. I was thoroughly impressed.
So I was working the ebay scene yesterday with the goal of a new phone, and I quickly remembered how much it sucks to try and track multiple bids, and time those last second bids. It surprised me that ebay.com still lacked any real Ajax (Live countdowns anyone?) anyways the long of the short is that I eventually stumbled accross Ebay Desktop Beta, one of the frontrunners utilizing adobe's new desktop runtime based on flash.