pmaports w/ reMarkable 1 packages
Find a file
Pablo Correa Gómez 8fd97238fb
main/postmarketos-ui-phosh: remove redundant schemas set by Phosh (MR 2945)
Phosh already installs these schemas by default[1] and makes them specific
to the Phosh desktop. Originally these might have been needed because
either Phosh didn't ship the overrides or/and tinydm wasn't setting the
environment variable XDG_CURRENT_DESKTOP properly[2]. To verify that the
behavior of the Phosh override is working as expected one can do the following
from an ssh session (so that the full DE envvars are not set):
```bash
$ export DISPLAY=:0 # so that gsettings reset works
$ gsettings reset org.gnome.desktop.interface clock-show-date
$ gsettings get org.gnome.desktop.interface clock-show-date # false
$ sudo rm /usr/share/glib-2.0/schemas/000-postmarketos.gschema.override
$ sudo glib-compile-schemas --strict /usr/share/glib-2.0/schemas/
$ gsettings get org.gnome.desktop.interface clock-show-date # true (which is the default)
$ export XDG_CURRENT_DESKTOP=GNOME:Phosh
$ gsettings get org.gnome.desktop.interface clock-show-date # false (from phosh override)
```

[1] https://gitlab.gnome.org/World/Phosh/phosh/-/blob/main/data/00_sm.puri.Phosh.gschema.override
[2] https://gitlab.com/postmarketOS/tinydm/-/merge_requests/12
2022-03-15 09:52:45 +01:00
.ci main/osk-sdl: add fde-unlock script (MR 2687) 2022-02-03 15:39:48 -08:00
cross cross/binutils-*: upgrade to 2.38-r1 2022-03-05 18:45:14 +03:00
device samsung-m3: add initial audio support (MR 2992) 2022-03-13 18:02:45 +01:00
main main/postmarketos-ui-phosh: remove redundant schemas set by Phosh (MR 2945) 2022-03-15 09:52:45 +01:00
modem modem/msm-modem: depend on qmi-utils for uim-selection (MR 2769) 2021-12-18 15:01:58 +03:00
non-free/sgx-ddk-um non-free/sgx-ddk-um: new aport (MR 1868) 2021-02-23 22:10:12 +01:00
temp temp/gnome-control-center: upgrade to 41.4 and add dependency (MR 2997) 2022-03-13 16:27:20 +01:00
.clang-format Add .clang-format file (!465) 2019-06-26 22:36:15 +02:00
.editorconfig Add editorconfig file from Alpine 2018-11-27 07:47:11 +01:00
.gitignore gitignore: add 'src/' dir created when running abuild manually (MR 2450) 2021-08-21 20:30:46 +02:00
.gitlab-ci.yml CI: use shellcheck from Alpine again (MR 2691) 2021-11-18 18:22:29 +01:00
.mrhlpr.json mrhlpr.json: change suffix in commit names (MR 1146) 2020-04-12 03:52:48 +03:00
channels.cfg channels.cfg: mark v21.06 as unsupported 2022-01-30 16:07:27 +01:00
CODEOWNERS add sxmo maintainers to pinephone codeowners (MR 2211) 2021-06-01 13:25:57 +03:00
LICENSE Add GPLv3 again 2018-08-23 21:44:22 +02:00
pmaports.cfg pmaports.cfg: bump min pmb version to 1.41.0 (MR 2890) 2022-02-02 12:20:35 -08:00
README.md README: small updates to links 2021-09-01 03:11:51 +03:00