pmaports/main/postmarketos-ui-phosh
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
..
000-gschema.override main/postmarketos-ui-phosh: remove redundant schemas set by Phosh (MR 2945) 2022-03-15 09:52:45 +01:00
01-phoc-scaling main/postmarketos-ui-phosh: remove firefox scaling (MR 2945) 2022-03-15 09:52:40 +01:00
02-gnome-software-tweaks main/postmarketos-ui-phosh: disable gnome-software auto updates (MR 2653) 2022-01-20 22:37:04 +01:00
03-favorites main/postmarketos-ui-phosh: firefox improvements (MR 2741) 2021-12-13 13:12:01 +01:00
APKBUILD main/postmarketos-ui-phosh: remove redundant schemas set by Phosh (MR 2945) 2022-03-15 09:52:45 +01:00
dconf-profile-postmarketos main/postmarketos-ui-phosh: add scaling overrides (MR 1396) 2020-07-06 15:45:22 +02:00
firefox.desktop main/postmarketos-ui-phosh: firefox improvements (MR 2741) 2021-12-13 13:12:01 +01:00
mimeapps.list main/postmarketos-ui-phosh: add default handlers for tel and sms (MR 2932) 2022-02-15 21:05:45 +01:00
osk.sh main/postmarketos-ui-phosh: multiple improvements (!655) 2019-10-05 17:56:25 +02:00
phosh-qt-mobile-controls.sh main/postmarketos-ui-phosh: make Kirigami/QML apps use mobile controls (MR 1932) 2021-04-05 22:21:18 +03:00
phosh-qt-wayland.sh main/postmarketos-ui-phosh: make Kirigami/QML apps use mobile controls (MR 1932) 2021-04-05 22:21:18 +03:00
postmarketos-ui-phosh.post-install postmarketos-ui-phosh: enable waked by default (MR 2963) 2022-03-01 23:24:31 +01:00
postmarketos-ui-phosh.post-upgrade main/postmarketos-ui-phosh: fix lightdm (!690) 2019-10-23 21:43:17 +02:00
udiskie.desktop main/postmarketos-ui-phosh: add support for automounting disks (MR 2905) 2022-02-19 23:54:54 -08:00