Mercurial > geeqie.yaz
annotate plugins/rotate/rotate.desktop @ 1648:415c597f815f
use AdjustMenu for now
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Sat, 20 Jun 2009 11:43:32 +0900 |
parents | 34c71cbbbd26 |
children | 7cd0f91329e2 |
rev | line source |
---|---|
1641 | 1 [Desktop Entry] |
2 Version=1.0 | |
3 Type=Application | |
4 Name=Apply the orientation to image content | |
5 | |
6 # call the helper script | |
7 Exec=geeqie-rotate %f | |
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:
1641
diff
changeset
|
14 #X-Geeqie-Menu-Path=EditMenu/OrientationMenu |
415c597f815f
use AdjustMenu for now
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents:
1641
diff
changeset
|
15 X-Geeqie-Menu-Path=EditMenu/AdjustMenu |
1641 | 16 |
17 # It can be made verbose | |
18 # X-Geeqie-Verbose=true | |
19 | |
20 MimeType=image/jpeg;image/png;image/tiff; |