AdobeAIR apps and gnome-keyring
Posted: Sun Oct 31, 2010 6:08 pm
AdobeAIR apps need Gnome or KDE because of password storing managers (KDEWallett or gnome-keyring). I installed gnome-keyring on LXDE (Opensuse 11.3), made to make the app think it runs on Gnome. Then launched an app - it's Ipla (http://www.ipla.pl), online TV. Gnome-keyring dialog comes up to create a new key storage, after typing passwords it comes up again, then the app tries to connect to a server, but it can't. In ~/.gnome2/keyrings I see new files .keyring created every time I type my password, but gnome-keyring doesn't see them, it constantly tries to create new one. After my research I found in some posts, that it works with above method on XFCE4. gnome-keyring-daemon is autostarted by LXDE with command: What can I do to run this app on LXDE? It works OK in KDE4.
gnome-keyring-2.30.1-2.11.i586
lxdm-0.2.97_git20100730-0.1.1.i586 (tring to run newer version 0.3.0 didn't help)
Code: Select all
export GNOME_DESKTOP_SESSION_ID=1
Code: Select all
gnome-keyring-daemon --start --components=ssh
gnome-keyring-2.30.1-2.11.i586
lxdm-0.2.97_git20100730-0.1.1.i586 (tring to run newer version 0.3.0 didn't help)