Revision history for AdobeAir
Additions:
======Installing air for puppy without installing gnome======
3. Symlink the "adl" file to /usr/bin
======Getting your application to work======
1. Unzip your .air applicaation with "unzip" or renaming the extension to .zip then using pupzip
2. Symlink all the files(.swf and .xml) from the parent directoty into the "META-INF/AIR/" where "application.xml" is.
3. Make a script. I'll save it as "airapp"(you can change the name). Needs to be full path.
4. Symlink the script to /usr/bin
5. You can then create the menu entry or desktop icon.
3. Symlink the "adl" file to /usr/bin
======Getting your application to work======
1. Unzip your .air applicaation with "unzip" or renaming the extension to .zip then using pupzip
2. Symlink all the files(.swf and .xml) from the parent directoty into the "META-INF/AIR/" where "application.xml" is.
3. Make a script. I'll save it as "airapp"(you can change the name). Needs to be full path.
4. Symlink the script to /usr/bin
5. You can then create the menu entry or desktop icon.
Deletions:
3. Symlink the adl file to /usr/bin
4. Unzip your .air applicaation with "unzip" or renaming the extension to .zip then using pupzip
5. Symlink all the files(.swf and .xml) from the parent directoty into the "META-INF/AIR/" where application.xml is.
6. Make a script. I'll save it as airapp(you can change the name). Needs to be full path.
7. Symlink the script to /usr/bin
8. You can then create the menu entry or desktop icon.
Additions:
3. Symlink the adl file to /usr/bin
Deletions:
No Differences
Deletions:
Additions:
======How to get adobe air for puppy without installing gnome======
1. Download the adobe air SDK, it is portable, so can put it wherever you want then do the nessecary symlinks.
download here: http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRSDK.tbz2
2. Extract it.
3. Symline the adl file to /usr/bin
4. Unzip your .air applicaation with "unzip" or renaming the extension to .zip then using pupzip
5. Symlink all the files(.swf and .xml) from the parent directoty into the "META-INF/AIR/" where application.xml is.
6. Make a script. I'll save it as airapp(you can change the name). Needs to be full path.
%%(bash)
#!/bin/sh
adl /full/path/to/application.xml
%%
7. Symlink the script to /usr/bin
8. You can then create the menu entry or desktop icon.
----
==Categories==
CategorySoftwareLibraries
CategorySoftware
1. Download the adobe air SDK, it is portable, so can put it wherever you want then do the nessecary symlinks.
download here: http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRSDK.tbz2
2. Extract it.
3. Symline the adl file to /usr/bin
4. Unzip your .air applicaation with "unzip" or renaming the extension to .zip then using pupzip
5. Symlink all the files(.swf and .xml) from the parent directoty into the "META-INF/AIR/" where application.xml is.
6. Make a script. I'll save it as airapp(you can change the name). Needs to be full path.
%%(bash)
#!/bin/sh
adl /full/path/to/application.xml
%%
7. Symlink the script to /usr/bin
8. You can then create the menu entry or desktop icon.
----
==Categories==
CategorySoftwareLibraries
CategorySoftware
Deletions:
Additions:
The installer file of adobe air applications with the extention ".air" can be extracted with the command "unzip" or rename it to a .zip