- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello. ![]()
I am passionate about electronics and have been using the Eagle editor for almost 20 years.
Of which a very long time on the Linux platform.
For obvious reasons I use the free license. ![]()
Recently I wanted to get acquainted with novelties that have been added to the latest version of Eagle. That's why I started to run it.
I encountered the following error:
08:23 kaktus@donica:/opt/eagle-9.2.0$ ./eagle terminate called after throwing an instance of 'std::runtime_error' what(): locale::facet::_S_create_c_locale name not valid Przerwane 08:23 kaktus@donica:/opt/eagle-9.2.0$
which I handled as follows:
08:33 donica:/opt/eagle-9.2.0# echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
08:33 donica:/opt/eagle-9.2.0# locale-gen
Generating locales (this might take a while)...
en_US.UTF-8... done
Generation complete.
08:33 donica:/opt/eagle-9.2.0# ./eagle
QStandardPaths: wrong ownership on runtime directory /run/user/504, 504 instead of 0
Sandboxing disabled by user.
inotify_add_watch("/root/.local/share/Eagle/cloud-processing/3d-models-jobs-EF5KMX5AGCHA.json") failed: "No such file or directory"You can see some warnings, but this allows to run the program.
The problem is that the changed configuration causes clutter in my environment. The language settings are confused, which is not good. ![]()
My system has a Polish interface.
Is this situation known to somebody?
Maybe there is a better solution that I don't know?
Solved! Go to Solution.