Andy Holmes
Andy Holmes
As far as I know, GSConnect applies no formatting to phone numbers. The only thing it does do is strip non-numeric characters for equality comparisons, but that doesn't modify the...
What ends up in the UI may be overridden by the provided contacts list (e.g. `~/.cache/gsconnect//contacts.json`), but there again we just assume the phone is providing data in a format...
I came across this while investigating a similar bug in my own extension. FWIW, the correct solution seems to be: global.create_app_launch_context(0, -1) Which is now used many places in Gnome...
I think you are right. A client should never request a pair when it already thinks it's paired. This is because the local device can request a pair if it...
Are the controls available, or are they disabled/invisible?
In that case, it's because Firefox is not reporting them on the MPRIS interface. They may not be available for the media, or not supported for the [Media Session API](https://developer.mozilla.org/en-US/docs/Web/API/Media_Session_API)....
Those websites may not support that function, but I'm not familiar with Firefox's MPRIS implementation, sorry :/
@rodneyrod Was your vision to make mconnect a drop in Dbus replacement as well? It's possible to use [vala-dbus-binding-tool](https://github.com/freesmartphone/vala-dbus-binding-tool) to clone KDE Connect's Dbus services but if the indicator and...
@rodneyrod I think you have it right, on second thought there's no reason (other than the Chrome extension) I see to use the _same_ DBus interface, but using DBus could...
@rodneyrod Sorry, I somehow was confused into thinking this was your repository, thanks for being a sounding board :)