PCManFM: Difference between revisions

imported>Jchv
GIO_EXTRA_MODULES hack is no longer needed according to Jan Tojnar (https://github.com/NixOS/nixpkgs/issues/29137#issuecomment-527579650)
Rrdpad (talk | contribs)
change wikipedia link language from de to en
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[https://wiki.lxde.org/en/PCManFM PCManFM] is a free file manager application and the standard file manager of LXDE.
[[wikipedia:PCMan_File_Manager|PCManFM]] is a free file manager application and the standard file manager of LXDE.


== Installation ==
== Installation ==
Line 9: Line 9:
Add <code>lxmenu-data</code> to be offered a list of "Installed applications" when opening a file.
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.
Add <code>shared-mime-info</code> to recognise different file types.


==== USB Automounting ====
==== USB Automounting ====
Line 15: Line 15:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
  services.gvfs.enable = true;
    services.gvfs.enable = true;
</syntaxhighlight>
</syntaxhighlight>


Line 28: Line 28:
==== SAMBA mount support ====
==== SAMBA mount support ====
Configuration can be found under the [[Samba#Browsing_samba_shares_with_PCManFM|Samba wiki page]].
Configuration can be found under the [[Samba#Browsing_samba_shares_with_PCManFM|Samba wiki page]].
[[Category:Applications]]
[[Category:File Manager]]