From 6745132519542d1ad81a1dbb91f7fbe9d19c72e7 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 17 Sep 2015 11:56:13 +0100 Subject: Add support for an optional dock, such as Plank. The `required-components-list` adds an entry for `dock` which is null by default so that behaviour is unchanged. This change makes it possible to better integrate docks into the MATE session rather than manipulating autostart files. --- data/org.mate.session.gschema.xml.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/org.mate.session.gschema.xml.in b/data/org.mate.session.gschema.xml.in index 06e8b46..52dd4e8 100644 --- a/data/org.mate.session.gschema.xml.in +++ b/data/org.mate.session.gschema.xml.in @@ -32,7 +32,7 @@ List of applications that are part of the default session. - [ 'windowmanager', 'panel', 'filemanager' ] + [ 'windowmanager', 'panel', 'filemanager', 'dock' ] Required session components List of components that are required as part of the session. (Each element names a key under "/org/mate/desktop/session/required_components"). The Startup Applications preferences tool will not normally allow users to remove a required component from the session, and the session manager will automatically add the required components back to the session at login time if they do get removed. @@ -59,5 +59,10 @@ File Manager The file manager provides the desktop icons and allows you to interact with your saved files. + + '' + Dock + A dock provides a dockable area, simliar to a panel, for launching and switching applications. + -- cgit v1.2.1