wok-next view libfm/description.libfm.txt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
parents
children
line source
1 LibFM provides file management functions built on top of Glib/GIO, giving
2 a convenient higher-level API.
4 Some features:
6 * Desktop-independent, following FreeDesktop standards;
7 * Fast, light on memory usage, and responsive - well suited to less powerful
8 hardware such as netbooks and thin clients;
9 * Uses GIO/GVFS (like Nautilus) for Trash support and access to remote file
10 systems (FTP, SFTP, WebDAV, Windows shares, etc.);
11 * Clipboard operations are compatible with GTK+/GNOME and Qt/KDE;
12 * Supports both Drag-and-Drop, and the X Direct Save protocol;
13 * Reusable design with the core functions separated out to simplify porting
14 to other GUIs.
16 This package contains the core library.