View Single Post
Hariainm's Avatar
Posts: 485 | Thanked: 708 times | Joined on Feb 2010 @ Galiza
#278
I created a desktop launcher for Angry Birds Space but it doesn't work. I can run it but only in terminal after i cd to /home/user/apkenv. I don't know what's the correct path i have to put in Exec= line, please help

angrybirdspace.desktop

[Desktop Entry]
Name=Angry Birds Space
Comment=Angry Birds Space
Icon=angrybirdspace80
Exec=/home/user/apkenv/apkenv /home/user/MyDocs/APK/Angry_Birds_Space_Premium_1.3.0_unlocked.apk
Type=Application
Categories=Development;
EDIT: Ok, figured it out, launcher search for *.so files in /home/user; so duplicate all *.so required files in both /home/user/apkenv & /home/user and it will work. With this you can place your *.apk files in whatever folder you want.
__________________
Adrian Filgueira, @hariainm

Last edited by Hariainm; 2012-10-23 at 16:10. Reason: FIXED