We have moved to a new Sailfish OS Forum. Please start new discussions there.
![]() | 1 | initial version | posted 2016-08-27 16:49:30 +0200 |
Put the .png file in /var/lib/apkd so the final path becomes this
/var/lib/apkd/apkd_launcher_com_android_vending-com_android_vending_AssetBrowserActivity.png
Put the .desktop file in /usr/share/applications so the final path becomes this
/usr/share/applications/apkd_launcher_com_android_vending-com_android_vending_AssetBrowserActivity.desktop
Open app drawer
Thanks to @r0kk3rz
![]() | 2 | No.2 Revision |
Put the .png file in /var/lib/apkd so the final path becomes this
/var/lib/apkd/apkd_launcher_com_android_vending-com_android_vending_AssetBrowserActivity.png
Put the .desktop file in /usr/share/applications so the final path becomes this
/usr/share/applications/apkd_launcher_com_android_vending-com_android_vending_AssetBrowserActivity.desktop
Open app drawer
Thanks to @r0kk3rz
Edit1: It seems the changes don't survive reboot. I believe a patch would be more appropriate in this case.
![]() | 3 | No.3 Revision |
Put the .png file in /var/lib/apkd so the final path becomes this
/var/lib/apkd/apkd_launcher_com_android_vending-com_android_vending_AssetBrowserActivity.png
Put the .desktop file in /usr/share/applications so the final path becomes this
/usr/share/applications/apkd_launcher_com_android_vending-com_android_vending_AssetBrowserActivity.desktop
Open app drawer
Thanks to @r0kk3rz
Edit1: It seems the changes don't survive reboot. I believe a patch would be more appropriate in this case.
![]() | 4 | No.4 Revision |
Put the .png file in /var/lib/apkd so the final path becomes this
/var/lib/apkd/apkd_launcher_com_android_vending-com_android_vending_AssetBrowserActivity.png/var/lib/apkd/playstore.png
Put the .desktop file in /usr/share/applications /home/nemo/.local/share/applications so the final path becomes this
/usr/share/applications/apkd_launcher_com_android_vending-com_android_vending_AssetBrowserActivity.desktop/home/nemo/.local/share/applications/playstore.desktop
Open app drawer
Thanks to @r0kk3rz
Edit1: It seems the changes don't survive reboot. I believe a patch would be more appropriate in this case.
Edit2: Issue resolved. Thanks a lot to @coderus for further help! Attachment and description updated.
![]() | 5 | No.5 Revision |
Put the .png file in /var/lib/apkd so the final path becomes this
/var/lib/apkd/playstore.png
Put the .desktop file in /home/nemo/.local/share/applications so the final path becomes this
/home/nemo/.local/share/applications/playstore.desktop
Open app drawer
Thanks to @r0kk3rz
Edit1: It seems the changes don't survive reboot. I believe a patch would be more appropriate in this case.
Edit2: Issue resolved. Thanks a lot to @coderus for further help! Attachment and description updated.
Edit3: refer to @dreamer 's answer for a simpler method