Use GSettings to store configuration and make the dock position customizabile. Currently, supported are left and right of the primary monitor; more could be added in the future. (Commit message edited by Giovanni Campagna) https://bugzilla.gnome.org/show_bug.cgi?id=647394 Signed-off-by: Giovanni Campagna <gcampagna@src.gnome.org>
15 lines
302 B
Makefile
15 lines
302 B
Makefile
EXTENSION_ID = dock
|
|
|
|
include ../../extension.mk
|
|
|
|
gschemas_in = org.gnome.shell.extensions.dock.gschema.xml.in
|
|
|
|
@INTLTOOL_XML_NOMERGE_RULE@
|
|
|
|
gsettings_SCHEMAS = $(gschemas_in:.xml.in=.xml)
|
|
|
|
@GSETTINGS_RULES@
|
|
|
|
CLEANFILES += $(gschemas_in:.xml.in=.valid) $(gsettings_SCHEMAS)
|
|
EXTRA_DIST += $(gschemas_in)
|