summaryrefslogtreecommitdiff
path: root/src/org.mate.system-monitor.gschema.xml.in.in
AgeCommit message (Collapse)AuthorFilesLines
2014-12-18systemd: add process view columns for unit, session, seat, ownerinfirit1-1/+33
This (optionally) hooks up the system monitor with systemd, adding four new columns to the process view: 1. Unit (i.e. the service name a system process belongs to) 2. Session (i.e. the login session a user process belongs to) 3. Seat (i.e. the physical seat the session of the process belongs to, only for multi-seat environments) 4. Owner (i.e. the user a process belongs to, which is not influenced by temporary UID changes like sudo/su/suid. This patch also enables that the Unit column is shown by default. If systemd is not around at runtime or at compile time none of the four new columns are shown. Taken from GSM commit: df292c0fb07d73448fe26048118b127719750729 From: Lennart Poettering <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=667829
2014-12-18Fix copy-n-paste issues in gscheme summariesinfirit1-6/+6
Taken from GSM commit: a5fb391d2283cb148bbb98671d6a7c60392d256a From: Chris Kühl <[email protected]>
2014-12-18Priority column to the process table to show user-friendly nice valuesinfirit1-0/+8
Taken from GSM commit: 6fcbf5aaa65d63dd751c812c3ac05a937b50450d From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=131802
2014-12-18Add cgroup support in the process viewinfirit1-0/+8
Add a new 'Control Group' column to the process view tab. The format for the column is: <path name> (controller name), <path name> (controller name)... Processes that share the same path name across controllers are colesced. For example if a process is in the /foo cgroup for both the memory and cpu controllers, it would display as: /foo (memory,cpu), ... Taken from GSM commits: 2d33adcbc4347c112d57082956b4e199ff7132db Add cgroup support in the process view 645d38a218fedcbf9c7b674740bf213e02933820 Optimize cgroup updating From: Jason Baron <[email protected]>
2014-12-18Use a tuple to store window stateinfirit1-15/+3
Taken from GSM commit: d347dd13681b7f57b28bc609d94cbcc597049951 From: Stefano Facchini <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=649398
2014-12-18Also remember the window position, not only the sizeinfirit1-0/+8
Taken from GSM commit: c123b59145d3b5aa9ba6f65985037b63bcdf2a67 From: Robert Roth <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=343861
2014-12-18Various small string fixes.infirit1-19/+19
Mostly capitalisation fixes, but there are some spelling fixes, and three strings which have had markup removed. One string has been changed from using an ASCII ellipsis to a Unicode one. Taken from GSM commit: f727cae54fc8410ecb3c2c4c4f901b754f418a7a From: Philip Withnall <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=616794
2014-12-18Changed default net out color for better a11y for color-blind peopleinfirit1-1/+1
Taken from GSM commit: 2ba6de8e15dbe814d80e960f8b2ea4b772d1ccf2 From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=663569
2013-01-04Restore first 4 original cpu colorsStefano Karapetsas1-4/+4
2013-01-01Fix Issue #14Scott Balneaves1-4/+52
2012-11-07gsettings schema transatablemate-system-monitor-1.5.0Stefano Karapetsas1-67/+66
2012-11-06fix schema installationStefano Karapetsas1-0/+282