[dconf-editor] For Epiphany web-apps.



commit 072f9b1ab68dd2fe38ad01ea57f3f15238847ca7
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Dec 8 02:13:41 2017 +0100

    For Epiphany web-apps.

 editor/dconf-editor.vala |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/editor/dconf-editor.vala b/editor/dconf-editor.vala
index 71a5403..3110bfc 100644
--- a/editor/dconf-editor.vala
+++ b/editor/dconf-editor.vala
@@ -24,6 +24,14 @@ class ConfigurationEditor : Gtk.Application
                 "/org/gnome/desktop/app-folders/folders//"},
             {"org.gnome.desktop.notifications.application",
                 "/org/gnome/desktop/notifications/application//"},
+            {"org.gnome.Epiphany.state",
+                "/org/gnome/epiphany/state/"},
+            {"org.gnome.Epiphany.state",
+                "/org/gnome/epiphany/web-apps//state/"},
+            {"org.gnome.Epiphany.web",
+                "/org/gnome/epiphany/web/"},
+            {"org.gnome.Epiphany.web",
+                "/org/gnome/epiphany/web-apps//web/"},
             {"org.gnome.nm-applet.eap",
                 "/org/gnome/nm-applet/eap//"},
             {"org.gnome.Terminal.Legacy.Profile",
@@ -34,10 +42,6 @@ class ConfigurationEditor : Gtk.Application
                 "/org/gnome/settings-daemon/plugins/sharing//"},
 
             // TODO why a relocatable schema?
-            {"org.gnome.Epiphany.state",
-                "/org/gnome/epiphany/state/"},
-            {"org.gnome.Epiphany.web",
-                "/org/gnome/epiphany/web/"},
             {"org.gnome.Terminal.Legacy.Keybindings",
                 "/org/gnome/terminal/legacy/keybindings/"}
         };  // TODO add more well-known mappings


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]