Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libfm-1.4.1-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: libfm Distribution: openSUSE Tumbleweed
Version: 1.4.1 Vendor: openSUSE
Release: 1.1 Build date: Tue Jan 20 10:17:39 2026
Group: Development/Libraries/C and C++ Build host: reproducible
Size: 170777 Source RPM: libfm-1.4.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.lxde.org/
Summary: A glib/gio-based lib used to develop file managers
A glib/gio-based library providing some file management utilities and
related-widgets missing in gtk+/glib. This is the core of PCManFM. The
library is desktop independent (not LXDE specific) and has clean API.
It can be used to develop other applications requiring file management
functionality. For example, you can create your own file manager with
facilities provided by libfm.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Tue Jan 20 2026 Michael Vetter <mvetter@suse.com>
  - Update to 1.4.1:
    * Fixed missing smooth up/down scrolling in compact view.
    * Updated the list of mime types handled by xarchiver, file-roller,
      engrampa and ark.
    * Updated Catalan translation.
* Fri Feb 21 2025 Michael Vetter <mvetter@suse.com>
  - Update to 1.4.0:
    * Updated translations.
    * Fixed a vulnerability related to trusted locations.
    * GCC 14 compilation support.
    * Updated the list of mime types handled by xarchiver.
    * Removed mime type definitions provided by shared-mime-info.
    * Terminals in terminals.list are allowed to have no open_arg entry.
    * Added germinal, kitty, mintty, and alacritty to terminals.list.
    * Added a setting for the ISO 8601 date format.
    * Fixed not setting $DISPLAY on Wayland.
    * Added a setting to open files with a single middle-click.
    * Fixed various drag and drop bugs with XDirectSave.
    * Added a missing filter name.
    * Enabled smooth scrolling.
    * Fixed background color with GTK3.
    * Increased the width of the file properties dialog.
    * Added the MIME type to the file properties dialog.
    * Source cache is now cleared after data drop.
    * Corrected check for the stamp file to rebuild the vala code.
  - Drop upstreamed: fix-gcc14.patch
* Tue Dec 17 2024 Ana Guerrero <ana.guerrero@suse.com>
  - Add patch to support gcc14 -Werror=incompatible-pointer-types
    fix-gcc14.patch
* Thu Feb 29 2024 pgajdos@suse.com
  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN
* Mon Feb 15 2021 Dirk Müller <dmueller@suse.com>
  - update to 1.3.2:
    * Fixed all/allfiles parse conditions in FmAction, it was inverted.
    * Fixed 'SelectionCount' condition parsing in FmAction if '=' was used.
    * Fix memory access error if home path == desktop path.
    * Added treating /usr/local/share/ as trusted for *.desktop files.
    * Fixed value for amount of data transferred in progress dialog.
    * Fixed preferred height in fm-cell-renderer-text.
    * Fixed search_window immediately disappearing on Wayland.
    * Changed thumbnails placement according to the XDG Base Directory
      Specification.
    * Changed xarchiver command invocation to create archive. It was incompatibly
      changed by the author in 2017.
    * Don't set $DISPLAY for spawned process, let it be inherited from parent.
    * Fixed memory leak on sn_id in fm-action.c.
* Sat Jun 15 2019 Antoine Belvire <antoine.belvire@opensuse.org>
  - Removed calls to update-mime-database/update-desktop-database
    from scriptlets: They are automatically performed via RPM file
    triggers.
  - Ran spec-cleaner.
* Tue Dec 25 2018 Michael Vetter <mvetter@suse.com>
  - Update to 1.3.1:
    * Fixed crash on reload while directory changes (folder might be not ready yet).
    * Changed size of large thumbnails to 512 since 256*256 appears to be small on
      hi-res displays.
    * Added application/gzip to archivers.list file next to application/x-gzip.
    * Added image/x-compressed-xcf to archivers.list file for xarchiver.
