Answer the question
In order to leave comments, you need to log in
How to configure image compression from linux mint context menu?
Hello! I just can’t figure out the problem, in Linux Mint the Caja file manager supports scripts from the ~/.config/caja/scripts folder, I put the following script there, which should compress the image with loss of quality:
#!/bin/sh
file=$CAJA_SCRIPT_SELECTED_URIS
jpegoptim -m40 $file
zenity --info --text="Сжатие фото успешно завершено!"
fi
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question