KDE Partition Manager

Edit Package partitionmanager

This software allows you to manage your disks, partitions and file systems:
Create, resize, delete, copy, backup and restore partitions with a large number of supported file systems (ext2/3, reiserfs, NTFS, FAT32 and more).

It makes use of external programs to get its job done, so you might have to install additional software (preferably packages from your distribution) to make use of all features and get full support for all file systems.

Refresh
Refresh
Source Files
Filename Size Changed
partitionmanager-3.3.1.tar.xz 0001332860 1.27 MB
partitionmanager.changes 0000010344 10.1 KB
partitionmanager.spec 0000003516 3.43 KB
Latest Revision
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 571293 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 2)
- Update to 3.3.1
  * Fix one crash when resizing LVM logical volumes
- Update to 3.3.0
  * some improvements for Btrfs, F2FS, NTFS file systems
  * first bits of new LUKS2 on-disk format support, now KDE
    Partition Manager can display LUKS2 labels
- Update to 3.2.1
  * Fix a broken QRegularExpression in LVM VG name validator.
- Update to 3.2.0
  * Added support for UDF file system (this change requires
    util-linux 2.30). While adding support for UDF, the following
    general improvements were made:
    + KPM now supports setting label for file systems where it can
      only be done during initial formating (e.g. nilfs2 or udf)
    + File system label widget (QLineEdit) now validates its input
      for certain file systems (at the moment only FAT and UDF),
      not just maximum label length.
  * Detection support for ISO9660 file system
- Update to 3.1.2
  * Add back translated docs that were missing in 3.1.1
- Update to 3.1.1
  * Fix a crash when clicking cancel in ApplyProgressDialog.
    (kde#384348)
- Update to 3.1.0
  * Workaround for a change/bug (see kde#380974) in KNotifications
    5.33 that in some cases caused KMessageBoxes to hang for a few
    seconds.
- Adjust build requirements, Qt 5.7.0 and Frameworks 5.31.0 are
  needed now
- Use %kf5_find_htmldocs to generate the documentation file list
- Update to 3.0.1
- Update to 3.0.0
- Sync with KDE:Unstable:Extra
- Update license to GPL-3.0
- Update to 2.2.1
- Adjust build requirements
- Add update-appstream-path-to-use-ECM-variable.patch to install
  the appstream data to the right place and use the 
  %{kf5_appstreamdir} macro for the file list
- Update to 2.2.0.
- Update kpmcore version requirement in spec file.
- Update to 2.1.0
- Update to 2.0.0
  * Split out the kpmcore library from the main package
- Added new build requirement kwindowsystem-devel.
- Removed unneeded build requirement fdupes.
- Update to 1.2.1:
  * Port to KDE Frameworks is complete
- Drop the udisks2 cmake option, no longer needed
- Update to 1.1.0
  * Most important changes in this release are support for Btrfs
    file system and GPT partition table. This release also adds
    support for exFAT, NILFS 2 and very basic support for ZFS,
    encrypted LUKS containers and LVM2 physical volumes. There
    are some nice GUI improvements as well, partition widget
    design was improved by Hugo Pereira Da Costa.
- Enable UDisks2 backend
- Minor spec cleanup
- Add partitionmanager-lang as recommended dependence
- Updated to 1.0.3
  * Make sure available and used capacity are not printed in a partition's
    properties dialog if they are not known
  * Make sure fsck.msdos does not want to modify a file system when it is being
    called to read the file system usage
  * Warn the user when trying to overwrite an existing partition with another or
    an image file
  * Clear the clipboard if undoing an operation deleted the partition that was in it
  * Keep the current UUID when resizing a swap partition
  * Fix the build by explicitly linking the partition manager executable against
    the KDE libs it uses
  * Do not allow pasting a source partition on a bigger target partition when the
    source partition's file system cannot be grown to fill the target partition
- Updated to 1.0.2
  * Copy a file system's UUID to the copied file system when creating a file
    system from another one.
  * Implement a workaround for a libparted bug that makes it sometimes fail to
    commit changes to the OS in versions earlier than 2.2.
  * Update the partition's file system and re-check for constraints if the
    partition's role is changed in the "Create New Partition" dialog. This fixes
    a bug where the user was not able to grow an extended partition if he'd
    previously selected a file system that cannot grow beyond a certain size.
  * Always use the correct icons in modified ok/cancel buttons in dialogs and
    message boxes
  * Fix a crash when operations to create, resize and delete an extended
    partitions where incorrectly merged into one (bug 232092)
- Updated to 1.0.1
   - Fix a bug that made it impossible to activate or deactivate a 
     swap file system.
   - Correctly handle linux swap even with newer parted versions.
   - Ask for an administrator's password on startup so that non-KDE 
     users can run the application from their launcher.
   - Use the "blkid" command as an alternative to "vol_id" if the 
     latter is unavailable.
   - Do not crash when using the Oxygen style under KDE SC 4.4.
   - Do not crash when the user clicks in the partition widget with 
     newer g++ versions.
   - Sort devices by name after scanning.
   - Don't disable updates for the partition widget while applying 
     operations. This leads to corrupted graphics unter Qt4.6.
   - Work around a LibParted segmentation fault when the Linux Device 
     Mapper is used and /dev/mapper has non-existing entries.
   - The above also works around a LibParted problem when the BIOS has 
     a floppy drive configured but none is actually present.
   - Set item height in the partition and devices lists to 32 pixel 
     to make them look less condensed.
- Updated to 1.0.0
   - Many translations heavily improved.
   - Correctly handle ext4 file systems even with patched parted 1.8.8 (and hopefully 1.8.9 too). Patch by Fatih Asici. (bug #195243)
   - Clear the partition flags for a copied partition in the preview. (bug #202346)
   - Write the new start sector to the partition's boot sector if an NTFS file system was moved or copied. (bug #202329)
- Moved to KDE:KDE4:Community
- moved to KDE:KDE4:Community
  + version 1.0.0beta3
   - Set the default file system in the New-Partition-dialog, don't just rely on it being the first one in the list.
   - Sort items in file system combo boxes case-insensitively.
   - Fix a bug where the total free space available could get smaller and smaller when moving an existing partition in a dialog.
   - Fix a bug that the progress information wasn't set as window title for the top level application window.
   - Speed up copying file systems (and thus moving, resizing and copying).
   - Add some basic timing output to the detailed report for copying file systems.
   - Find a file system's mount point even if it is identified by label in fstab.
   - Add support for reading file system labels from FAT16 and FAT32.
   - Fix a bug where the volume label for a linuxswap file system was lost when resizing it.
   - Make sure all interesting information shown in labels anywhere in the application is user-selectable with the mouse.
   - Display the UUID for most file systems that support it.
   - Always show the current file system in the partition properties dialog's file system combo box, even if it cannot be created, is too big or too small.
  
- new upstream version
- new upstream version
- modified for opensuse build service
- update to 1.0.0beta1
- update to 1.0.0alpha2
- initial build for 1.0.0-Alpha1
Comments 0
openSUSE Build Service is sponsored by