• Register

This member has provided no bio about themself...

Comment History
AreYouLoco1337
AreYouLoco1337 - - 2 comments @ Linux Tool Help

2nd time installing AdobeAir on CrunchbangLinux #! (Openbox) and I've had problem with libgnome-keyring which is actually installed. The problem comes up only with OTHER than GNOME or KDE session which AdobeAir was designed for.

And here is some script for complete n00bz that should do all for you and install AdobeAir 2.6 (should work on all debian based linux, save it as adobeair.sh in the same folder as AdobeAIRInstaller.bin, type chmod +x ./adobeair.sh to make it executable and run by typing ./adobeair,sh in console):

#!/bin/bash
# Make installer executable
sudo chmod 755 ./AdobeAIRInstaller.bin
#Make sure libgnome-keyring is installed
sudo apt-get install -y libgnome-keyring0
#Make symlink to your libgnome-keyring.so.0 & libgnome-keyring.so.0.2.0
#Files might be different depending on your arch and used repositories!
sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0 /usr/lib/libgnome-keyring.so.0
sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0.2.0 /usr/lib/libgnome-keyring.so.0.2.0
# Make sure gnome keyring deamon is running
eval $(gnome-keyring-daemon)
# Some variables
export GNOME_KEYRING_SOCKET
export SSH_AUTH_SOCK
export GNOME_KEYRING_PID
export GNOME_DESKTOP_SESSION_ID=1
# And finally installation
./AdobeAIRInstaller.bin

Done.

Good karma+1 vote
AreYouLoco1337
AreYouLoco1337 - - 2 comments @ Linux Tool Help

Yeah, that's right. Adobe website:

'Adobe AIR for Linux is no longer supported. To access older, unsupported versions, please read the AIR archive.'

Here is the lastest Adobe Air 2.6 version for linux :
Airdownload.adobe.com

Good karma+1 vote