diff options
author | Stefano Karapetsas <[email protected]> | 2013-01-11 07:15:08 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-01-11 07:15:08 -0800 |
commit | 181e0b4fa41131c37c439380d986fe93f1303b8d (patch) | |
tree | 4972feeb36d2239fbcbd3b483469a91caa5670a2 | |
parent | 8480f4f60a060781934f7ca96857118ff8ebec07 (diff) | |
parent | 9833392a4ec4fcf29a42dae188af763858678269 (diff) | |
download | mate-control-center-181e0b4fa41131c37c439380d986fe93f1303b8d.tar.bz2 mate-control-center-181e0b4fa41131c37c439380d986fe93f1303b8d.tar.xz |
Merge pull request #28 from cygwinports/master
Add mateconf-gsettings-data-convert file
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | mate-control-center.convert | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e5160c7b..56dd2d30 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,9 @@ 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-control-center.convert + ACLOCAL_AMFLAGS = -I m4 CLEANFILES = \ @@ -53,6 +56,7 @@ MAINTAINERCLEANFILES = \ EXTRA_DIST = \ $(gsettings_schemas_in_in) \ + $(convert_DATA) \ MAINTAINERS \ mate-doc-utils.make diff --git a/mate-control-center.convert b/mate-control-center.convert new file mode 100644 index 00000000..68877bcb --- /dev/null +++ b/mate-control-center.convert @@ -0,0 +1,11 @@ +[org.mate.control-center] +cc-actions-list = /apps/control-center/cc_actions_list +cc-exit-shell-on-static-action = /apps/control-center/cc_exit_shell_on_static_action +cc-exit-shell-on-action-start = /apps/control-center/cc_exit_shell_on_action_start +cc-exit-shell-on-action-help = /apps/control-center/cc_exit_shell_on_action_help +cc-exit-shell-on-action-add-remove = /apps/control-center/cc_exit_shell_on_action_add_remove +cc-exit-shell-on-action-upgrade-uninstall = /apps/control-center/cc_exit_shell_on_action_upgrade_uninstall + +[org.mate.control-center.appearance] +more-backgrounds-url = /apps/control-center/appearance/more_backgrounds_url +more-themes-url = /apps/control-center/appearance/more_themes_url |