[gnome-apps-nightly] [dconf-editor] Reorder args for clarity.
- From: Arnaud Bonatti <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-apps-nightly] [dconf-editor] Reorder args for clarity.
- Date: Tue, 12 Dec 2017 12:12:26 +0000 (UTC)
commit 6c61def55ad60fd714fcf42a94f4c4da67dc7e4b
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Tue Dec 12 13:12:12 2017 +0100
[dconf-editor] Reorder args for clarity.
ca.desrt.dconf-editor.json | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/ca.desrt.dconf-editor.json b/ca.desrt.dconf-editor.json
index f0869bd..355b35a 100644
--- a/ca.desrt.dconf-editor.json
+++ b/ca.desrt.dconf-editor.json
@@ -13,11 +13,13 @@
/* Wayland access */
"--socket=wayland",
- /* dconf */
+ /* gsettings */
"--filesystem=/usr/share/glib-2.0/schemas:ro",
"--filesystem=xdg-data/glib-2.0/schemas:ro",
- "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:rw",
- "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+
+ /* dconf */
+ "--filesystem=xdg-run/dconf", "--talk-name=ca.desrt.dconf",
+ "--filesystem=~/.config/dconf:rw", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
"build-options": {
"cflags": "-O2 -g"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]