wok-6.x annotate libfm/description.txt @ rev 18134
poptop: add plugin
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 13 17:27:08 2015 +0200 (2015-06-13) |
parents | |
children |
rev | line source |
---|---|
al@17992 | 1 LibFM provides file management functions built on top of Glib/GIO, giving |
al@17992 | 2 a convenient higher-level API. |
al@17992 | 3 |
al@17992 | 4 Some features: |
al@17992 | 5 * Desktop-independent, following FreeDesktop standards; |
al@17992 | 6 * Fast, light on memory usage, and responsive - well suited to less powerful |
al@17992 | 7 hardware such as netbooks and thin clients; |
al@17992 | 8 * Uses GIO/GVFS (like Nautilus) for Trash support and access to remote file |
al@17992 | 9 systems (FTP, SFTP, WebDAV, Windows shares, etc.); |
al@17992 | 10 * Clipboard operations are compatible with GTK+/GNOME and Qt/KDE; |
al@17992 | 11 * Supports both Drag-and-Drop, and the X Direct Save protocol; |
al@17992 | 12 * Reusable design with the core functions separated out to simplify porting |
al@17992 | 13 to other GUIs. |
al@17992 | 14 |
al@17992 | 15 This package contains the core library. |