summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-03-22 14:50:08 -0700
committerStefano Karapetsas <[email protected]>2013-03-22 14:50:08 -0700
commit927136bc232b9023fe42fc92d43bfc8ab462f49f (patch)
treeaa13767b26d09004910586cd0162573c9581567e /data
parentaa067c203d02363fd08100cf46ee215420a06ee4 (diff)
parent46b7831d0512d17fd6734f02075f3ecc4aad8cd9 (diff)
downloadpluma-927136bc232b9023fe42fc92d43bfc8ab462f49f.tar.bz2
pluma-927136bc232b9023fe42fc92d43bfc8ab462f49f.tar.xz
Merge pull request #19 from cygwinports/master
Add mateconf-gsettings-data-convert file
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am4
-rw-r--r--data/pluma.convert47
2 files changed, 51 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index eab9b937..a7785dad 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -14,6 +14,9 @@ gsettings_SCHEMAS = org.mate.pluma.gschema.xml
-e 's^\@TOOLBAR_STYLE\@^$(TOOLBAR_STYLE)^g' \
< $< > $@
+convertdir = $(datadir)/MateConf/gsettings
+convert_DATA = pluma.convert
+
man_MANS = pluma.1
pkgconfigdir = $(libdir)/pkgconfig
@@ -25,6 +28,7 @@ bugreport_SCRIPTS = pluma-bugreport.sh
EXTRA_DIST = \
$(desktop_in_files) \
$(gsettings_SCHEMAS_in_in) \
+ $(convert_DATA) \
$(man_MANS) \
pluma.pc.in \
pluma-bugreport.sh.in
diff --git a/data/pluma.convert b/data/pluma.convert
new file mode 100644
index 00000000..02a5fe5a
--- /dev/null
+++ b/data/pluma.convert
@@ -0,0 +1,47 @@
+[org.mate.pluma]
+auto-indent = /apps/pluma/preferences/editor/auto_indent/auto_indent
+bracket-matching = /apps/pluma/preferences/editor/bracket_matching/bracket_matching
+color-scheme = /apps/pluma/preferences/editor/colors/scheme
+highlight-current-line = /apps/pluma/preferences/editor/current_line/highlight_current_line
+restore-cursor-position = /apps/pluma/preferences/editor/cursor_position/restore_cursor_position
+use-default-font = /apps/pluma/preferences/editor/font/use_default_font
+editor-font = /apps/pluma/preferences/editor/font/editor_font
+display-line-numbers = /apps/pluma/preferences/editor/line_numbers/display_line_numbers
+display-right-margin = /apps/pluma/preferences/editor/right_margin/display_right_margin
+right-margin-position = /apps/pluma/preferences/editor/right_margin/right_margin_position
+auto-save = /apps/pluma/preferences/editor/save/auto_save
+auto-save-interval = /apps/pluma/preferences/editor/save/auto_save_interval
+create-backup-copy = /apps/pluma/preferences/editor/save/create_backup_copy
+writable-vfs-schemes = /apps/pluma/preferences/editor/save/writable_vfs_schems
+smart-home-end = /apps/pluma/preferences/editor/smart_home_end/smart_home_end
+insert-spaces = /apps/pluma/preferences/editor/tabs/insert_spaces
+tabs-size = /apps/pluma/preferences/editor/tabs/tabs_size
+max-undo-actions = /apps/pluma/preferences/editor/undo/max_undo_actions
+wrap-mode = /apps/pluma/preferences/editor/wrap_mode/wrap_mode
+enable-search-highlighting = /apps/pluma/preferences/editor/search_highlighting/enable
+auto-detected-encodings = /apps/pluma/preferences/encodings/auto_detected
+shown-in-menu-encodings = /apps/pluma/preferences/encodings/show_in_menu
+print-font-body-pango = /apps/pluma/preferences/print/fonts/print_font_body_pango
+print-font-header-pango = /apps/pluma/preferences/print/fonts/print_font_header_pango
+print-font-numbers-pango = /apps/pluma/preferences/print/fonts/print_font_numbers_pango
+print-syntax-highlighting = /apps/pluma/preferences/print/page/print_syntax_highlighting
+print-header = /apps/pluma/preferences/print/page/print_header
+print-wrap-mode = /apps/pluma/preferences/print/page/print_wrap_mode
+print-line-numbers = /apps/pluma/preferences/print/page/print_line_numbers
+enable-syntax-highlighting = /apps/pluma/preferences/syntax_highlighting/enable
+bottom-panel-visible = /apps/pluma/preferences/ui/bottom_panel/bottom_panel_visible
+max-recents = /apps/pluma/preferences/ui/recents/max_recents
+side-pane-visible = /apps/pluma/preferences/ui/side_pane/side_pane_visible
+statusbar-visible = /apps/pluma/preferences/ui/statusbar/statusbar_visible
+toolbar-visible = /apps/pluma/preferences/ui/toolbar/toolbar_visible
+toolbar-buttons-style = /apps/pluma/preferences/ui/toolbar/toolbar_buttons_style
+active-plugins = /apps/pluma/preferences/plugins/active-plugins
+[org.mate.pluma.plugins.filebrowser]
+filter-mode = /apps/pluma/plugins/filebrowser/filter_mode
+filter-pattern = /apps/pluma/plugins/filebrowser/filter_pattern
+open-at-first-doc = /apps/pluma/plugins/filebrowser/open_at_first_doc
+[org.mate.pluma.plugins.filebrowser.on-load]
+enable-remote = /apps/pluma/plugins/filebrowser/on_load/enable_remote
+root = /apps/pluma/plugins/filebrowser/on_load/root
+tree-view = /apps/pluma/plugins/filebrowser/on_load/tree_view
+virtual-root = /apps/pluma/plugins/filebrowser/on_load/virtual_root