gnome-control-center/panels/info
Jonh Wendell 611eb34028 info: show disk info even if there's no /etc/fstab file
the g_unix_mount_points_get() function checks for entry mount
points. if there are none, it returns NULL and we end up showing
no information about disks.

if that's the case, this patch calls g_unix_mounts_get() which
checks for mounted filesystems in /etc/mtab.

also we need to update the list of ignored filesystems to
include rootfs, which is always present and is a duplicate of
an actual filesystem mount point.

https://bugzilla.gnome.org/show_bug.cgi?id=704702
2013-07-23 09:05:42 -03:00
..
cc-info-panel.c info: show disk info even if there's no /etc/fstab file 2013-07-23 09:05:42 -03:00
cc-info-panel.h shell: Make all control-center plugins static 2012-12-11 17:07:39 +01:00
gnome-info-panel.desktop.in.in info: Update panel comments 2013-02-19 10:41:43 +01:00
GnomeLogoVerticalMedium.svg info: Remove (tm) from GNOME logo 2011-03-02 17:32:57 +00:00
gsd-disk-space-helper.c info: show disk info even if there's no /etc/fstab file 2013-07-23 09:05:42 -03:00
gsd-disk-space-helper.h info: Update from gnome-settings-daemon 2012-04-19 14:25:55 +01:00
info.gresource.xml info: use a GResource for GtkBuilder UI definition 2013-01-07 10:57:05 +01:00
info.ui Add CcHostnameEntry widget and use it in the info panel 2013-01-14 18:06:20 +00:00
Makefile.am Add CcHostnameEntry widget and use it in the info panel 2013-01-14 18:06:20 +00:00
test-hostname Add CcHostnameEntry widget and use it in the info panel 2013-01-14 18:06:20 +00:00