gparted/src
Mike Fleetwood c353630312 Only execute mkudffs during detection when it is known to exist (#786050)
When udftools are not installed and the mkudffs program isn't found
GParted would report this error during startup:

    # ./gpartedbin
    ======================
    libparted : 3.1
    ======================
    Failed to execute child process "mkudffs" (No such file or directory)

Only run mkudffs to check for an old version when the program is found.

Bug 786050 - GParted reports failed to execute child process "mkudffs"
             when it is not installed
2017-08-10 10:04:20 -06:00
..
BlockSpecial.cc Include sys/sysmacros.h for major and minor macros (#776173) 2017-01-04 10:58:44 +00:00
CopyBlocks.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
DMRaid.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
Device.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
DialogFeatures.cc Add "Available online only" to the Supported Actions legend (#774818) 2017-01-14 08:49:58 -07:00
DialogManageFlags.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
Dialog_Base_Partition.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
Dialog_Disklabel.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
Dialog_FileSystem_Label.cc Make "Label File System" dialog a bit bigger (#778003) 2017-02-14 18:59:23 +00:00
Dialog_Partition_Copy.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
Dialog_Partition_Info.cc Provide virtual Partition::get_filesystem_partition() method (#774818) 2017-01-14 08:49:58 -07:00
Dialog_Partition_Name.cc Make the Name Partition dialog a bit bigger (#778003) 2017-02-14 18:59:23 +00:00
Dialog_Partition_New.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
Dialog_Partition_Resize_Move.cc Improve comment about disallowing shrinking when the FS usage is unknown 2016-12-12 13:15:34 -07:00
Dialog_Progress.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
Dialog_Rescue_Data.cc Add support for UDF file system (#784533) 2017-07-10 19:17:05 +01:00
DrawingAreaVisualDisk.cc Provide virtual Partition::get_filesystem_partition() method (#774818) 2017-01-14 08:49:58 -07:00
FS_Info.cc Ensure blkid FS_Info cache has entries for all whole disk devices (#771244) 2017-01-06 12:21:50 -07:00
FileSystem.cc Move initial clearing of output capture buffers into PipeCapture class (#777973) 2017-06-02 11:47:35 -06:00
Frame_Resizer_Base.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
Frame_Resizer_Extended.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
GParted_Core.cc Add support for UDF file system (#784533) 2017-07-10 19:17:05 +01:00
HBoxOperations.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
LUKS_Info.cc Update comment with example LUKS_Info cache entry 2017-05-21 09:44:20 -06:00
LVM2_PV_Info.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
Makefile.am Add support for UDF file system (#784533) 2017-07-10 19:17:05 +01:00
Mount_Info.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
Operation.cc Create and use general find_extended_partition() function 2017-01-14 08:49:58 -07:00
OperationChangeUUID.cc Implement new UUID operation on encrypted file systems (#774818) 2017-01-14 08:49:58 -07:00
OperationCheck.cc Implement check operation on encrypted file systems (#774818) 2017-01-14 08:49:58 -07:00
OperationCopy.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
OperationCreate.cc Use virtual get_filessytem_string() in remaining operation descriptions (#774818) 2017-01-14 08:49:58 -07:00
OperationDelete.cc Create and use general find_extended_partition() function 2017-01-14 08:49:58 -07:00
OperationDetail.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
OperationFormat.cc Implement format operation on encrypted file systems (#774818) 2017-01-14 08:49:58 -07:00
OperationLabelFileSystem.cc Implement label operation on encrypted file systems (#774818) 2017-01-14 08:49:58 -07:00
OperationNamePartition.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
OperationResizeMove.cc Create and use general find_extended_partition() function 2017-01-14 08:49:58 -07:00
Partition.cc Remove unused clear_mountpoints parameter from add_mountpoint*() 2017-01-14 08:49:58 -07:00
PartitionLUKS.cc Add Partition object resizing method Partition*::resize() (#774818) 2017-01-14 08:49:58 -07:00
PartitionVector.cc Create and use general find_extended_partition() function 2017-01-14 08:49:58 -07:00
PipeCapture.cc Further improve speed of PipeCapture for non-watched output (#777973) 2017-06-02 11:47:35 -06:00
Proc_Partitions_Info.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
ProgressBar.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
SWRaid_Info.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
TreeView_Detail.cc Provide virtual Partition::get_filesystem_string() method (#774818) 2017-01-14 08:49:58 -07:00
Utils.cc Add support for long UDF labels and check for old versions of mkudffs (#784533) 2017-07-30 09:50:09 +01:00
Win_GParted.cc Update AUTHORS file and Help > About > Credits 2017-07-10 19:17:05 +01:00
btrfs.cc Detect btrfstune change UUID capability again (#784467) 2017-07-03 09:21:50 -06:00
exfat.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
ext2.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
f2fs.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
fat16.cc Fix setting empty label when creating FAT16/32 file systems (#784564) 2017-07-07 13:23:27 +01:00
hfs.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
hfsplus.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
jfs.cc Quote mount point when resizing jfs (#782681) 2017-05-21 09:44:20 -06:00
linux_swap.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
luks.cc Implement maximize encryption volume as part of check repair operation (#774818) 2017-01-14 08:49:58 -07:00
lvm2_pv.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
main.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
nilfs2.cc Quote mount point when resizing nilfs2 (#782681) 2017-05-21 09:44:20 -06:00
ntfs.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
reiser4.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
reiserfs.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
udf.cc Only execute mkudffs during detection when it is known to exist (#786050) 2017-08-10 10:04:20 -06:00
ufs.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
xfs.cc Quote mount point when copying and resizing xfs (#782681) 2017-05-21 09:44:20 -06:00