postmarketos-ui-phosh: add gschema override to show squeekboard (MR 1657)
Squeekboard >= 0.10.0 looks for an a11y setting to determine if it should show up on the screen. This sets the config setting to 'true' so that it shows up by default. It can apparently be toggled off in Gnome Settings, but I haven't found the UI switch to do that yet..
This commit is contained in:
parent
07a7853b50
commit
394798dc8a
2 changed files with 7 additions and 3 deletions
|
@ -32,3 +32,7 @@ default-zoom-level='large'
|
|||
|
||||
[org.gnome.eog.ui]
|
||||
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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-ui-phosh
|
||||
pkgver=5
|
||||
pkgrel=2
|
||||
pkgver=6
|
||||
pkgrel=0
|
||||
pkgdesc="(Wayland) Mobile UI developed for the Librem 5 (works only with numeric passwords!)"
|
||||
url="https://puri.sm"
|
||||
arch="noarch !armhf !x86" # x86: aports#11807
|
||||
|
@ -76,7 +76,7 @@ qt_tweaks() {
|
|||
"$subpkgdir"/etc/profile.d/phosh-qt-tweaks.sh
|
||||
}
|
||||
sha512sums="c51a5cf93495069d71900dd1c6fbddfa3bdfb70dbab8141d1b115b6150975a12206c63517f18dc516e0366028b32e014b6d37a20e19ff73d5f0934c518d3ab39 60-lightdm-autologin.conf
|
||||
8d06874d8beafbcdc7a427539adfe9dcc97bfb6ab6010c5268589165971518d77da4f7de59cc60af3d104c7988b9fe412f9d2e93542a16babdb4502efbf1c70c 000-gschema.override
|
||||
77a8aec2a43829422481c17beaf4224d686cc973f80d72be383103a6be0bf5d0689486c50a1dffecf9f2605bd607647e23ab539dc283978792d248625ab327d5 000-gschema.override
|
||||
4113ef59267e88d205ef1e1aec0ed11ccf817a25c232f2006a538b56fb466fad5025ad445d109e367ca92ee98d9b25f1f9a1a4b9bae2cb80df12a3739d62d10a osk.sh
|
||||
57793bb079c76ba3bdcfca7880aa887de11fe80e7a05557b78435e57feabab70fbaeedc42da3aec6f914c35bba8e8ee9918367516eb45ee247f63f694624f179 gtk-app-wayland.sh
|
||||
6e193eca3961a78d47b4656892eae34d019d9317a255a201f5ea61e3300caff04c526a27cd98d0edc072b36e3eaf3a1768f4cd27c5e2be8b19c167d535c820a6 qt-tweaks.sh
|
||||
|
|
Loading…
Reference in a new issue