Thunar: Difference between revisions

Klinger (talk | contribs)
m added Category:File Manager. Link to Thunar on Xfce projectdocs
m Updated the plugins section, as they are now part of the main branch and not xfce.
 
(2 intermediate revisions by 2 users not shown)
Line 24: Line 24:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
programs.thunar.plugins = with pkgs.xfce; [
programs.thunar.plugins = with pkgs; [
   thunar-archive-plugin
   thunar-archive-plugin # Requires an Archive manager like file-roller, ark, etc
   thunar-volman
   thunar-volman
];
];
Line 41: Line 41:
{{Tip|You must logout and login again, after enabling gvfs, for the plugin to be active in Thunar}}
{{Tip|You must logout and login again, after enabling gvfs, for the plugin to be active in Thunar}}


You can extend Tumbler's support to other file formats by adding more packages to <code>environment.systemPackages</code>. See [https://wiki.archlinux.org/title/File_manager_functionality#Thumbnail_previews here] for a list (the names may not match 1:1).
You can extend Thunar's support to other file formats by adding more packages to <code>environment.systemPackages</code>. See [https://wiki.archlinux.org/title/File_manager_functionality#Thumbnail_previews here] for a list (the names may not match 1:1).


== See also ==
== See also ==