After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 654888 - Inconsistent name
Inconsistent name
Status: RESOLVED FIXED
Product: system-monitor
Classification: Core
Component: process list
unspecified
Other All
: Normal trivial
: ---
Assigned To: System-monitor maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-19 08:03 UTC by Marek Černocký
Modified: 2011-11-11 10:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make column names in gsettings schema match usage in GUI (6.28 KB, patch)
2011-11-05 23:08 UTC, Chris Kühl
committed Details | Review

Description Marek Černocký 2011-07-19 08:03:06 UTC
Column names are different in GUI () a GConf schema (src/org.gnome.gnome-system-monitor.gschema.xml.in). E.g.
gui: User; schema: owner
gui: Command Line; schema: arguments
gui: Started; schema: start time
gui: Memory; schema: estimated memory usage
Comment 1 Chris Kühl 2011-11-05 23:05:32 UTC
Thanks. This should fix the issue.
Comment 2 Chris Kühl 2011-11-05 23:08:06 UTC
The following fix has been pushed:
cfbeb0f Make column names in gsettings schema match usage in GUI
Comment 3 Chris Kühl 2011-11-05 23:08:13 UTC
Created attachment 200792 [details] [review]
Make column names in gsettings schema match usage in GUI