diff options
Diffstat (limited to 'gst-mixer')
-rw-r--r-- | gst-mixer/Makefile.am | 4 | ||||
-rw-r--r-- | gst-mixer/mate-volume-control.convert | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gst-mixer/Makefile.am b/gst-mixer/Makefile.am index 9079f79..57a3056 100644 --- a/gst-mixer/Makefile.am +++ b/gst-mixer/Makefile.am @@ -13,8 +13,12 @@ gsettings_SCHEMAS = \ %.gschema.xml.in: %.gschema.xml.in.in Makefile $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ +convertdir = $(datadir)/MateConf/gsettings +convert_DATA = mate-volume-control.convert + EXTRA_DIST = \ $(Desktop_in_files) \ + $(convert_DATA) \ $(gsettings_schemas_in_in) CLEANFILES = \ diff --git a/gst-mixer/mate-volume-control.convert b/gst-mixer/mate-volume-control.convert new file mode 100644 index 0000000..8cc0234 --- /dev/null +++ b/gst-mixer/mate-volume-control.convert @@ -0,0 +1,3 @@ +[org.mate.volume-control] +window-height = /apps/mate-volume-control/ui/window_height +window-width = /apps/mate-volume-control/ui/window_width |