* Mon Oct 22 2018 mvetter@suse.com
  - Update to 1.3.0.2:
    * Fixed launching menu entries shortcuts on desktop which was broken by making
      them all executable in 1.3.0 - those should be launchable still.
    * Fixed installing modules into non-standard path: libtool couldn't relink them
      properly.
    * Added emblem support by reading the "metadata::emblems" attribute provided by
      GFileInfo. The metadata is provided by gio/gvfs and are currently stored in
      $XDG_DATA_HOME/gvfs-metadata.
    * Fixed typo: occured -> occurred.
    * Made desktop entries treaten as executables. Now clicking on a native desktop
      file opens a confirmation dialog instead of executing it. Trashed desktop
      files are only opened as text files and desktop files under system menu
      (i.e. menu://applications/) are executed without prompt as before.
    * Fixed build error with vala 0.36.1.
    * Fixed crash on launching nonexistent link targets.
    * Added tooltips for attributes of copying files.
    * Fixed thumbnails generation for files in the thumbnails cache directory which
      actually should never be done.
    * Fixed crash on pasting large string when completion matches.
    * Prevented creation corrupted image thumbnails with gdk-pixbuf2 >= 2.36.1.
    * Fixed crash in fm_config_load_from_file().
    * Dropped displaying "extension" for a directory.
    * Fixed crash on pasting a file into the search folder, show an error message
      when the copy destination doesn't exist instead.
    * Added new API for FmAction new object type, to replace old VALA-generated
      code. New API is more convenient, C instead of VALA, and should support all
      DES-API specification features, not just limited set.
    * Migrated module 'gtk-menu-actions' to new DES-EMA actions API.
    * Added display of data transferred to progress dialog.
    * Fixed wrong names for files, copied from Google Drive and similar places.
  - Remove libfm-1.2.5-gtk-doc-workaround.patch: upstreamed
* Wed Dec 20 2017 mvetter@suse.com
  - bsc#1073719: Fix build with gtk-doc 1.27:
    * Add libfm-1.2.5-gtk-doc-workaround.patch
* Sat Mar 04 2017 mvetter@suse.com
  - In the last change the following patches got removed
    by trcs@gmx.com because they are included in the new
    upstream version:
    * libfm-1.2.3-Fix-SF902.patch
    * libfm-Additional-fix-after-SF902.patch
    * libfm-1.2.3-Fix-SF922.patch
    * libfm-1.2.3-Fix-SF914.patch
    * libfm-1.2.3-Use-G_SPAWN_DO_NOT_REAP_CHILD-on-applicaton-launch.patch
    * libfm-1.2.3-Fix-SF946.patch
    * libfm-1.2.3-Fix-SF925-and-SF938.patch
    * libfm-1.2.3-Return-back-the-workaround-on-thumbnailers.patch
    * libfm-1.2.3-Fix-SF937.patch
    * libfm-1.2.3-Fix-SF935.patch
    * libfm-1.2.3-Fix-SF915.patch
    * libfm-1.2.3-Reset-cached-data-if-drag-context-was-changed.patch
    * libfm-1.2.3-Fix-uninitialized-data-in-drag-motion-callback.patch
    * libfm-1.2.3-Fix-SF953.patch
    * libfm-1.2.3-Fix-SF921.patch
    * libfm-1.2.3-Fix-SF932.patch
    * libfm-1.2.3-Fix-dropping-files-onto-applications.patch
    * libfm-1.2.3-Fix-desktop-file-name-for-urxvt.patch
    * libfm-1.2.3-Fix-SF954.patch
    * libfm-1.2.3-Fix-SF950.patch
    * libfm-1.2.3-Fix-SF959.patch
    * libfm-1.2.3-Fix-SF965.patch
    * libfm-1.2.3-Fix-crash-on-cancelling-FmDirListJob.patch
    * libfm-1.2.3-Fix-SF919.patch
    * libfm-1.2.3-Fix-SF967.patch

Files

/etc/xdg/libfm
/etc/xdg/libfm/libfm.conf
/usr/lib64/libfm
/usr/lib64/libfm/modules
/usr/lib64/libfm/modules/gtk-fileprop-x-desktop.so
/usr/lib64/libfm/modules/gtk-fileprop-x-shortcut.so
/usr/lib64/libfm/modules/gtk-menu-actions.so
/usr/lib64/libfm/modules/gtk-menu-trash.so
/usr/lib64/libfm/modules/vfs-menu.so
/usr/lib64/libfm/modules/vfs-search.so
/usr/share/libfm/images
/usr/share/libfm/images/folder.png
/usr/share/libfm/images/unknown.png
/usr/share/libfm/terminals.list
/usr/share/mime/packages/libfm.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Feb 1 22:31:09 2026