diff options
-rw-r--r-- | data/Makefile.am | 4 | ||||
-rw-r--r-- | data/pluma.convert | 47 |
2 files changed, 0 insertions, 51 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 110d583a..bde6d854 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -11,9 +11,6 @@ appdata_DATA = $(appdata_in_files:.xml.in=.xml) gsettings_SCHEMAS = org.mate.pluma.gschema.xml @GSETTINGS_RULES@ -convertdir = $(datadir)/MateConf/gsettings -convert_DATA = pluma.convert - man_MANS = pluma.1 pkgconfigdir = $(libdir)/pkgconfig @@ -25,7 +22,6 @@ bugreport_SCRIPTS = pluma-bugreport.sh EXTRA_DIST = \ $(appdata_in_files) \ $(desktop_in_files) \ - $(convert_DATA) \ $(man_MANS) \ pluma.pc.in \ pluma-bugreport.sh.in diff --git a/data/pluma.convert b/data/pluma.convert deleted file mode 100644 index 02a5fe5a..00000000 --- a/data/pluma.convert +++ /dev/null @@ -1,47 +0,0 @@ -[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 |