[gnome-shell/gbsneto/icon-grid-dnd: 21/35] gschema: Add the 'icon-grid-layout' key
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/icon-grid-dnd: 21/35] gschema: Add the 'icon-grid-layout' key
- Date: Thu, 4 Jul 2019 19:58:41 +0000 (UTC)
commit c402ab004893bd379dd0e2261a85f5057490e789
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Jul 2 13:36:30 2019 -0300
gschema: Add the 'icon-grid-layout' 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 5a065593b..bc7fe9479 100644
--- a/data/org.gnome.shell.gschema.xml.in
+++ b/data/org.gnome.shell.gschema.xml.in
@@ -98,6 +98,10 @@
the shell.
</description>
</key>
+ <key name="icon-grid-layout" type="as">
+ <default>[]</default>
+ <summary>Layout of 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]