pmaports/device/main/device-purism-librem5/org.freedesktop.GeoClue2.service
Clayton Craft 4c5c74bb8a
purism-librem5: use gnss-share with geoclue (MR 3698)
This fixes gnss out of the box on the librem 5, by configuring geoclue
to use gnss-share as a nmea source.

I went this route, of overriding a .service file that invokes geoclue
with a command line option, because forking this .service file is much
nicer than forking geoclue.conf. The conf file will likely change over
time to add new app permissions or whatever, and it's unlikely
(hopefull!) that this .service file will change much upstream...

[ci:skip-build] already built successfully in CI
2022-12-08 22:56:53 -08:00

5 lines
155 B
Desktop File

[D-BUS Service]
Name=org.freedesktop.GeoClue2
Exec=/usr/libexec/geoclue --nmea-socket /var/run/gnss-share.sock
User=geoclue
SystemdService=geoclue.service