flathub / com.mojang.Minecraft

https://flathub.org/apps/details/com.mojang.Minecraft
32 stars 13 forks source link

Unset SSL_CERT_FILE at start #147

Open jakiki6 opened 10 months ago

jakiki6 commented 10 months ago

Hello, I've been trying to get the Minecraft launcher to run using this on GNU Guix. It just simply doesn't start. As it turns out, curl terminates with curl: (77) error setting certificate file: /run/current-system/profile/etc/ssl/certs/ca-certificates.crt since SSL_CERT_FILE is set to outside of the sandbox.

It would be nice if you added it so this environment variable is unset before launching the launcher.

AsciiWolf commented 10 months ago

Interesting! Thank you for reporting this.

@SystemlessDev Could you take a look at this problem? Thanks!