Please use this thread for discussion regarding
https://help.ubuntu.com/community/ThunarCustomActions
Support threads should be posted in normal forums.
Thank you.
Please use this thread for discussion regarding
https://help.ubuntu.com/community/ThunarCustomActions
Support threads should be posted in normal forums.
Thank you.
Convert animated gif from selected images:
command "convert" is a part of imagemagick, and more customisation you will find http://www.imagemagick.org/script/co...line-tools.phpCode:convert -loop 0 -dispose 2 %F %F.gif
This custom action need a polishing - don't now how - sometimes imagemagick croping images.
Edited:this custom command make smaller gif'sCode:convert -loop 0 -dispose 2 -layers OptimizeTransparency %F %F.gif
Resolution of animated gif is taken from first image in selection. If first have 100x200 pixels - animation will get same resolution.
This command great for my, cause pencil (program to create animations) not exporting to any file
And my kids like to draw animations for theirs phones
Last edited by scania_gti; August 19th, 2012 at 09:05 PM.
You must first have a lot of patience to learn to have patience.
/Stanislaw Lec
A nice simple one
Nano as Root
you could add your password to cut out having to type it (not secure):Code:xfce4-terminal -e "sudo nano %f"
Code:xfce4-terminal -e "echo "yourpasswd" | sudo -S nano %f"
Last edited by Merrattic; September 3rd, 2012 at 01:40 AM.
The best things in life are free, so what are we paying for?
Here is a Thunar custom action that will send a file's basename, stripped of its file identifier, to xclip. It works for filenames with extra periods in them, as well as for filenames with spaces in them:
IHTH someone!Code:qtnhygghj=%n ; echo -n "${qtnhygghj%%.*}" | xclip -selection c
Hello.
3 actions to manage samba share from thunar right-click on folder are documented below:
http://ubuntuforums.org/showthread.php?t=2311605
Could you please add them to the doc page? I don't have right access to do it. thanks.
Here is a Thunar custom action that will display a zenity window containing an image's Exif data that is contained in the "Exif comment" line of said data:
IHTH someone!Code:exiv2 %f 2>&1 | grep -e "Exif comment" | zenity --width=800 --height=240 --text-info --title "%n Exif Comment Data"
Hi,
on my Xubuntu 16.04 the "terminal -e" actions doesn't work. The one which works is "xfce4-terminal -e". Maybe the page needs to be updated with 'xfce4-terminal' instead of 'terminal'?
Bookmarks