* Merge desktop files Use Desktop Actions instead of installing three different files, this would prevent confusion (see #140) and will make easier to maintain a single desktop entry. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887466 https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#extra-actions * Desktop entry cleanup Translations were removed to start clean and because they need to be updated to match the new Name.
21 lines
415 B
Desktop File
21 lines
415 B
Desktop File
[Desktop Entry]
|
|
Name=Flameshot
|
|
GenericName=Screenshot tool
|
|
Comment=Powerful yet simple to use screenshot software.
|
|
Keywords=flameshot;screenshot;capture;
|
|
Exec=flameshot
|
|
Icon=flameshot
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Graphics;
|
|
StartupNotify=false
|
|
Actions=Configure;Capture;
|
|
|
|
[Desktop Action Configure]
|
|
Name=Configure
|
|
Exec=flameshot config
|
|
|
|
[Desktop Action Capture]
|
|
Name=Take screenshot
|
|
Exec=flameshot gui
|