• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H05-Feb-2021-5,8345,565

docs/H05-Feb-2021-2,8032,285

m4/H05-Feb-2021-9,3778,470

po/H05-Feb-2021-113,84188,254

src/H03-May-2022-95,96367,577

AUTHORSH A D02-Feb-20211.7 KiB4339

COPYINGH A D16-Apr-201814.9 KiB281237

ChangeLogH A D16-Apr-20180

Makefile.amH A D16-Apr-2018941 5240

Makefile.declH A D16-Apr-20183.5 KiB9162

Makefile.inH A D05-Feb-202134.9 KiB1,080945

NEWSH A D02-Feb-202134.5 KiB847567

READMEH A D16-Apr-20181.4 KiB3730

TODOH A D16-Apr-20188 KiB203143

acinclude.m4H A D16-Apr-20181.1 KiB2927

aclocal.m4H A D05-Feb-202170.6 KiB2,0241,840

ar-libH A D16-Apr-20185.7 KiB271210

compileH A D05-Feb-20217.2 KiB349259

config.guessH A D16-Apr-201842.9 KiB1,4631,270

config.h.inH A D05-Feb-20212.7 KiB10872

config.subH A D16-Apr-201835.5 KiB1,8261,688

configureH A D03-May-2022544.5 KiB18,61915,634

configure.acH A D05-Feb-202110.8 KiB368321

depcompH A D05-Feb-202123 KiB792502

gtk-doc.makeH A D05-Feb-20219.9 KiB306259

install-shH A D16-Apr-201814.8 KiB509329

libfm-extra.pc.inH A D16-Apr-2018307 1210

libfm-gtk.pc.inH A D16-Apr-2018388 1210

libfm-gtk3.pc.inH A D16-Apr-2018380 1210

libfm.pc.inH A D16-Apr-2018320 1210

ltmain.shH A D05-Feb-2021316.8 KiB11,1577,986

missingH A D05-Feb-20216.7 KiB216143

README

1Notes for compilation:
21. This library requires:
3   - Libtool.
4   - Intltool 0.40.0 or newer.
5   - GLib 2.22.0 or newer.
6   - GTK+ 2.18.0 or newer.
7   - Libmenu-cache 0.3.2 or newer.
8
92. Optional dependencies:
10   - Gtk-doc-tools 1.14 or newer.
11   - Dbus-Glib-1.
12   - Libexif.
13
14
15Notes for runtime environment:
161. The file alteration monitor is done via GFileMonitor built into glib.
17   It relies on inotify on Linux, kqueue on FreeBSD, and FAM or gamin
18   on others. On Linux, no additional dependency is needed. However,
19   for systems like NetBSD, you may need a working FAM daemon.
20
212. To get remote filesystem support, trash:///, and computer:/// support,
22   libfm needs gvfs. Please install gvfs and its related backends
23   if you need these features.
24
253. Volume management is done with glib, which relies on gvfs.
26   If you don't want to use gvfs, try the --enable-udisks configure option.
27   Libfm has a built-in volume management implementation done with udisks.
28   However, it's still experimental and may be unstable.
29   Use gvfs whenever possible.
30
314. If you're using Linux, mounting volumes without root privileges is
32   supported by gvfs and udisks, given you have correct policy-kit
33   configurations. If you have problems mounting/unmounting devices,
34   check your policykit configurations. Either your permission settings
35   are wrong, or there is no policykit agent running. There must be
36   something wrong and it's not a bug of libfm/pcmanfm.
37