Results 417 comments of Andy Holmes

@bboozzoo I'd like to start writing a gnome-shell extension, but I'd like to know if you're going to copy the KDE Connect DBus interface, and if you will continue using...

For what it's worth KDE Connect uses the device ID as an index, which works out well since it's a mostly static and unique property. For example "/org/kde/kdeconnect/devices/[device-id]" as a...

@bboozzoo What is the difference between 'paired' and 'allowed'? Is it like connected->trusted?

@bboozzoo sounds good, I pushed the beginning of an extension to [andyholmes/gnome-shell-extension-mconnect](https://github.com/andyholmes/gnome-shell-extension-mconnect), comments welcome.

@khurshid-alam I don't know anything about AppIndicators, maybe you should check out [indicator-kdeconnect](https://github.com/Bajoja/indicator-kdeconnect) which may support mconnect in the future when it's more complete.

@khurshid-alam If Vala was the way you wanted to go, it would be best to get in touch with [Bajoja on this issue](https://github.com/Bajoja/indicator-kdeconnect/issues/38). The extension I wrote is for Gnome...

Closing as a duplicate of #1610

If you want to add a progress bar over D-Bus, you'll have to modify the [`Core.Transfer`](https://github.com/GSConnect/gnome-shell-extension-gsconnect/blob/main/src/service/core.js#L479) class and then modify the [`GSConnectSharePlugin.shareFile()`](https://github.com/GSConnect/gnome-shell-extension-gsconnect/blob/main/src/service/plugins/share.js#L262) method to take advantage of it. Currently GSConnect...

Yeah, it's been awhile since I looked into that part of GSConnect. I'd expect this to take more or less three steps: 1. `Core.Transfer`: implement progress tracking Instead of using...

Closing, since I guess everyone got it working eventually? Re-open if not :)