- Executable file rootfs-template/etc/xdg/rox.sourceforge.net/MIME-thumb/image_x-compressed-xcf — part of check-in [ce380d9df7] at 2013-10-04 06:20:11 on branch trunk — move rox handlers from rox package to rootfs-template; remove handlers that don't exist in FatdogArm (user: james
Artifact 67732bca63bc7668cb41317b46fb65d5a96a5bfb:
1 #!/bin/ash
2 # create thumbnail for gimp compressed image (.xcf.bz2)
3 # $1-path to source, $2-path to output (not used), $3-pixel size (not used)
4 exec gimp -ic -b "(rox-create-thumbnail \"$1\")" -b '(gimp-quit 0)'