Results 104 comments of Maciej Borzecki

Has anyone asked the question why the app tries to read /proc/zoneinfo in the first place?

Good idea. Though I'm not really a Debian/Ubuntu user. Perhaps someone wants to jump in and do the packaging. Given that mconnect uses autotools I can imagine that the whole...

Snap and Flatpak make more sense, i"ll try to look into that. I suppose it should be possible to cover both.

I started with snaps first. Relevant changes are in #31. So far I have somewhat mixed feelings. The resulting snap is very large, even though have tried to use a...

I planned to reply to the mailing list discussion, since it linked to this ticket I'll leave a note here. Just wanted to add that I'm looking a bit into...

I don't know if I'll have an exact copy of KDE connect's DBus interface or something that's just close enough conceptually. In fact I have not looked at kdeconnect's DBus...

allowed -> trusted (suppose the name can be changed to be in sync with kdeconnect) paired -> keys were exchanged with the device, and it's something I'm not entirely sure...

Thanks for bringing this up. The licensing stuff is confusing as usual. I suppose switching to GPLv2+ should not be much of a problem.

Unit tests are failing now: ``` ---------------------------------------------------------------------- FAIL: cmd_pack_test.go:99: SnapSuite.TestPackPacksASnap cmd_pack_test.go:117: c.Assert(matches, check.HasLen, 1) ... obtained []string = []string(nil) ... n int = 1 ---------------------------------------------------------------------- FAIL: cmd_pack_test.go:[120](https://github.com/snapcore/snapd/runs/6474084495?check_suite_focus=true#step:19:121): SnapSuite.TestPackPacksASnapWithCompressionHappy cmd_pack_test.go:129: c.Assert(matches,...