[gnome-shell/gbsneto/icon-grid-dnd: 102/117] 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: 102/117] gschema: Add the 'icons-data' key
- Date: Thu, 1 Aug 2019 20:55:43 +0000 (UTC)
commit b5affa321c16bea2d61b2724829ce90d165cb789
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 4aca92162..f3e9b1010 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]