From 46b7831d0512d17fd6734f02075f3ecc4aad8cd9 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 15 Mar 2013 02:08:43 -0500 Subject: Add mateconf-gsettings-data-convert file --- data/Makefile.am | 4 ++++ data/pluma.convert | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 data/pluma.convert (limited to 'data') 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 -- cgit v1.2.1