NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.64k stars 13.8k forks source link

Cura needs LC_NUMERIC=C #53524

Open FeepingCreature opened 5 years ago

FeepingCreature commented 5 years ago

When running on a locale such as de_DE that has different number formats, Cura will fail to load STL files that use fractional coordinates, since they will fail to parse. To work around this, LC_NUMERIC=C should be set in the Cura wrapper script.

stale[bot] commented 4 years ago

Thank you for your contributions.

This has been automatically marked as stale because it has had no activity for 180 days.

If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.

Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse.
  3. Ask on the #nixos channel on irc.freenode.net.
FeepingCreature commented 4 years ago

Ping :)

stale[bot] commented 3 years ago

I marked this as stale due to inactivity. → More info

FeepingCreature commented 3 years ago

pingping :)

stale[bot] commented 3 years ago

I marked this as stale due to inactivity. → More info

FliegendeWurst commented 2 years ago

Let's also notify the maintainers: @abbradar @gebner

abbradar commented 2 years ago

Is this an upstream problem? We possibly need to report it there. If this is a NixOS issue instead we need to research it further -- setting LC_NUMERIC may just hide a real problem.