[gnome-shell/gbsneto/icon-grid-dnd: 28/43] gschema: Add the 'icons-data' key
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/icon-grid-dnd: 28/43] gschema: Add the 'icons-data' key
- Date: Fri, 2 Aug 2019 19:35:30 +0000 (UTC)
commit 37aa5d0faf2ac36b066c5d9dafb0cc90875dc1ca
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Jul 2 13:36:30 2019 -0300
gschema: Add the 'icons-data' key
This is the key that will store the icons of the icon grid. It is a
sorted array of application ids, and the order of items saved in this
key corresponds to the icon order.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/603
data/org.gnome.shell.gschema.xml.in | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/data/org.gnome.shell.gschema.xml.in b/data/org.gnome.shell.gschema.xml.in
index 9c3e42c94..b8ff914fc 100644
--- a/data/org.gnome.shell.gschema.xml.in
+++ b/data/org.gnome.shell.gschema.xml.in
@@ -109,6 +109,10 @@
the shell.
</description>
</key>
+ <key name="icons-data" type="a{sv}">
+ <default>[]</default>
+ <summary>Data about the icons in the icon grid</summary>
+ </key>
<child name="keybindings" schema="org.gnome.shell.keybindings"/>
</schema>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]