lp://staging/gnome-disk-utility
- Get this branch:
- bzr branch lp://staging/gnome-disk-utility
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.gnome.org/gnome-disk-utility.
Last successful import was .
Recent revisions
- 2373. By Kai Lüke <email address hidden>
-
Keep FS mounted while growing partition
Growing the partition for offline resize caused
a rediscovery in UDisks to led to GVFs automount
which lets the Disks filesystem resize call fail.A good solution is to keep the filesystem mounted
while growing the partition, as it is done in the
online resize already. This way there will be no
rediscovery and automount, and the filesystem can
be unmounted afterwards to be grown. From this point
there will be no automount coming because the partition
size is not touched anymore. - 2371. By Stas Solovey
-
Update Russian translation
(cherry picked from commit 95f06e3d03e25ef
41672ed9c9bf781 a446845fb1) - 2366. By Kai Lüke <email address hidden>
-
Redesign Format Dialog
Since the format dialog used hiding of widgets it was
sometimes jumping around. The appearance of the passphrase
entries were bound to a special LUKS+Ext4 mixed entry
within a combo box. Also that apporach does not scale well
if other filesystems should be listed for encryption.The dialog is redesinged and implemented with several pages,
and thus adaptive to the needs of adding partitions, a new
custom filesystem list and encryption, step for step.
The default FS choices are still kept and shown via radio
buttons on the format page. - 2365. By Kai Lüke <email address hidden>
-
Show mount options for swap volumes
The mount option dialog for editing /etc/fstab was
only shown for swap volumes if they were already
present in /etc/fstab.Now the mount options are always accessible for
swap volumes. Their mount point is fixed to 'none'
because that is the only valid option, opts default
to 'sw' and type to swap. The irrelevant options
are insensitive. - 2364. By Kai Lüke <email address hidden>
-
Fix SIGSEGV in gdu_utils_
get_all_ contained_ objects The variable block_object was used as argument without
testing whether it is NULL.The depending code after assignment is now guarded with
a if-block.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)