Pierre Ossman (ThinLinc team)

Results 306 comments of Pierre Ossman (ThinLinc team)
trafficstars

Sorry for the delay. Yes, things appear to work better now with 01ccd42a6624be0127c090631b8f702a8bb70870. I'm unable to find any combination of card/reader insertion or removal that it misses. Thanks for the...

Seems to be better, but still incorrect for ThinLinc. The order is now reversed compared to the metainfo order. But the bug might be in that file, rather than flathub...

Seems to be working nicely as far as I can tell. Thanks for the fix!

`--auto-deconfigure` would possibly be a workaround, but that still behaves different than what `apt` does, and happens to trigger a bug in the package scripts in our case.

Not sure. I can see. Or if I can make some mockup packages that show the problem. Let me get back to you.

Alright, here are some dummy packages that exposes the issue. Using this playbook: ```yaml --- - hosts: all remote_user: root tasks: - name: Install old packages package: deb: /root/old-package-a_1.0.0-1_all.deb,/root/old-package-b_1.0.0-1_all.deb -...

I also disovered yet another reason to avoid `dpkg`. `apt` considers a pair of `Breaks:`/`Replaces:` a complete package replacement and removes the old package in favour of the former. `dpkg`...

Nice find! It looks like this was broken all the way back to when exclusive support was added in 56d12ed. It was papered over in f651a8a, but that didn't really...

You are welcome to submit a PR if you have some fixes that you think are appropriate to merge here.