helloSystem / helloSystem/LinuxRuntime

Install/configure locales

Open
#13 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Shell
Stars
6
Forks
2
PR merge metrics
No merged PRs in 30d

Description

```
FreeBSD% ./SuperSlicer-ubuntu_18.04-gtk2-2.4.58.2.AppImage --appimage-extract-and-run
Initializing StaticPrintConfigs
An error occured while setting up locale.
You may need to reconfigure the missing locales, likely by running the "locale-gen" and "dpkg-reconfigure locales" commands.
SuperSlicer will now terminate.

locale::facet::_S_create_c_locale name not valid
```
Workaround:

```
FreeBSD% export LOCALE=C
FreeBSD% export LANG=C
FreeBSD% ./SuperSlicer-ubuntu_18.04-gtk2-2.4.58.2.AppImage --appimage-extract-and-run
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.