Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxde/libfm
Core library of PCManFM file manager
https://github.com/lxde/libfm
Last synced: 18 days ago
JSON representation
Core library of PCManFM file manager
- Host: GitHub
- URL: https://github.com/lxde/libfm
- Owner: lxde
- License: gpl-2.0
- Created: 2013-07-18T19:00:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T16:38:40.000Z (3 months ago)
- Last Synced: 2024-08-23T18:33:59.783Z (3 months ago)
- Language: C
- Homepage:
- Size: 14 MB
- Stars: 61
- Watchers: 11
- Forks: 45
- Open Issues: 42
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
Notes for compilation:
1. This library requires:
- Libtool.
- Intltool 0.40.0 or newer.
- GLib 2.22.0 or newer.
- GTK+ 2.18.0 or newer.
- Libmenu-cache 0.3.2 or newer.2. Optional dependencies:
- Gtk-doc-tools 1.14 or newer.
- Dbus-Glib-1.
- Libexif.Notes for runtime environment:
1. The file alteration monitor is done via GFileMonitor built into glib.
It relies on inotify on Linux, kqueue on FreeBSD, and FAM or gamin
on others. On Linux, no additional dependency is needed. However,
for systems like NetBSD, you may need a working FAM daemon.2. To get remote filesystem support, trash:///, and computer:/// support,
libfm needs gvfs. Please install gvfs and its related backends
if you need these features.3. Volume management is done with glib, which relies on gvfs.
If you don't want to use gvfs, try the --enable-udisks configure option.
Libfm has a built-in volume management implementation done with udisks.
However, it's still experimental and may be unstable.
Use gvfs whenever possible.4. If you're using Linux, mounting volumes without root privileges is
supported by gvfs and udisks, given you have correct policy-kit
configurations. If you have problems mounting/unmounting devices,
check your policykit configurations. Either your permission settings
are wrong, or there is no policykit agent running. There must be
something wrong and it's not a bug of libfm/pcmanfm.