utilities-terminal Open Terminal Here 1625464892101213-1 exo-open --working-directory %f --launch TerminalEmulator Example for a custom action * stock_xfburn-new-data-composition burn image 1538553626029561-2 xfburn -i %f *.iso;*.nrg;*.img;*.cue gksu-root-terminal Open Root Terminal 1538553626029577-4 gksu xfce4-terminal Open Root Terminal window here * important Run As Root 1538553626029586-5 gksu thunar %d Run As Root * org.xfce.mousepad-root Edit As Root 1538553626029593-6 gksu -l mousepad %f Edit the selected file as root user * application-pdf Export to PDF 1538553626029601-7 unoconv -f pdf %F Export to PDF *.doc;*.docx;*.odp;*.ods;*.odt;*.pps;*.ppt;*.pptx;*.xls;*.xlsx object-rotate-right Rotate 90° Right 1538553626029610-8 convert %F -rotate 90 %F Rotate an image 90° to the right *.jpg;*.jpeg;*.JPG;*.JPEG;*.png;*.PNG;*.tif;*.tiff;*TIF;*.TIFF object-rotate-left Rotate 90° Left 1538553626029620-9 convert %F -rotate -90 %F Rotate an image 90° to the left *.jpg;*.jpeg;*.JPG;*.JPEG;*.png;*.PNG;*.tif;*.tiff;*TIF;*.TIFF transform-rotate Rotate 180° 1538553626029629-10 convert %F -rotate 180 %F Rotate an image 180° *.jpg;*.jpeg;*.JPG;*.JPEG;*.png;*.PNG;*.tif;*.tiff;*TIF;*.TIFF gtk-convert Convert JPG to PNG 1538553626029637-11 mogrify -format png %F Convert the selected JPG graphic files to PNG *.jpg;*.jpeg;*.JPG;*.JPEG gtk-convert Convert TIF to PNG 1538553626029644-12 mogrify -format png %F Convert the selected TIF graphic filesto PNG *.tif;*.tiff;*.TIF;*.TIFF gtk-convert Convert TIF to JPG 1538553626029651-13 mogrify -format jpg %F Convert the selected TIF graphic files to JPG *.tif;*.tiff;*.TIF;*.TIFF gtk-convert Convert PNG to JPG 1538553626029658-14 mogrify -format jpg %F Convert the selected PNG files to JPG *.png;*.PNG gtk-convert Convert PNG to TIF 1538553626029665-15 mogrify -format tif %F Convert the selected PNG graphic files to TIF *.png;*.PNG gtk-convert Convert xpm to png 1538553626029672-16 mogrify -format png %F gimps-default saved format to png *.xpm xfce-graphics Resize to 8 Pixels Wide 1538553626029678-17 mogrify -resize 8 %F Resize image files to 8 pixels in width * xfce-graphics Resize to 16 Pixels Wide 1538553626029684-18 mogrify -resize 16 %F Resize image files to 16 pixels in width * xfce-graphics Resize to 22 Pixels Wide 1538553626029691-19 mogrify -resize 22 %F Resize image files to 22 pixels in width * xfce-graphics Resize to 24 Pixels Wide 1538553626029697-20 mogrify -resize 24 %F Resize image files to 24 pixels in width * xfce-graphics Resize to 32 Pixels Wide 1538553626029704-21 mogrify -resize 32 %F Resize image files to 32 pixels in width * xfce-graphics Resize to 48 Pixels Wide 1538553626029710-22 mogrify -resize 48 %F Resize image files to 48 pixels in width * xfce-graphics Resize to 64 Pixels Wide 1538553626029717-23 mogrify -resize 64 %F Resize image files to 64 pixels in width * xfce-graphics Resize to 72 Pixels Wide 1538553626029723-24 mogrify -resize 72 %F Resize image files to 72 pixels in width * xfce-graphics Resize to 96 Pixels Wide 1538553626029730-25 mogrify -resize 96 %F Resize image files to 96 pixels in width * xfce-graphics Resize to 128 Pixels Wide 1538553626029736-26 mogrify -resize 128 %F Resize image files to 128 pixels in width * xfce-graphics Resize to 256 Pixels Wide 1538553626029743-27 mogrify -resize 256 %F Resize image files to 256 pixels in width * xfce-graphics Resize to 450 Pixels Wide 1538553626029750-28 mogrify -resize 450 %F Resize image files to 450 pixels in width * xfce-graphics Resize to 600 Pixels 1538553626029757-29 mogrify -resize 600 %F Resize image files to width of 600 pixels * emblem-photo Add 1 Pixel Black Border 1538553626029763-30 mogrify -bordercolor Black -border 1 %F Add 1 pixel black border to images * emblem-photo Add 2 Pixel Black Border 1538553626029771-31 mogrify -bordercolor Black -border 2 %F Add 2 pixel black border to images * application-x-7z-compressed Create .7z archive 1538553626029779-32 7z a -t7z %n.7z %N Create *.7z file from selected files * application-x-rar Create .rar archive 1538553626029788-33 rar a %n.rar %n Compress directory contents as *.tar.gz file * application-x-rar Create .tar.bz2 archive 1538553626029797-34 tar jcf %n.tar.bz2 %n Compress directory contents as *.tar.bz2 file * application-x-7z-compressed Create .tar.gz archive 1538553626029805-35 tar czvf %n.tar.gz %n Compress directory contents as *.tar.gz file * application-x-cpio Create .tar.xz archive 1538553626029815-36 tar Jcf %n.tar.xz %n Compress directory contents as *.tar.xz file * application-x-lzma-compressed-tar Create .zip archive 1538553626029824-37 zip %n.zip %N Create *.zip file from selected files * package-x-generic Extract .7z archive 1538553626029830-38 7z x %n Extract .7z file here *.7z package-x-generic Extract .rar archive here 1538553626029838-39 unrar x %n Extract .rar file here *.rar package-x-generic Extract .tar.bz2 archive here 1538553626029845-40 tar -jxvf %n Extract .tar.bz2 file here *.tar.bz2 package-x-generic Extract .tar.gz archive here 1538553626029852-41 tar -xzvf %n Extract .tar.gz file here *.tar.gz package-x-generic Extract .zip archive here 1538553626029859-42 unzip %n Extract .zip file here *.zip package-x-generic SPEC dependency log for removal 1538553626029866-43 xfce4-terminal -H --execute rmvpkg %f SPEC dependency log for removal *.remove package-x-generic RPM extract 1538553626029873-44 rpm2cpio %d/%n | cpio -idmv RPM extract *.rpm package-x-generic RPM install 1538553626029882-45 xfce4-terminal -H -T "Please provide root password to install RPM" --execute su -c " apt-get install %F" RPM install *.rpm package-x-generic SRPM install for build 1538553626029889-46 xfce4-terminal -H --execute rpm -ivh %f SRPM install for build *.src.rpm;*.nosrc.rpm package-x-generic Install dependencies 1538553626029897-47 xfce4-terminal -H --execute addpkg %f Install dependencies *.spec package-x-generic Prepare only 1538553626029904-48 xfce4-terminal -H --execute rpmbuild -bp %f Prepare only *.spec package-x-generic Compile only 1538553626029911-49 xfce4-terminal -H --execute rpmbuild -bc --short-circuit %f Compile only *.spec package-x-generic Prepare and Compile 1538553626029918-50 xfce4-terminal -H --execute rpmbuild -bc %f Prepare and Compile *.spec package-x-generic Prepare, Compile and Install 1538553626029925-51 xfce4-terminal -H --execute rpmbuild -bi %f Prepare, Compile and Install *.spec package-x-generic Install only 1538553626029932-52 xfce4-terminal -H --execute rpmbuild -bi --short-circuit %f Install only *.spec package-x-generic List check 1538553626029939-53 xfce4-terminal -H --execute rpmbuild -bl %f List check *.spec package-x-generic Build binary 1538553626029946-54 xfce4-terminal -H --execute rpmbuild -bb %f Build binary *.spec package-x-generic Build SRPM 1538553626029953-55 xfce4-terminal -H --execute rpmbuild -bs %f Build SRPM *.spec package Build all, create build logfile 1538553626029961-56 xfce4-terminal -H --command="rpmbuild -ba %f 2>&1 | tee %f.log" Build all, create build logfile *.spec package Build All 1538553626029968-57 xfce4-terminal -H --execute rpmbuild -ba %f Build All *.spec edit-copy Copy To ... 1538553626029976-58 cp %F $(zenity --file-selection --directory) Copy To ... * document-export Move To ... 1538553626029985-59 mv %F $(zenity --file-selection --directory) Move To ... * checksum-hash Compute md5sum Checksum 1538553626029996-60 zenity --info --title="Check md5sum for %n" --text="$(md5sum %n)" | zenity --progress --percentage="50" --auto-kill --auto-close --title="Checksum utility" --text="Calculating md5sum for %n" Compute a md5sum checksum file * checksum-hash Create md5sum Checksum 1538553626030006-61 md5sum %n > %n.md5sum | zenity --progress --percentage="50" --auto-kill --auto-close --title="Checksum utility" --text="Creating md5sum for %n" Create md5sum checksum file * utilities-terminal Check md5sum 1538553626030015-62 zenity --info --title="Check md5 for %n" --text="$(md5sum -c %f)" | zenity --progress --percentage="50" --auto-kill --auto-close --title="Checksum utility" --text="Checking md5sum for %n" Check md5sum * media-playback-start preview media 1538553626030024-63 mpv %N -vo x11 -really-quiet -endpos 4 play 4 secounds of one or multiple mediafiles * edit-find-replace Strip Spaces and Underscores From Filenames 1538553626030034-64 for file in %f; do mv "$file" `echo $file | sed -e 's/ /-/g' -e 's/_/-/g'`; done replace spaces and underscores in filenames *