Page MenuHomeSolus

Update gparted to 0.30.0
ClosedPublic

Authored by kyrios123 on Aug 7 2017, 8:04 PM.
Referenced Files
F11054453: D782.diff
Fri, Aug 11, 12:49 AM
F11000565: D782.id2921.diff
Sat, Jul 29, 10:54 AM
F10994310: D782.id2929.diff
Tue, Jul 25, 10:16 PM
F10987889: D782.diff
Mon, Jul 24, 7:42 AM
F10942076: D782.diff
Fri, Jul 14, 9:19 AM
F10891257: D782.id2929.diff
Jun 28 2023, 11:31 PM
F10757017: D782.id.diff
May 17 2023, 6:22 AM
Subscribers

Details

Summary

This release of GParted includes enhancements, bug fixes and language translation updates.

Key changes include:

  • Interim fix for GParted fails to run as root under Wayland
  • Fix reading Unicode labels when no FS specific tools available
  • Safely quote and escape external programs arguments
  • Add support for UDF file system
  • Fix segmentation fault on disk with corrupted FAT file system
  • Fix snap-to-alignment of operations creating partitions

See the Release Notes for version 0.29 and 0.30 for more details.

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan
  • creation of a partitions on a usb stick
  • check polkit authentication

Diff Detail

Repository
R1042 gparted
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kyrios123 retitled this revision from Update gparted to 0.29.0 to Update gparted to 0.30.0.
kyrios123 edited the summary of this revision. (Show Details)
kyrios123 edited the test plan for this revision. (Show Details)

bump to version 0.30.0

Regarding the changes in the package:

  • --enable-xhost-root is an interim workaround to allow GParted to run under Wayland by using xhost to grant and revoke root access to the X11 display.
  • Polkit related patches have been dropped because Pkexec from polkit has been made the first choice graphical SU program. Also changed is that execution of the graphical SU program has been moved from gparted.desktop to the gparted shell wrapper. Therefore gparted can be run either by an unprivileged user or by root and as such is installed in $prefix/bin rather than $prefix/sbin. This additionally means distributions can drop their pkexec scripts used to launch gparted.
kyrios123 added a subscriber: JoshStrobl.

@JoshStrobl you may want to check this on your Wayland machine (I only got X11 installed)

Fix polkit policy

I made many tests: with shutdown, connecting usb storage, etc...
I also made a couple of tests to partition/format/check a usb drive after waiting 5 minutes to make sure it did not fails because of dropped privileges

This revision is now accepted and ready to land.Feb 24 2018, 5:09 PM
This revision was automatically updated to reflect the committed changes.