Mercurial > geeqie.yaz
annotate plugins/rotate/rotate.desktop.in @ 1752:7cd0f91329e2
import 1768 and 1789 together
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Fri, 29 Jan 2010 19:16:00 +0900 |
parents | 61bd3a2f633d |
children |
rev | line source |
---|---|
1642 | 1 [Desktop Entry] |
2 Version=1.0 | |
3 Type=Application | |
4 _Name=Apply the orientation to image content | |
5 | |
6 # call the helper script | |
1717
61bd3a2f633d
added possibility to use geeqie-rotate as a standalone script
nadvornik
parents:
1648
diff
changeset
|
7 Exec=geeqie-rotate -g %f |
1642 | 8 |
9 # Desktop files that are usable only in Geeqie should be marked like this: | |
10 Categories=X-Geeqie; | |
11 OnlyShowIn=X-Geeqie; | |
12 | |
13 # Show in menu "Edit/Orientation" | |
1648
415c597f815f
use AdjustMenu for now
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
1642
diff
changeset
|
14 #X-Geeqie-Menu-Path=EditMenu/OrientationMenu |
415c597f815f
use AdjustMenu for now
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
1642
diff
changeset
|
15 X-Geeqie-Menu-Path=EditMenu/AdjustMenu |
1642 | 16 |
17 # It can be made verbose | |
18 # X-Geeqie-Verbose=true | |
19 | |
20 MimeType=image/jpeg;image/png;image/tiff; |