gpsprune: add media type associations
Allows selection of GpsPrune in GNOME’s “Open With…” menu.
This commit is contained in:
parent
5455f592a5
commit
c54fc2a40f
@ -17,12 +17,17 @@ stdenv.mkDerivation rec {
|
||||
desktopItems = [
|
||||
(makeDesktopItem {
|
||||
name = "gpsprune";
|
||||
exec = "gpsprune";
|
||||
exec = "gpsprune %F";
|
||||
icon = "gpsprune";
|
||||
desktopName = "GpsPrune";
|
||||
genericName = "GPS Data Editor";
|
||||
comment = meta.description;
|
||||
categories = [ "Education" "Geoscience" ];
|
||||
mimeTypes = [
|
||||
"application/gpx+xml"
|
||||
"application/vnd.google-earth.kml+xml"
|
||||
"application/vnd.google-earth.kmz"
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user