summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <[email protected]>2012-12-25 01:43:16 -0600
committerYaakov Selkowitz <[email protected]>2012-12-25 01:43:16 -0600
commit6b58b44c9516f1dc8c163323e45bb840eab940e2 (patch)
treebeb04807f248d0458fdec45cca5a04640edaeba7
parent99a70e0dac224bf34ab2753bafc1344c04991b2a (diff)
downloadmate-system-monitor-6b58b44c9516f1dc8c163323e45bb840eab940e2.tar.bz2
mate-system-monitor-6b58b44c9516f1dc8c163323e45bb840eab940e2.tar.xz
Add mateconf-gsettings-data-convert file
-rw-r--r--src/Makefile.am3
-rw-r--r--src/mate-system-monitor.convert74
2 files changed, 77 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 69535c3..8dd903c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -58,6 +58,9 @@ gsettings_SCHEMAS = org.mate.system-monitor.gschema.xml
%.gschema.xml.in: %.gschema.xml.in.in Makefile
$(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@
+convertdir = $(datadir)/MateConf/gsettings
+dist_convert_DATA = mate-system-monitor.convert
+
dist_noinst_DATA = \
$(gsettings_in_file)
diff --git a/src/mate-system-monitor.convert b/src/mate-system-monitor.convert
new file mode 100644
index 0000000..f3011cc
--- /dev/null
+++ b/src/mate-system-monitor.convert
@@ -0,0 +1,74 @@
+[org.mate.system-monitor]
+width = /apps/procman/width
+height = /apps/procman/height
+show-tree = /apps/procman/show_tree
+solaris-mode = /apps/procman/solaris_mode
+smooth-refresh = /apps/procman/smooth_refresh
+kill-dialog = /apps/procman/kill_dialog
+update-interval = /apps/procman/update_interval
+graph-update-interval = /apps/procman/graph_update_interval
+show-all-fs = /apps/procman/show_all_fs
+disks-interval = /apps/procman/disks_interval
+view-as = /apps/procman/view_as
+current-tab = /apps/procman/current_tab
+cpu-color0 = /apps/procman/cpu_color0
+cpu-color1 = /apps/procman/cpu_color1
+cpu-color2 = /apps/procman/cpu_color2
+cpu-color3 = /apps/procman/cpu_color3
+mem-color = /apps/procman/mem_color
+swap-color = /apps/procman/swap_color
+net-in-color = /apps/procman/net_in_color
+net-out-color = /apps/procman/net_out_color
+network-in-bits = /apps/procman/network_in_bits
+
+[org.mate.system-monitor.proctree]
+sort-col = /apps/procman/proctree/sort_col
+columns-order = /apps/procman/proctree/columns_order
+sort-order = /apps/procman/proctree/sort_order
+col-0-width = /apps/procman/proctree/col_0_width
+col-0-visible = /apps/procman/proctree/col_0_visible
+col-1-width = /apps/procman/proctree/col_1_width
+col-1-visible = /apps/procman/proctree/col_1_visible
+col-2-width = /apps/procman/proctree/col_2_width
+col-2-visible = /apps/procman/proctree/col_2_visible
+col-3-width = /apps/procman/proctree/col_3_width
+col-3-visible = /apps/procman/proctree/col_3_visible
+col-4-width = /apps/procman/proctree/col_4_width
+col-4-visible = /apps/procman/proctree/col_4_visible
+col-5-width = /apps/procman/proctree/col_5_width
+col-5-visible = /apps/procman/proctree/col_5_visible
+col-6-width = /apps/procman/proctree/col_6_width
+col-6-visible = /apps/procman/proctree/col_6_visible
+col-7-width = /apps/procman/proctree/col_7_width
+col-7-visible = /apps/procman/proctree/col_7_visible
+col-8-width = /apps/procman/proctree/col_8_width
+col-8-visible = /apps/procman/proctree/col_8_visible
+col-9-width = /apps/procman/proctree/col_9_width
+col-9-visible = /apps/procman/proctree/col_9_visible
+col-10-width = /apps/procman/proctree/col_10_width
+col-10-visible = /apps/procman/proctree/col_10_visible
+col-11-width = /apps/procman/proctree/col_11_width
+col-11-visible = /apps/procman/proctree/col_11_visible
+col-12-width = /apps/procman/proctree/col_12_width
+col-12-visible = /apps/procman/proctree/col_12_visible
+col-13-width = /apps/procman/proctree/col_13_width
+col-13-visible = /apps/procman/proctree/col_13_visible
+col-14-width = /apps/procman/proctree/col_14_width
+col-14-visible = /apps/procman/proctree/col_14_visible
+col-15-width = /apps/procman/proctree/col_15_width
+col-15-visible = /apps/procman/proctree/col_15_visible
+col-16-width = /apps/procman/proctree/col_16_width
+col-16-visible = /apps/procman/proctree/col_16_visible
+
+[org.mate.system-monitor.disktreenew]
+sort-col = /apps/procman/disktreenew/sort_col
+sort-order = /apps/procman/disktreenew/sort_order
+columns-order = /apps/procman/disktreenew/columns_order
+
+[org.mate.system-monitor.memmapstree]
+sort-col = /apps/procman/memmapstree/sort_col
+sort-order = /apps/procman/memmapstree/sort_order
+
+[org.mate.system-monitor.openfilestree]
+sort-col = /apps/procman/openfilestree/sort_col
+sort-order = /apps/procman/openfilestree/sort_order