[gparted] Update names of the ntfs and reiserfs specific packages (#753436)
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Update names of the ntfs and reiserfs specific packages (#753436)
- Date: Mon, 10 Aug 2015 17:42:27 +0000 (UTC)
commit ff3f51ac29e270327a34a8a76dbf92a4314efb68
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date: Sat Jul 25 10:44:24 2015 +0100
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
README | 4 ++--
src/Utils.cc | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/README b/README
index 0768dc7..ac7f644 100644
--- a/README
+++ b/README
@@ -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
diff --git a/src/Utils.cc b/src/Utils.cc
index 49660fc..cb832b5 100644
--- a/src/Utils.cc
+++ b/src/Utils.cc
@@ -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" ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]