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 98019 - Nicer devices treeview
Nicer devices treeview
Status: RESOLVED FIXED
Product: system-monitor
Classification: Core
Component: general
unspecified
Other other
: Normal enhancement
: ---
Assigned To: System-monitor maintainers
System-monitor maintainers
Depends on:
Blocks:
 
 
Reported: 2002-11-08 14:37 UTC by Jörgen Scheibengruber
Modified: 2011-11-11 10:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The patch mentioned above (17.95 KB, patch)
2002-11-08 14:38 UTC, Jörgen Scheibengruber
none Details | Review
this patch is a improved version of the above. The icons are in the same row as the name now, and I added sorting in all columns (20.37 KB, patch)
2002-11-12 22:57 UTC, Jörgen Scheibengruber
none Details | Review
The patch described above, but with gnome-2.2 icontheme support (20.44 KB, patch)
2003-01-26 18:32 UTC, Jörgen Scheibengruber
none Details | Review
A screenshot of the new patch (49.68 KB, image/png)
2003-01-26 18:38 UTC, Jörgen Scheibengruber
  Details

Description Jörgen Scheibengruber 2002-11-08 14:37:13 UTC
Here is a patch that adds some usefull eyecandy to the devices treeview of
gnome-system-monitor. Here is how it looks like:
http://www.wh-hms.uni-ulm.de/~mfcn/procman.png. I know it's already feature
freeze, but it's not a big change and should be really stable, so it would
be nice if this could get into gnome 2.2.
A patch against the anoncvs-version of today is appended.
Comment 1 Jörgen Scheibengruber 2002-11-08 14:38:33 UTC
Created attachment 12169 [details] [review]
The patch mentioned above
Comment 2 Jörgen Scheibengruber 2002-11-12 22:57:34 UTC
Created attachment 12264 [details] [review]
this patch is a improved version of the above. The icons are in the same row as the name now, and I added sorting in all columns
Comment 3 Jörgen Scheibengruber 2002-11-12 23:03:06 UTC
BTW: apply the patch on a cvs checkout with patch -p0 <
procman-nice-devicetree.patch
Comment 4 David Kennedy 2002-11-21 22:08:21 UTC
Unfortunately feature freeze means feature freeze. I think this looks
great though, look forward to seeing it in 2.4. 

Changing to GNOMEVER2.3, adding bugsquad
Comment 5 Jörgen Scheibengruber 2003-01-26 18:32:53 UTC
Created attachment 13836 [details] [review]
The patch described above, but with gnome-2.2 icontheme support
Comment 6 Jörgen Scheibengruber 2003-01-26 18:38:24 UTC
Created attachment 13837 [details]
A screenshot of the new patch
Comment 7 Mantas Kriaučiūnas 2003-02-03 01:02:56 UTC
sometimes df (and gnome-system-monitor too) command displays strange
results:
aukselis:/var/cache/apt/archives# df
Filesystem           1k-blocks      Used Available Use% Mounted on
/dev/hda3              5424660   5148152       948 100% /

Total space - Used Space > Available free space 
(542466 - 5148152 = 276508, not  948)

I think this is because ext2 file system can reserve some space for
user-user, see mke2fs manual:

-m reserved-blocks-percentage
              Specify  the  percentage  of  the filesystem blocks
              reserved for the super-user.  This  value  defaults
              to 5%.

Because of this, GNOME-System-Monitor should add comment '(for user)'
to free space column header, I think
Comment 8 Kevin Vandersloot 2003-02-13 15:02:28 UTC
Finally commited! Thanks Jörgen! I made some small changes by removing
the "free" column and putting the used space and the meter in the same
column. Otherwise I think there are too many columns and information
displayed in the small space. 

Thanks again. It looks really good.