[gnome-system-monitor] Only Show Name, PID, User CPU% and Memory columns by default.



commit d6add18d567d001dd78ddb0e7f116c258ab42320
Author: Robert Roth <robert roth off gmail com>
Date:   Thu Nov 17 07:52:10 2011 +0200

    Only Show Name, PID, User CPU% and Memory columns by default.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=305883

 src/org.gnome.gnome-system-monitor.gschema.xml.in |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/org.gnome.gnome-system-monitor.gschema.xml.in b/src/org.gnome.gnome-system-monitor.gschema.xml.in
index 8477f6b..f4f51e6 100644
--- a/src/org.gnome.gnome-system-monitor.gschema.xml.in
+++ b/src/org.gnome.gnome-system-monitor.gschema.xml.in
@@ -211,14 +211,14 @@
 	</key>
 
 	<key name="col-1-width" type="i">
-	  <default>0
+	  <default>59
 	  </default>
 	  <_summary>Width of process 'User' column
 	  </_summary>
 	</key>
 
 	<key name="col-1-visible" type="b">
-	  <default>false
+	  <default>true
 	  </default>
 	  <_summary>Show process 'User' column on startup
 	  </_summary>
@@ -232,7 +232,7 @@
 	</key>
 
 	<key name="col-2-visible" type="b">
-	  <default>true
+	  <default>false
 	  </default>
 	  <_summary>Show process 'Status' column on startup
 	  </_summary>
@@ -309,7 +309,7 @@
 	</key>
 
 	<key name="col-8-width" type="i">
-	  <default>0
+	  <default>71
 	  </default>
 	  <_summary>Width of process 'CPU %' column
 	  </_summary>
@@ -358,14 +358,14 @@
 	</key>
 
 	<key name="col-11-visible" type="b">
-	  <default>true
+	  <default>false
 	  </default>
 	  <_summary>Show process 'Nice' column on startup
 	  </_summary>
 	</key>
 
 	<key name="col-12-width" type="i">
-	  <default>48
+	  <default>41
 	  </default>
 	  <_summary>Width of process 'PID' column
 	  </_summary>
@@ -401,7 +401,7 @@
 	<key name="col-14-visible" type="b">
 	  <default>false
 	  </default>
-	  <_summary>Show process 'Commend Line' column on startup
+	  <_summary>Show process 'Command Line' column on startup
 	  </_summary>
 	</key>
 
@@ -427,7 +427,7 @@
 	</key>
 
 	<key name="col-16-visible" type="b">
-	  <default>true
+	  <default>false
 	  </default>
 	  <_summary>Show process 'Waiting Channel' column on startup
 	  </_summary>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]