View Single Post
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#2
I had the same annoying issue with Hangouts, but managed to solve it by finding name of the Hangouts activity and then creating a custom desktop file that calls it. It looks like this:

Code:
[nemo@Sailfish ~]$ cat /usr/share/applications/custom-hangouts.desktop 
[Desktop Entry]
Exec=apkd-launcher /home/.android/data/app/com.google.android.talk-1.apk com.google.android.talk/com.google.android.apps.hangouts.phone.BabelHomeActivity
Icon=/home/nemo/software/icons/hangouts.png
Name=Hangouts
Type=Application
Version=1.0
X-Nemo-Application-Type=no-invoker
X-Nemo-Single-Instance=no
X-apkd-apkfile=/home/.android/data/app/com.google.android.talk-1.apk
X-apkd-packageName=com.google.android.talk
Don't forget to specify a valid icon, which in my case is located in /home/nemo/software/icons/hangouts.png.

The custom desktop files makes a "Hangouts" icon show up in the app grid & Hangouts can be used as any other native or Android application.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following 5 Users Say Thank You to MartinK For This Useful Post: