Martin Wimpress

Results 226 comments of Martin Wimpress

What refresh rate are you referring to?

The refresh rate is governed by the virtualization drivers; this is not something Quickemu can configure.

Sparky Linux listings are changing frequently. I am inclined to unlist Sparky.

As far as I am aware, it is not possible to reattach QEMU to a running VM that was started using the SDL or GTK backends. I have been considering...

Fixed via https://github.com/quickemu-project/quickgui/commit/208d4f8dc9663b45298cc5f6d3075a250b2f870a

Yes, I can `stat backup/owncastdb.bak` which outputs the following: ``` File: backup/owncastdb.bak Size: 5005 Blocks: 16 IO Block: 4096 regular file Device: 259,4 Inode: 542956512 Links: 1 Access: (0600/-rw-------) Uid:...

Yes, I can `gunzip` it if I copy it to `owncastdb.gz` ```shell cp owncastdb.bak owncastdb.gz gunzip owncastdb.gz ``` Which outputs: ``` gzip: owncastdb.gz: decompression OK, trailing garbage ignored ``` I...

This is due to a bug in `quickemu` which was fixed via https://github.com/quickemu-project/quickemu/pull/1264 in Quickemu 4.9.5

Fixed via https://github.com/quickemu-project/quickgui/commit/b1350b825fed49fb2e8501a7f0d0e07c157c7775 and https://github.com/quickemu-project/quickgui/commit/d7f962fe4c0bb2453ea158423a662bcc451096f0