main/postmarketos-ui-phosh: disable app drawer filtering (MR 2298)
Phosh 0.12.0 introduces filtering when the device is of a mobile type and the app is not explicitly 'adaptive'. This means a lot of apps that might otherwise work ok-ish are gone from the list. This change disables the filtering for now.
This commit is contained in:
parent
134afe813d
commit
ae02ad9190
|
@ -25,3 +25,7 @@ sidebar=false
|
|||
# squeekboard >= 0.10.0 requires this to be set for the keyboard to show
|
||||
[org.gnome.desktop.a11y.applications]
|
||||
screen-keyboard-enabled=true
|
||||
|
||||
[sm.puri.phosh]
|
||||
# disable filtering apps based on 'adaptive' tag
|
||||
app-filter-mode=[]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-ui-phosh
|
||||
pkgver=12
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="(Wayland) Mobile UI developed for the Librem 5 (works only with numeric passwords!)"
|
||||
url="https://puri.sm"
|
||||
arch="noarch !armhf"
|
||||
|
@ -81,7 +81,7 @@ qt_tweaks() {
|
|||
"$srcdir"/phosh-qt-wayland.sh
|
||||
}
|
||||
sha512sums="
|
||||
b8f9bf9174c30ca5e7fe7533d119af18c73bd7c2509d7cfb1ef49a15cd1e28a35dad467d39f34d1cb37631b3a78d2c9714a565ff22fffea0933b96763bb2db42 000-gschema.override
|
||||
8cb2e7360347ce1f41b8a889640d65e6cc4ef1381c1d91fcb29a89d4930b54ee21b6adfea02396759cffb732ed8741804c0eff2cccb924603b08aa2f9ea17faa 000-gschema.override
|
||||
4a60c08c86688f2d92820bc07305fe1bcff54986d29ee5dd84c7902ea5247b73b96f7453d2da9931a19903b2f5825b8a636f92edcf89bc205a7d389defea0b0e 01-phoc-scaling
|
||||
834d1c558b6a9ca26345928895a5436919aab13f944410240516953a13f8fdafae995af4b1baeee560a800c405a4d67c44bb92499bf8cacae7a17f6d9893577e 02-gnome-software-no-first-run
|
||||
e00756c2c056f68123d877f2f6a5ad3434ca7851095f021c26831c081728b821cf7947ba08d6742eee51d93dc83859a7ead553f4dcbc8b6fcefa33ae344ba178 dconf-profile-postmarketos
|
||||
|
|
Loading…
Reference in New Issue
Block a user