summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonsta <[email protected]>2016-01-02 22:00:46 +0300
committerMonsta <[email protected]>2016-01-02 22:00:46 +0300
commite87f0c9f939132b19f9e9167b521f0c03bf1b86a (patch)
tree09a07ff2682b37dd5111987e16df71ba937bda1d
parent0ec0fd478e7793703c9a0d1653372418d7aa991e (diff)
downloadeom-e87f0c9f939132b19f9e9167b521f0c03bf1b86a.tar.bz2
eom-e87f0c9f939132b19f9e9167b521f0c03bf1b86a.tar.xz
drop MateConf migration script
-rw-r--r--data/Makefile.am4
-rw-r--r--data/eom.convert29
2 files changed, 0 insertions, 33 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 4d1ce97..979bd15 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -20,9 +20,6 @@ gsettings_ENUM_FILES = $(top_srcdir)/src/eom-scroll-view.h \
gsettings_SCHEMAS = org.mate.eom.gschema.xml
@GSETTINGS_RULES@
-convertdir = $(datadir)/MateConf/gsettings
-convert_DATA = eom.convert
-
uidir = $(pkgdatadir)
ui_DATA = \
eom-image-properties-dialog.ui \
@@ -42,7 +39,6 @@ theme_DATA = \
EXTRA_DIST = \
$(theme_DATA) \
$(ui_DATA) \
- $(convert_DATA) \
$(DESKTOP_IN_FILES) \
$(appdata_in_files)
diff --git a/data/eom.convert b/data/eom.convert
deleted file mode 100644
index 214026e..0000000
--- a/data/eom.convert
+++ /dev/null
@@ -1,29 +0,0 @@
-[org.mate.eom.full-screen]
-loop=/apps/eom/full_screen/loop
-seconds=/apps/eom/full_screen/seconds
-upscale=/apps/eom/full_screen/upscale
-
-[org.mate.eom.plugins]
-active-plugins=/apps/eom/plugins/active_plugins
-
-[org.mate.eom.ui]
-disable-trash-confirmation=/apps/eom/ui/disable_trash_confirmation
-filechooser-xdg-fallback=/apps/eom/ui/filechooser_xdg_fallback
-image-collection=/apps/eom/ui/image_collection
-image-collection-position=/apps/eom/ui/image_collection_position
-image-collection-resizable=/apps/eom/ui/image_collection_resizable
-propsdialog-netbook-mode=/apps/eom/ui/propsdialog_netbook_mode
-scroll-buttons=/apps/eom/ui/scroll_buttons
-sidebar=/apps/eom/ui/sidebar
-statusbar=/apps/eom/ui/statusbar
-toolbar=/apps/eom/ui/toolbar
-
-[org.mate.eom.view]
-autorotate=/apps/eom/view/autorotate
-background-color=/apps/eom/view/background-color
-extrapolate=/apps/eom/view/extrapolate
-interpolate=/apps/eom/view/interpolate
-scroll-wheel-zoom=/apps/eom/view/scroll_wheel_zoom
-trans-color=/apps/eom/view/trans_color
-use-background-color=/apps/eom/view/use-background-color
-zoom-multiplier=/apps/eom/view/zoom_multiplier