contrib: fix desktop file
A Gentoo user found that the .desktop file was failing validation.
Bug: https://bugs.gentoo.org/834145
Link: https://834145.bugs.gentoo.org/attachment.cgi?id=765905
Fixes: 5abc3cab96
("contrib: add xdg desktop entry")
Signed-off-by: Moritz Poldrack <git@moritz.sh>
Acked-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
parent
d2c239292e
commit
c1636f8d75
1 changed files with 1 additions and 11 deletions
|
@ -13,14 +13,4 @@ Type=Application
|
|||
Icon=utilities-terminal
|
||||
Terminal=true
|
||||
Exec=aerc %u
|
||||
|
||||
[Desktop Action compose]
|
||||
Name=Compose mail
|
||||
|
||||
# enable as default mailto: handler using
|
||||
# xdg-mime default aerc.desktop x-scheme-handler/mailto
|
||||
Exec=aerc %u
|
||||
MimeType=x-scheme-handler/mailto;
|
||||
Type=Application
|
||||
Icon=utilities-terminal
|
||||
Terminal=true
|
||||
MimeType=x-scheme-handler/mailto
|
||||
|
|
Loading…
Reference in a new issue