PCManFM: Difference between revisions

imported>Krey
Created page with "[https://wiki.lxde.org/en/PCManFM PCManFM] is a free file manager application and the standard file manager of LXDE. == Installation == Install the <code>pcmanfm</code> pack..."
 
imported>Samueldr
m Use syntaxhighlight
Line 7: Line 7:
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]


<code>
<syntaxhighlight lang="nix">
environment.variables.GIO_EXTRA_MODULES = [ "${pkgs.gvfs}/lib/gio/modules" ];
  environment.variables.GIO_EXTRA_MODULES = [ "${pkgs.gvfs}/lib/gio/modules" ];
</code>
</syntaxhighlight>