PCManFM: Difference between revisions
imported>Samueldr m Use syntaxhighlight |
imported>Krey No edit summary |
||
Line 3: | Line 3: | ||
== Installation == | == Installation == | ||
Install the <code>pcmanfm</code> package. Add <code>lxmenu-data</code> to be offered a list of "Installed applications" when opening a file. | Install the <code>pcmanfm</code> package. | ||
=== Additional features === | |||
Add <code>lxmenu-data</code> to be offered a list of "Installed applications" when opening a file. | |||
Add <code>shared_mime_info</code> to recognise different file types. | |||
For USB mounting support, install <code>gvfs</code> and add the following line to your configuration:[https://github.com/NixOS/nixpkgs/issues/29137] | For USB mounting support, install <code>gvfs</code> and add the following line to your configuration:[https://github.com/NixOS/nixpkgs/issues/29137] |
Revision as of 19:25, 13 January 2018
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" ];