Skip to content

setenv("LANG", ...) too late #4319

Closed
Closed
@Floessie

Description

Alberto extended the MultiLangMgr to set the "LANG" environment variable in #4278. This is definitely the way to go, but doesn't fix the problem for me:

Version: 5.3-514-gac1238e7
Branch: dev
Commit: ac1238e7
Commit date: 2018-01-22
Compiler: cc 6.3.0
Processor: x86_64
System: Linux
Bit depth: 64 bits
Gtkmm: V3.22.0
Lensfun: V0.3.2.0
Build type: release
Build flags:  -std=c++11 -march=native -Werror=unused-label -fopenmp -Werror=unknown-pragmas -Wall -Wno-unused-result -Wno-deprecated-declarations -O3 -DNDEBUG
Link flags:  -march=native
OpenMP support: ON
MMAP support: ON

If I place the setenv() in front of gtk_init() it's effective, but not after it.

Best,
Flössie

Metadata

Assignees

Labels

type: bugSomething is not doing what it's supposed to be doing

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions