Skip to content

Add MimeType of Images to desktop file #725

Closed
@antrrax

Description

@antrrax

Please add MimeType of images in the file 'org.ksnip.ksnip.desktop' in the root of the AppImage, under '[Desktop Entry]'

MimeType=image/bmp;image/gif;image/x-icon;image/jpeg;image/png;image/svg+xml;image/tiff;image/webp;

So Ksnip can automatically integrate into the context menu of image files.

[Desktop Entry]
Type=Application
Exec=ksnip
Icon=ksnip
Terminal=false
StartupNotify=false
Name=ksnip
GenericName=ksnip Screenshot Tool
Comment=Cross-platform screenshot tool that provides many annotation features for your screenshots.
Categories=Utility;
Actions=Area;LastArea;FullScreen;Window;

MimeType=image/bmp;image/gif;image/x-icon;image/jpeg;image/png;image/svg+xml;image/tiff;image/webp;

Comment[pt_BR]=Ferramenta de captura de tela de Cross-plataforma que fornece muitos recursos de anotação para suas capturas de tela.

X-AppImage-Version=1.10.0-continuous

[Desktop Action Area]
Exec=ksnip -r
Icon=ksnip
Name=Capture a rectangular area

[Desktop Action LastArea]
Exec=ksnip -l
Icon=ksnip
Name=Capture last selected rectangular area

[Desktop Action FullScreen]
Exec=ksnip -m
Icon=ksnip
Name=Capture a fullscreen

[Desktop Action Window]
Exec=ksnip -a
Icon=ksnip
Name=Capture the focused window

See how it looks with the AppImage changed like the .desktop file above:
59kJ71.md.png


Note:
And if possible add this function to all packaging versions, both windows and linux.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions