Development and Howto02 May 2008 03:13 am
Running AIR applications w/o installing AIR on Linux
Recently, Adobe released an AIR client for Linux. Some people complained about the need for root privileges for not only installing AIR itself, but also for installing AIR applications. If you are worried about providing your root password to a binary, here is a work around.
- Download the AIR SDK
- Unzip the AIR SDK
- Download your favorite AIR application
- Unzip the .AIR file (yes, unzip it)
- /path/to/air_sdk/bin/adl -nodebug /path/to/air_application/META-INF/AIR/application.xml /path/to/air_application
For example, if you were to unzip the AIR sdk to ~/AIR-SDK and unzip Spaz to ~/spaz, the command for #5 would be
~/AIR-SDK/bin/adl -nodebug ~/spaz/META-INF/AIR/application.xml ~/spaz/
Good luck!
[...] aí eu descobri uma publicação no blog do Logan Buesching que ensina como executar aplicações AIR sem ter que [...]
[...] dass ich das erst knapp 2 Wochen später durch Zufall gemerkt habe…). Ich beschreibe nun den Workaround im Zusammenhang mit [...]