file-roller/file-roller-3.4-change-archiver-priority.patch
Dominique Leuenberger dd655afbc6 - Update to version 44.4:
+ Features:
    - Added bzip3 support.
    - File selector: show volumes and allow to mount unmounted
      volumes.
    - New archive dialog: allow to use all the possible extensions
      a mime type supports, and allow to specify a name without
      extension, which will be concatenated to the selected
      extension to get the full name.
    - File selector: save and restore the sort order.
    - Properties dialog: show an icon, make the headerbar flat.
  + Bugfixes:
    - Error opening rar archive in RAR4 format and password
      protected.
    - Rar: fixed file list parsing for some encrypted archives.
    - Fixed error when renaming a file inside an encrypted archive.
    - Disabled the native appchooser by default.
    - 'Show destination' sometimes opens the wrong folder.
    - 'Show destination' sometimes doesn't show anything.
    - Use the native appchooser only for a single file.
    - Show flat headerbar in empty state.
    - Fixed error messages impossible to close.
    - Fixed segfaults when opening an empty .deb file.
    - --extract-to keeps asking to create a directory.
    - Fixed wrong context menu item activation.
    - Avoid the exit timeout unless file-roller was launched with
      `--service`.
    - Error when opening the created archive after saving as 7zip
      multi-volume.
  + Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=323
2024-11-25 14:18:52 +00:00

21 lines
861 B
Diff

Index: file-roller-43.alpha/src/fr-init.c
===================================================================
--- file-roller-43.alpha.orig/src/fr-init.c
+++ file-roller-43.alpha/src/fr-init.c
@@ -345,6 +345,7 @@ register_archives (void)
register_archive (fr_command_tar_get_type ());
register_archive (fr_command_cfile_get_type ());
+ register_archive (fr_command_zip_get_type ());
register_archive (fr_command_7z_get_type ());
register_archive (fr_command_dpkg_get_type ());
@@ -360,7 +361,6 @@ register_archives (void)
register_archive (fr_command_rpm_get_type ());
register_archive (fr_command_unsquashfs_get_type ());
register_archive (fr_command_unstuff_get_type ());
- register_archive (fr_command_zip_get_type ());
register_archive (fr_command_lrzip_get_type ());
register_archive (fr_command_zoo_get_type ());
#if HAVE_JSON_GLIB