Update names of the ntfs and reiserfs specific packages (#753436)

The ntfs-3g package previously provided the FUSE based NTFS driver to
mount the file system and ntfsprogs provided the user space tools.  In
April 2011 the packages have merged [1] forming ntfs-3g_ntfsprogs.  Arch
Linux / Debian / Slackware / Ubuntu now just have an ntfs-3g package
with everything; where as CentOS / Fedora / openSUSE are sticking with
the original two package names.  Reverse the order of the needed
packages to:

    ntfs-3g / ntfsprogs

[1] Release: NTFS-3G + NTFSPROGS 2011.4.12
    http://www.tuxera.com/release-ntfs-3g-ntfsprogs-2011-4-12/

For reiserfs the upstream package is named reiserfsprogs.  Arch Linux /
Debian / Slackware / Ubuntu use this name; but CentOS / Fedora name it
reiserfs-utils and openSUSE names it just reiserfs.  Update the README
file with all 3 package names.

    reiserfsprogs / reiserfs-utils / reiserfs

In the File System Support dialog just use the first 2 package names as
we don't want to make the dialog too wide with all 3 names and hopefully
on openSUSE it is more obvious that the reiserfs package is needed to
support the reiserfs file system.

NOTE:
Again this slightly increases the width of the File System Support
dialog on my CentOS 6 desktop with default fonts, now from 676 to 707
pixels.  Again still well within the 800 wide target and still narrower
than the main window.

Bug 753436 - Update documentation of GParted software dependencies
This commit is contained in:
Mike Fleetwood 2015-07-25 10:44:24 +01:00 committed by Curtis Gedak
parent 4160ae5018
commit ff3f51ac29
2 changed files with 4 additions and 4 deletions

4
README
View File

@ -210,9 +210,9 @@ provide this support:
hfsprogs
jfsutils
nilfs-utils
ntfsprogs / ntfs-3g
ntfs-3g / ntfsprogs
reiser4progs
reiserfsprogs
reiserfsprogs / reiserfs-utils / reiserfs
xfsprogs, xfsdump

View File

@ -334,9 +334,9 @@ Glib::ustring Utils::get_filesystem_software( FILESYSTEM filesystem )
case FS_LINUX_SWAP : return "util-linux" ;
case FS_LVM2_PV : return "lvm2" ;
case FS_NILFS2 : return "nilfs-utils" ;
case FS_NTFS : return "ntfsprogs / ntfs-3g" ;
case FS_NTFS : return "ntfs-3g / ntfsprogs" ;
case FS_REISER4 : return "reiser4progs" ;
case FS_REISERFS : return "reiserfsprogs" ;
case FS_REISERFS : return "reiserfsprogs / reiserfs-utils" ;
case FS_UFS : return "" ;
case FS_XFS : return "xfsprogs, xfsdump" ;