[Bug]Alipay (Android App) desktop file not generated, no icon[with solution]
Description
Android support failed to generate desktop
and icon file for Android App "AliPay" (a.k.a "ZhiFuBao", "支付宝") version 9.5.3.030408
Verison:
Alipay: 9.5.3.030408 (92) (2016/03/04)
Sailfish OS: 2.0.1.7 (Jolla Phone)
Android Support: 0.17.35
Reproduce
Go to this page, go to "支付宝 历史版本" section, at the "支付宝 版本:9.5.3.030408", click the "高速下载" to download the apk
After installing/upgrading, there is no alipay icon in the Jolla app drawer.
In Jolla Terminal,
run ls /usr/share/applications/ | grep -i alipay; ls /usr/share/applications/ | grep -i zhifubao
(to find the desktop file) may give no output,
or give a apkd_launcher_com_eg_android_AlipayGphone-com_eg_android_AlipayGphone_AlipayLogin.desktop
which it's empty.
run ls /var/lib/apkd/ | grep -i alipay; ls /var/lib/apkd/ | grep -i zhifubao
(to find the icon file) gives nothing
How to Fix
It can be fixed by using >>this desktop file<<
And also by using this script: python -c "$(curl -fsSL https://raw.githubusercontent.com/TylerTemp/fix-jolla-desktop/master/fix.py)" alipay
Thanks, finally got a chance to look for a solution, and you've done it already ;-) Although in my case I was looking for a missing Icon for another app, this will work just fine, thank you.
RussH ( 2016-03-16 12:35:18 +0200 )edit