gnome-maps: associate with geo: URI (seen via fosdem.org, and gnome-maps copy-to-clipboard)

This commit is contained in:
2025-01-24 05:55:59 +00:00
parent 37bb0cf076
commit a368fb3fb2

View File

@@ -46,5 +46,6 @@
persist.byStore.private = [ ".local/share/gnome-maps" ];
mime.associations."x-scheme-handler/maps" = "org.gnome.Maps.desktop"; # e.g. `maps:q=1600%20Pennsylvania%20Ave`
mime.associations."x-scheme-handler/geo" = "org.gnome.Maps.desktop"; # e.g. `geo:50.812375,4.38073;u=100`
};
}