Re: Multi-client location access

2024-12-18 Thread Teemu Ikonen
On 17/12/2024 15.57, Dan Williams wrote: On Mon, 2024-12-09 at 13:35 +0100, Teemu Ikonen wrote: Hi, In Geoclue we're wondering (https://gitlab.freedesktop.org/geoclue/geoclue/-/merge_requests/176) how to deal with multiple clients using ModemManager for location info. [...] Out of curiosity,

Re: Multi-client location access

2024-12-17 Thread Enrico Mioso
Dear All, I am under the impression it's better to implement a new API as needed, breaking existing clients if necessary: I am under the impression we don't have a lot of MM clients using location services after all and furthermore I don't think mmcli should be counted as one of them since it l

Re: Multi-client location access

2024-12-17 Thread Dan Williams
On Mon, 2024-12-09 at 13:35 +0100, Teemu Ikonen wrote: > Hi, > > In Geoclue we're wondering > (https://gitlab.freedesktop.org/geoclue/geoclue/-/merge_requests/176) > how to deal with multiple clients using ModemManager for location > info. > > The straightforward approach of enabling location gat

Multi-client location access

2024-12-10 Thread Teemu Ikonen
Hi, In Geoclue we're wondering (https://gitlab.freedesktop.org/geoclue/geoclue/-/merge_requests/176) how to deal with multiple clients using ModemManager for location info. The straightforward approach of enabling location gathering on client startup and disabling it on exit does not work, bec