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

Move cmark -> cmark-gfm because it's fork of cmark; update xorg-libX11-dev deps, update gdk-pixbuf, gtk+ (currently slightly broken because of cups incompletion).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 05 15:27:57 2017 +0300 (2017-04-05)
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:
5 * Desktop-independent, following FreeDesktop standards;
6 * Fast, light on memory usage, and responsive - well suited to less powerful
7 hardware such as netbooks and thin clients;
8 * Uses GIO/GVFS (like Nautilus) for Trash support and access to remote file
9 systems (FTP, SFTP, WebDAV, Windows shares, etc.);
10 * Clipboard operations are compatible with GTK+/GNOME and Qt/KDE;
11 * Supports both Drag-and-Drop, and the X Direct Save protocol;
12 * Reusable design with the core functions separated out to simplify porting
13 to other GUIs.
15 This package contains the core library.