Andy Holmes
Andy Holmes
> KDEConnect has a CompositeUploadFileJob.java class... Yeah, that's not really the root of the problem here, although it would help. The real problem here is that I put the packet...
It's been awhile since I looked at the composite transfer code. I believe it goes something like: 1. Uploading device may send `kdeconnect.share.request.update` with the (initial) transfer plan 2. Either...
Also, keep in mind there will still need to be a "vanilla" transfer for notification icons, etc.
GSConnect is a community-driven project now, so if you want something changed or added you need open a pull request with those changes. The maintainers are really only here to...
It's possible to overwrite other keyboard shortcuts if you skip the check. So I would say there should probably just be a label added to the keyboard editor warning about...
You can either enable auto-push in settings, or use the `clipboardPush` GAction. There is no user documentation in GSConnect for using [GActions](https://developer.gnome.org/documentation/tutorials/actions.html) though.
It doesn't look like clipboard push/pull were ever added to the [CLI options](https://github.com/GSConnect/gnome-shell-extension-gsconnect/wiki/CLI-Scripting), but I'd accept a PR for that if someone's interested.
Sure, issue #1167 has been looking for a volunteer for a while :slightly_smiling_face: There are a few hints to get someone started on it, I'm sure that code hasn't changed...
GNOME Shell will indeed require all extensions to port to ESModules. Whether GSConnect is/will be abandoned is up to the community, as it has been a community-driven project for the...
There's a porting guide, if you want to give a shot: [Port Extensions to GNOME Shell 45](https://gjs.guide/extensions/upgrading/gnome-shell-45.html)