wok
annotate libfm/description.txt @ rev 22205
updated xorg-libXScrnSaver and xorg-libXScrnSaver-dev (1.2.2 -> 1.2.3)
author |
Hans-G?nter Theisgen |
date |
Mon Nov 11 14:09:40 2019 +0100 (2019-11-11) |
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.
|