From 29bc067b67e654f70d7f2c5214c33d40820d9ea9 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Mon, 25 Nov 2013 16:51:10 +0100 Subject: Add favorite launchers in the panel --- data/Makefile.am | 25 ++++++++++++++++++++++ ....raspberrypi.weston-gtk-shell.gschema.xml.in.in | 14 ++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 data/Makefile.am create mode 100644 data/org.raspberrypi.weston-gtk-shell.gschema.xml.in.in (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..f7378ef --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,25 @@ +gsettings_SCHEMAS = org.raspberrypi.weston-gtk-shell.gschema.xml + +@INTLTOOL_XML_NOMERGE_RULE@ + +%.gschema.xml.in: %.gschema.xml.in.in Makefile + $(AM_V_GEN) sed -e 's|@GETTEXT_PACKAGE[@]|$(GETTEXT_PACKAGE)|g' \ + $< > $@ || rm $@ + +@GSETTINGS_RULES@ + +# We need to compile schemas at make time +# to run from source tree +gschemas.compiled: $(gsettings_SCHEMAS:.xml=.valid) + $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=. . + +all-local: gschemas.compiled + +EXTRA_DIST = \ + org.raspberrypi.weston-gtk-shell.gschema.xml.in.in + +CLEANFILES = \ + gschemas.compiled \ + org.raspberrypi.weston-gtk-shell.gschema.valid \ + $(gsettings_SCHEMAS) \ + $(gsettings_SCHEMAS).in diff --git a/data/org.raspberrypi.weston-gtk-shell.gschema.xml.in.in b/data/org.raspberrypi.weston-gtk-shell.gschema.xml.in.in new file mode 100644 index 0000000..34d1136 --- /dev/null +++ b/data/org.raspberrypi.weston-gtk-shell.gschema.xml.in.in @@ -0,0 +1,14 @@ + + + + [ 'epiphany.desktop', 'libreoffice-writer.desktop', 'nautilus.desktop' ] + <_summary>List of desktop file IDs for favorite applications + <_description> + The applications corresponding to these identifiers + will be displayed in the panel. + + + + -- cgit v1.3.1