From 9b362b6979295defa00272ef57901debd8c17b75 Mon Sep 17 00:00:00 2001 From: Julian Hofer Date: Sun, 6 Oct 2019 15:09:17 +0000 Subject: [PATCH 1/2] Update index.rst to remove direct DConf access Direct DConf access is not necessary anymore in most cases. Ref: http://docs.flatpak.org/en/latest/sandbox-permissions.html#dconf-access --- Apps/Guides/Permissions/index.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Apps/Guides/Permissions/index.rst b/Apps/Guides/Permissions/index.rst index bb8c8cd..91102b7 100644 --- a/Apps/Guides/Permissions/index.rst +++ b/Apps/Guides/Permissions/index.rst @@ -33,9 +33,6 @@ Feature Flatpak Permissions ======================================= ================================================ Display a graphical user interface ``--socket=wayland`` Access the Internet using sockets ``--share=network`` -Access settings (GNOME applications) ``--filesystem=~/.config/dconf:ro`` |br| - ``--talk-name=ca.desrt.dconf`` |br| - ``--env=DCONF_USER_CONFIG_DIR=.config/dconf`` Access Bluetooth devices ``--allow=bluetooth`` Read and write user's documents ``--xdg-documents`` Read and write user's downloads ``--xdg-download`` -- GitLab From f84272b246b0653e806d5c8b2041202dbdf52dc1 Mon Sep 17 00:00:00 2001 From: Julian Hofer Date: Wed, 30 Oct 2019 10:38:54 +0000 Subject: [PATCH 2/2] Change minimum GTK version to 3.34 --- Apps/GNOME/GTK.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps/GNOME/GTK.rst b/Apps/GNOME/GTK.rst index 5d6e27e..3854600 100644 --- a/Apps/GNOME/GTK.rst +++ b/Apps/GNOME/GTK.rst @@ -8,7 +8,7 @@ Applications (apps) for the Librem 5 will typically be built using the `GTK toolkit`_. In fact many of the apps available will have been ported from existing apps which are part of the GNOME environment. -This guide aims to provide a brief overview of GTK 3 applications and the tools that can assist in their development. GTK 3.32 is the minimum version that applications on the Librem 5 are expected to use. +This guide aims to provide a brief overview of GTK 3 applications and the tools that can assist in their development. GTK 3.34 is the minimum version that applications on the Librem 5 are expected to use. .. contents:: :local: -- GitLab