LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing Adobe AIR applications fails (https://www.linuxquestions.org/questions/linux-software-2/installing-adobe-air-applications-fails-692033/)

greatquizzard 12-21-2008 07:44 AM

[SOLVED] Installing Adobe AIR applications fails
 
I recently installed Adobe AIR 1.5 on Ubuntu, and was trying to install some AIR applications (namely, Spaz and TweetDeck). Everything proceeds fine till the final stage (where you choose where to install the app, whether you want shortcuts etc), and after that, the installation process doesn't proceed. By default, the AIR tries to install applications in /opt/somefolder - I even changed that to /home/username/.spaz et al but it still doesn't work.

Anyone else facing the same issues / has solved this problem?

greatquizzard 01-08-2009 09:21 AM

I forgot to post the solution here. Well, it's trivially simple - you need to be root to be able to install applications. To launch the Adobe AIR app installer with root privileges, execute this in the terminal (exactly as it appears here):

Code:

sudo "Adobe AIR Application Installer"
That's it. A window will popup to allow you to locate the .air file from which you want to install. Follow the other steps as usual and the installation will succeed.

On that note, I'd also point you to this post on the Adobe AIR Team Blog which has some useful FAQs for Linux users.

TB0ne 01-08-2009 09:29 AM

Quote:

Originally Posted by greatquizzard (Post 3401161)
I forgot to post the solution here. Well, it's trivially simple - you need to be root to be able to install applications. To launch the Adobe AIR app installer with root privileges, execute this in the terminal (exactly as it appears here):

Code:

sudo "Adobe AIR Application Installer"
That's it. A window will popup to allow you to locate the .air file from which you want to install. Follow the other steps as usual and the installation will succeed.

On that note, I'd also point you to this post on the Adobe AIR Team Blog which has some useful FAQs for Linux users.

Thanks for posting the solution, too....I'm sure it'll help others out..


All times are GMT -5. The time now is 07:17 AM.