11 lines
206 B
Desktop File
11 lines
206 B
Desktop File
|
[Desktop Entry]
|
||
|
Type=Service
|
||
|
MimeType=image/*;
|
||
|
Actions=convertToJpg
|
||
|
|
||
|
[Desktop Action convertToJpg]
|
||
|
Name=Convert to JPG
|
||
|
Icon=convert
|
||
|
Exec=magick "%u" -set filename:base "%[basename]" "%[filename:base].jpg"
|
||
|
|