Frank Dana
Frank Dana
I, too, am still getting the warning with v57, on Fedora 40 with GNOME 46. Reopening to track that straggler message. The linked bug [was fixed in gjs](https://gitlab.gnome.org/GNOME/gjs/-/merge_requests/928), but having...
This _eventually_ went away, yay. (Now we have issues with `Gio.InputStream`, `Gio.ApplicationData`, etc. being _removed_ in the latest GLib releases, causing problems unless we switch everything else over to `GioUnix`....
Suggestion, change the issue title to: > Fedora Media Writer pauses when second USB drive is inserted since `mediawriter` is never _writing to_ the second drive; it doesn't have the...
MediaWriter has other issues with device updates, beyond the progress thing. Like: 1. Start the application with two USB drives inserted. (So, it shows a dropbox with two items to...
As an in-betweening of this, in https://github.com/rpm-software-management/dnf5/issues/785#issuecomment-2585599434 I suggested changing the "replacing" line format for same-package replacements from: ```text replacing ``` to: ```text replacing ``` Which would help with the...
@kontura > This is already setup for `doc/tutorial` so presumably a similar approach could be used. I suppose that might work, if it was limited to the plugin templates. With...
The way I see it, there are two ways we could approach this. One would be to have `sendPacket()` in `service/device.js` check the `packet.type` of any packet it's passed against...
It's also worth noting that both of the packet types in question are [officially deprecated](https://github.com/KDE/kdeconnect-meta/blob/work/protocol-schemas/protocol.md#kdeconnectbatteryrequest) in the KDE Connect protocol, so we definitely shouldn't expect that paired devices want to...
@elpraga With v66? That's [supposed to work](https://github.com/GSConnect/gnome-shell-extension-gsconnect/pull/1997)! The situation is that KDE Connect declared that device names with parentheses (and many other characters) _are_ invalid, but instead of rejecting them...
Not until next week at the earliest, I'm afraid.