Personal tools

Views

AIR for Linux:Release Notes

From Adobe Labs

September 15th, 2008

The release notes cover the following products:

  1. Adobe AIR for Linux Beta
  2. Adobe AIR SDK
Table of contents

System Requirements

Hardware

Supported Linux Distributions


Supported Languages: Adobe AIR on Linux is available in the following languages:


Supported Desktop Environments: GNOME or KDE

Package Management Systems: RPM or Debian

Minimum GTK+ version: 2.4.13

Window Managers: Metacity (default for GNOME) or KWin (default for KDE)

Transparency: Support for transparency in AIR applications requires a compositing window manager and additional X server extensions:

Additional Requirments AIR for Linux uses, Firefox certificate store for SSL certificates. It is recommended that Firefox is installed and launched at least once on the system. If Firefox is not installed, when a Secure site is accessed, AIR will prompt for accepting SSL certificate once for each session.

Installing Adobe AIR

Please uninstall previous pre-release/labs alpha installations before proceeding. To uninstall previous labs release use command “rpm –e AdobeAIR_enu” OR “dpkg –r adobeair-enu” as the case may be.

Installation of AIR on Linux requires administrative privileges. You may invoke the installer as a normal user without administrative rights, and the installer would automatically elevate it to an administrative operation by asking for the admin password (root password for non-Debian systems and sudo user’s password for Debian systems)

The runtime gets installed in /opt/Adobe AIR/Versions/1.0

Runtime Installation/Uninstallation Details

Application Installation / Uninstallation Details


Tips and Tricks

Features Available

The following features are available with this release:


Features Not Available


Known Issues for AIR on Linux

The following is a list of known issues with this release:

Runtime Installation

Application Installation


File System

File type registration

Drag and Drop / Clipboard

Windowing / Menu

Networking

Encrypted Local Store

Adobe AIR SDK

Installation

Known issues with ADT

Adobe Unix CertificateStore Manager (aucm):

The Command line tool (aucm) is used to manage the certificate store. Besides the standard functionality of adding a certificate, listing all the certificates, exporting a certificate, etc. it would have the following options:

Usage:

 aucm [OPTION...] - Adobe Unix Certificate-Store Manager

Help Options:

 -?, --help                                      Show help options

Application Options:

 -l, --list                                      List all the certificates in the store
 -a, --add                                       Add certificate to the store
 -d, --delete                                    Delete Certificate from the store
 -p, --print                                     Print the certificate
 -f, --certFile=cert.pem/cert.der                Add certificate to the store
 -n, --certName                                  Name of the certificate to perform the operation on
 -A, --trustAnchor=true/false                    Marks the certificate trustAnchor
 -t, --trusted=true/false/default                Marks the certificate is trusted or un-trusted
 -c, --trustCodeSigning=true/false/default       Set Code Signing Trust of the certificate

Sample Usage:

 To delete a certificate from the cert store
   aucm -n <certificate Name> -d 
 To add a certificate to the store
   aucm -f <Path of the certificate> -a 
 To specify whether a given certificate will be used as a trust anchor or not
   aucm -A true/false/default -n <certificate Name> 
 To specify whether a certificate is trusted or not (default is trusted, if the option is not specified)
   aucm -t true/false/default -n <certificate Name> 
 To specify if the certificate will be trusted for code-signing or not (if this option is never used, certificate defaults will be used)
   aucm -c true/false/default -n <certificate Name>
Retrieved from "http://labs.macromedia.com/wiki/index.php/AIR_for_Linux:Release_Notes"