You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Note:
And if possible add this function to all packaging versions, both windows and linux.
The text was updated successfully, but these errors were encountered:
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.
See how it looks with the AppImage changed like the .desktop file above:

Note:
And if possible add this function to all packaging versions, both windows and linux.
The text was updated successfully, but these errors were encountered: