PINE64
How to remove "Show Only Adaptive Apps" option in arch-phosh - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Arch Linux on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=159)
+---- Thread: How to remove "Show Only Adaptive Apps" option in arch-phosh (/showthread.php?tid=14994)



How to remove "Show Only Adaptive Apps" option in arch-phosh - pineuser0 - 09-30-2021

I have multiple apps functioning as satisfactorily or more so than all of the default apps on my arch-phosh pinephone. These apps that the system seems to think it's not compatible with only appear when the widget in the top-right corner is checked, plus it defaults to only showing the 'adaptive apps' when restarted.

I would like to at least set it's default to not hiding most what I use the phone for, but my main goal is to completely remove the widget to possibly replace it with something of use.


RE: How to remove "Show Only Adaptive Apps" option in arch-phosh - tophneal - 09-30-2021

looks like there's an issue filed about this very gripe (which i share on manjaro phosh) https://source.puri.sm/Librem5/phosh/-/issues/579


RE: How to remove "Show Only Adaptive Apps" option in arch-phosh - Merc - 09-30-2021

Off:
Code:
gsettings set sm.puri.phosh app-filter-mode '[]'

On:
Code:
gsettings set sm.puri.phosh app-filter-mode '["adaptive"]'