User Tools

Site Tools


pcmanfm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pcmanfm [2020/10/26 17:30] – ↷ Links adapted because of a move operation 23.104.161.111pcmanfm [2022/12/18 19:12] (current) – custom action links, reshuffling a little rjt
Line 1: Line 1:
 ====== PCManFM ====== ====== PCManFM ======
-Nice Linux filemanager+Nice Linux [[file manager]]
  
 ===== Customising ===== ===== Customising =====
  
 ==== Custom Actions ==== ==== Custom Actions ====
-You can add //custom actions// to the right-click menu (context menu). These are shown in the context menu for all files((FIXME: Actually, I think you can set them to appear in specfic contexts)). To define them, create a ''.desktop'' file in ''~/.local/share/file-manager/actions/''.+You can add //custom actions// to the right-click menu (context menu). To define them, create a ''.desktop'' file in ''~/.local/share/file-manager/actions/''.
  
-NB: these are also compatible with the [[tool:software:nautilus]] file manager.+NB: these are also compatible with the [[Nautilus]] file manager. 
 + 
 +===Examples=== 
 + 
 +Open directory or file/s in batch renaming tool [[GPRename]]: 
 + 
 +<file ini GPRename.desktop> 
 +[Desktop Entry] 
 +Type=Action 
 +Profiles=open 
 +Name=Batch rename... 
 +Icon=gprename 
 + 
 +[X-Action-Profile open] 
 +MimeTypes=all/all 
 +Exec=gprename %f 
 +</file
 + 
 +  * https://linuxconfig.org/how-to-extend-pcmanfm-with-custom-actions 
 +  * https://wiki.archlinux.org/title/PCManFM#Adding_custom_items_to_the_context_menu 
 +  * https://wiki.manjaro.org/index.php?title=PCmanFM-Qt#Creating_Custom_Actions 
 +  * https://forums.bunsenlabs.org/viewtopic.php?id=7248 
 +  * [[github>qkzoo/pcmanfm-custom-actions]] 
 +  * [[github>madebits/linux-pcmanfm-actions]] 
 +  * [[github>paius1/pcmanfm-actions]] 
 +  * [[github>stefonarch/custom-actions]]
  
 ==== Custom Openers ==== ==== Custom Openers ====
Line 15: Line 40:
  
 right-click > 'Open __W__ith...' '__C__ustom Command Line', and then entering commands and giving it a name. right-click > 'Open __W__ith...' '__C__ustom Command Line', and then entering commands and giving it a name.
 +
 +You could also do this with § [[#Custom Actions]].
 +
 +=== Examples ===
  
 I have one to mount ''.iso'' files, which is really handy: I have one to mount ''.iso'' files, which is really handy:
Line 21: Line 50:
  
 Found that here: https://askubuntu.com/questions/537352/gui-to-mount-disk-images-iso-etc-in-xubuntu Found that here: https://askubuntu.com/questions/537352/gui-to-mount-disk-images-iso-etc-in-xubuntu
- 
-=== Examples === 
- 
-  * https://wiki.manjaro.org/index.php?title=PCmanFM-Qt#Creating_Custom_Actions 
-  * http://lxlinux.com/pcmanfm-actions.html 
-  * http://www.bernaerts-nicolas.fr/linux/323-lubuntu-trusty-empty-trash-menu 
-  * [[github>madebits/linux-pcmanfm-actions]] 
-  * [[github>paius1/pcmanfm-actions]] 
-  * [[github>qkzoo/pcmanfm-custom-actions]] - Has one for generating md5sum. 
-  * [[github>stefonarch/custom-actions]] 
  
 ==== See Also ==== ==== See Also ====
Line 41: Line 60:
   * [[github>alessandro-g89/libfm-taglib-columns]] - audio tag columns.   * [[github>alessandro-g89/libfm-taglib-columns]] - audio tag columns.
   * [[github>alessandro-g89/gtk-column-group]]   * [[github>alessandro-g89/gtk-column-group]]
 +  * https://docs.xfce.org/xfce/thunar/media-tags
 +
 +==== Thumbnails ====
 +
 +Like [[Thunar]], and I think other [[GTK]] file managers, you can add support for generating thumbnails for additional kinds of files using [[Tumbler]] (not [[Tumblr]]!; dunno why not Thumbler). To add custom things to Tumbler you just put a little text file in ''/usr/share/thunmbnailers'', which is similar to to a [[file_kinds#desktop|.desktop file]]. I haven't tested if ''~/.local/share/thumbnailers'' works.
 +
 +My favourite thing to add is support for generating folder icons for directories of music and films, based on ''folder.jpg'' found inside. This is a thing [[microsoft_windows|Windows]] does by default, and it's nice to have it back. You just need an additional script to tell it how to get the images.
 +
 +  * [[arch>extra/x86_64/tumbler/|tumbler]]
 +  * [[aur>tumbler-extra-thumbnailers]] (comes setup to use ''folder.*'', ''cover.*'')
 +  * [[aur>tumbler-folder-thumbnailer]] (comes setup to use ''.folder.jpg'', ''.folder.png'', ''.folder.svg'')
 +  * https://docs.xfce.org/xfce/tumbler/available_plugins
  
 ===== See Also ===== ===== See Also =====
   * https://wiki.lxde.org/en/PCManFM   * https://wiki.lxde.org/en/PCManFM
 +
 +{{tag>software Linux file-manager guide}}
pcmanfm.1603693828.txt.gz · Last modified: 2020/10/26 17:30 by 23.104.161.111