gparted/src
Mike Fleetwood 56596d680a Also write "Root privileges are required ..." message to stderr (!34)
To further help in diagnosing root authorisation issues by reporting the
error message to the terminal too.  Also set a failure exit status when
terminating with this error.

Example:
    $ ./gpartedbin
    GParted 0.33.0-git
    configuration --enable-online-resize
    libparted 3.2
    Root privileges are required for running GParted
    $ echo $?
    1

Closes !34 - Display more version and configuration information
2019-04-03 20:45:31 +00:00
..
BlockSpecial.cc Include sys/sysmacros.h for major and minor macros (#776173) 2017-01-04 10:58:44 +00:00
CopyBlocks.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
DMRaid.cc Stop trying to access device '/dev/mapper/No RAID disks' (#786031) 2019-04-01 09:12:10 -06:00
Device.cc Remove "../include/" from GParted header #includes 2016-12-12 13:15:34 -07:00
DialogFeatures.cc Prevent the legend text making the features dialog too wide (#7) 2019-02-11 08:57:18 +00:00
DialogManageFlags.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
DialogPasswordEntry.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
Dialog_Base_Partition.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
Dialog_Disklabel.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
Dialog_FileSystem_Label.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
Dialog_Partition_Copy.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
Dialog_Partition_Info.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
Dialog_Partition_Name.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
Dialog_Partition_New.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
Dialog_Partition_Resize_Move.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
Dialog_Progress.cc Report the same information into saved operation details (!34) 2019-04-03 20:45:31 +00:00
Dialog_Rescue_Data.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
DrawingAreaVisualDisk.cc port-to-gtk3: Use draw signal in the partition visualizer (#7) 2019-02-11 08:57:18 +00:00
FS_Info.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
FileSystem.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
Frame_Resizer_Base.cc port-to-gtk3: Use draw signal in the partition resizer (#7) 2019-02-11 08:57:18 +00:00
Frame_Resizer_Extended.cc port-to-gtk3: Use Gdk::Cursor via Glib::RefPtr<> (#7) 2019-02-11 08:57:18 +00:00
GParted_Core.cc Print new info before "Root privileges are required ..." dialog (!34) 2019-04-03 20:45:31 +00:00
HBoxOperations.cc Pass constant parameter by reference to load_operations() (#788814) 2019-03-31 09:29:05 -06:00
LUKS_Info.cc Update comment with example LUKS_Info cache entry 2017-05-21 09:44:20 -06:00
LVM2_PV_Info.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
Makefile.am prepare-for-gtk3: Prepare for removal of Gtk::Menu_Helpers::Element (#7) 2019-02-11 08:57:18 +00:00
MenuHelpers.cc Always show menu images (!32) 2019-03-28 12:01:41 +00:00
Mount_Info.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
Operation.cc Create and use general find_extended_partition() function 2017-01-14 08:49:58 -07:00
OperationChangeUUID.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
OperationCheck.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
OperationCopy.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
OperationCreate.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
OperationDelete.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
OperationDetail.cc Make OperationDetail no_more_children bug message translatable (#790842) 2017-12-04 13:32:21 -07:00
OperationFormat.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
OperationLabelFileSystem.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
OperationNamePartition.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
OperationResizeMove.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
OptionComboBox.cc modern-gtk2: Delay construction of Gtk::TreeModel* objects (!17) 2018-11-12 21:50:42 +00:00
Partition.cc Strip unnecessary scope from GParted::STAT_* (!20) 2018-11-26 17:56:32 +00:00
PartitionLUKS.cc Rename enum FILESYSTEM to FSType 2018-01-28 10:09:35 -07:00
PartitionVector.cc Create and use general find_extended_partition() function 2017-01-14 08:49:58 -07:00
PasswordRAMStore.cc Fix null pointer check accidentally disabled (#796293) 2018-05-21 13:37:01 +01: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 Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
SWRaid_Info.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
TreeView_Detail.cc port-to-gtk3: Block Gtk::TreeSelection changed handler on tree model clear (#7) 2019-02-11 08:57:18 +00:00
Utils.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
Win_GParted.cc Remove now unused Dialog_Progress::signal_get_libparted_version (!34) 2019-04-03 20:45:31 +00:00
btrfs.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
exfat.cc Move struct FS and FS_Limits into FileSystem.h 2018-01-28 10:09:35 -07:00
ext2.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
f2fs.cc Drop fsck.f2fs -y option not available before f2fs-tools 1.10.0 (!29) 2019-03-26 08:08:10 +00:00
fat16.cc Remove left behind commented #includes from fat16.cc 2019-02-20 16:15:17 +00:00
hfs.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
hfsplus.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
jfs.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
linux_swap.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
luks.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
lvm2_pv.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
main.cc Also write "Root privileges are required ..." message to stderr (!34) 2019-04-03 20:45:31 +00:00
minix.cc Add support for minix file system (!12) 2018-08-24 20:22:08 +01:00
nilfs2.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
ntfs.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
reiser4.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
reiserfs.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00
udf.cc Replace String::ucompose() with Glibmm equivalent (#46) 2019-03-27 16:45:22 +00:00
xfs.cc port-to-gtk3: Rework Glibmm header includes (#7) 2019-02-11 08:57:18 +00:00