David Hewitt

Results 128 comments of David Hewitt

@jhaygood86 Can you add an update to this issue (or close it), with the current status of how this is on recent versions of elementary OS?

I don't think this is a particularly good idea. It might solve those issues for you, but cause different issues for other people. `auto` is the default because it's supposed...

I can still confirm this on a fresh install. Running `sudo update-desktop-database /var/lib/flatpak/exports` seems to resolve it. I wonder if this isn't running properly in CI when the iso is...

To help debug this, could you: - Press e at the "Try or install elementary OS" screen - You will be presented with an editor, the 2nd line should end...

@ryonakano Can you update this issue with the current status of where we're up to on this?

`autoclean` does not uninstall packages, it removes caches used by `apt`. So, I think your package is probably being removed at a different stage.

Worth noting that CRC32 is not a "secure" checksum in the sense that it's very easy to generate collisions. So, it would be trivial for someone to download an ISO,...

I'm not 100% sure but I think the issues here are because touchégg doesn't run on the DBus bus. It's creates a UNIX socket that the clients connect to and...

There has been a PR merged that potentially improves/fixes this issue: https://github.com/elementary/appcenter/pull/1298 If anyone that can reproduce the issue is comfortable building and installing AppCenter from source using the instructions...

@eliocamp Can you run AppCenter with debugging output by running the following commands and then copy and paste the output: ``` killall io.elementary.appcenter G_MESSAGES_DEBUG=all io.elementary.appcenter ```