Mercurial > geeqie.yaz
comparison plugins/rotate/rotate270.desktop @ 1614:f6c8b76d41ca
Add .desktop files to restore lossless jpeg rotation via editors.
author | zas_ |
---|---|
date | Tue, 26 May 2009 19:41:22 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1613:c85dc2a7d6da | 1614:f6c8b76d41ca |
---|---|
1 [Desktop Entry] | |
2 Version=1.0 | |
3 Type=Application | |
4 Name=Rotate 90 degrees counterclockwise | |
5 Name[fr]=Rotation 90° vers la gauche | |
6 | |
7 # call the helper script | |
8 Exec=geeqie-rotate 270 %f | |
9 | |
10 # Desktop files that are usable only in Geeqie should be marked like this: | |
11 Categories=X-Geeqie; | |
12 OnlyShowIn=X-Geeqie; | |
13 | |
14 # Show in menu "File" | |
15 X-Geeqie-Menu-Path=FileMenu/FileOpsSection | |
16 | |
17 # It can be made verbose | |
18 #X-Geeqie-Verbose=true | |
19 | |
20 MimeType=image/jpeg;image/jpg; |