Append a semicolon to the mime types in the desktop file.
According to the spec the list of mime types in a desktop file 'should' end with a trailing semicolon.
This commit is contained in:
parent
25ac3e9932
commit
fbcd3a9680
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Name=Midori Web Browser
|
||||||
GenericName=Web Browser
|
GenericName=Web Browser
|
||||||
Comment=Lightweight web browser
|
Comment=Lightweight web browser
|
||||||
Categories=GTK;Network;
|
Categories=GTK;Network;
|
||||||
MimeType=text/html;text/xml;application/xhtml+xml;application/xml
|
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;
|
||||||
Exec=midori %u
|
Exec=midori %u
|
||||||
Icon=web-browser
|
Icon=web-browser
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
|
Loading…
Reference in a new issue