Alexander Huszagh

Results 294 comments of Alexander Huszagh

The repository owner has to be the one to submit the [PR](https://github.com/flathub/flathub/wiki/App-Submission) for inclusion onto Flathub. > 1. Fork the Flathub repository on GitHub > 2. Clone the fork: git...

Yep, that will be the PR, and then you can submit it to Flathub via the PR from there.

Can you try renaming the user fontconfig files (so the system doesn't load them) and then seeing if works? If it still doesn't, you can always restore them. To remove...

Interesting, I run Fedora 35 and have an XFCE install, so I'll play around with this a bit. This is a historic issues with XFCE's compositor (issues with the fontconfig...

@DaVukovic Yeah, I have. Unfortunately, and I know this is the **least** helpful advice and I'd be happy to try to debug further, but it doesn't replicate on my machine....

If we install packages from Debian for some of these toolchains, we can support a lot more architectures. Potential solutions include: - `mips64-unknown-linux-gnuabi64`: (amd64 arm64 i386 mips64el mipsel ppc64el) -...

> Just observation I encountered issue with latest libc crate (0.2.126) requiring newer glib version > > ``` > /target/release/build/libc-542d813a522391b3/build-script-build: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /target/release/build/libc-542d813a522391b3/build-script-build) > /target/release/build/libc-542d813a522391b3/build-script-build:...

Can you add the `-vv` flag to the invocation for the verbose output?

I've tried installing that exact version and running the build on Windows (not inside WSL2, but using the WSL2 backend), and this doesn't seem like a `cross` issue. Error code...

> ``` > $ docker run --rm -it ghcr.io/cross-rs/x86_64-pc-windows-gnu:main /bin/sh > $ echo $? > 53 > $ docker run --rm -it ghcr.io/cross-rs/x86_64-pc-windows-gnu /bin/sh > # workable > ``` >...