05-24-2023, 07:57 AM
(05-12-2023, 04:24 AM)Avisando Wrote: Hello, is it possible to choose which apps installed on Waydroid can appear on the home screen of PostmaketOS Phosh.
By default "Waydroid" integrates many applications: such as the "clock" or the "camera" which are useless, because (for the most part) already present natively in PostmaketOS. So there are many duplicate apps which makes using the home screen chaotic.
Thanks in advance
PS: I've already disabled the "unwanted" apps using the "Waydroid" settings, which made them "disappear" from the Waydroid home screen, but had no effect on the PostmarketOS one.
Hello,
you can try deleting them from ~/.local/share/applications or as suggested in mobian wiki (https://wiki.mobian-project.org/doku.php?id=waydroid) leave them in place and truncate to 0 length e.g. truncate -s 0 ~/.local/share/applications/waydroid.com.android.calculator2.desktop
I guess first approach might work if you have disabled the apps in waydroid, but otherwise it would get recreated next time you restart the waydroid. Truncating seems like more universal solution, not requiring any other steps.