Xfce Wiki

Sub domains
 

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
xfce:tumbler:4.16:available_plugins:start [2022/12/05 10:49] – Update from main gaelxfce:tumbler:4.16:available_plugins:start [2023/07/04 15:47] (current) – Backport from 4.18 gael
Line 135: Line 135:
 Name=Folder Thumbnailer Name=Folder Thumbnailer
 MimeType=inode/directory; MimeType=inode/directory;
-Exec=sh -c '~/bin/folder-thumbnailer %s %i %o %u'+Exec=sh -c '~/bin/folder-thumbnailer "$@"'%s %i %o %u
 </file> </file>
  
Line 159: Line 159:
 Don't forget to give execution permission to the file: Don't forget to give execution permission to the file:
  
-  chmod u+x /usr/bin/folder-thumbnailer+  chmod u+x ~/bin/folder-thumbnailer
      
 and to restart Thunar and Tumbler so that the new folder mime type is taken into account. and to restart Thunar and Tumbler so that the new folder mime type is taken into account.
Line 175: Line 175:
 Name=Text Thumbnailer Name=Text Thumbnailer
 MimeType=text/plain;text/html;text/css; MimeType=text/plain;text/html;text/css;
-Exec=sh -c '~/bin/textthumb %s %i %o'+Exec=sh -c '~/bin/textthumb "$@"'%s %i %o
 </file> </file>
  
Line 212: Line 212:
 Name=webp Thumbnailer Name=webp Thumbnailer
 MimeType=image/webp; MimeType=image/webp;
-Exec=sh -c '~/bin/webpthumbs %s %i %o'+Exec=sh -c '~/bin/webpthumbs "$@"'%s %i %o
 </file> </file>
  
Line 237: Line 237:
 Name=STL Thumbnailer Name=STL Thumbnailer
 MimeType=model/stl; MimeType=model/stl;
-Exec=sh -c '~/bin/stl-thumbnailer %i %o %s'+Exec=sh -c '~/bin/stl-thumbnailer "$@"'%i %o %s
 </file> </file>