PCManFM

From NixOS Wiki
Revision as of 19:25, 13 January 2018 by imported>Krey

PCManFM is a free file manager application and the standard file manager of LXDE.

Installation

Install the pcmanfm package.

Additional features

Add lxmenu-data to be offered a list of "Installed applications" when opening a file.

Add shared_mime_info to recognise different file types.

For USB mounting support, install gvfs and add the following line to your configuration:[1]

  environment.variables.GIO_EXTRA_MODULES = [ "${pkgs.gvfs}/lib/gio/modules" ];