Mike Almeloo

Results 27 comments of Mike Almeloo

I made the image using Win32DiskImager, and afaik that program only makes 1:1 copies. I also tried another image (32 GB) and got exactly the same error.

By the way: one of the images is a NOOBS dual boot, but since the other one doesn't work either, I don't think that's the problem.

But that shouldn't break the other image, should it?

Hi! It's nice to see that you've been using the program for such a long time 🙂 As you may or may not have noticed from the message I put...

Hey! Thanks for notifying me about this. I just tried running the latest version on my arch system and I'm getting the same error as you. I'm not entirely sure...

That's interesting... I'm honestly kind of clueless how PyQt works with fonts on Linux, so I have no idea why that happens. I suspect this is an issue with the...

I couldn't help myself. Quick update: PyInstaller packages the `libfontconfig.so.1` from the system that the module was built on. My guess is that these warnings: ``` Fontconfig warning: "/etc/fonts/fonts.conf", line...

It should be pretty simple, yes. There's a build script in the root of the repo, so you can just clone it and run `python3 build.py build`. If you can't...

whoops, sorry for that. I just pushed a commit that fixes the `python-m` error as well as the `PyQt5-sip` one. It should build successfully now. I'll probably create a "bugfix"...

I just set up GitHub Actions and tried building some releases, and I'm no longer getting any warnings whatsoever on my arch system. There's still some issues related to the...