<div dir="ltr"><div dir="ltr">Hi all.<div><br></div><div>I'm trying to work around a strange issue with unixODBC, where I get unicode issues if I use the global odbcinst.ini file ( in my case, /app/etc/odbcinst.ini ). I've found previously that if I make an exact copy of the file to my home directory ( ie ~/.odbcinst.ini ), then things work fine. I've checked with strace, and both files are being read.</div><div><br></div><div>Anyway, I'll be taking up this issue with unixODBC people ASAP. But in the meantime ... it would be great if I could persist the local version. I can open a debug console, eg:</div><div><br></div><div>flatpak run -d --command=bash ${app_name}<br></div><div><br></div><div> ... manually copy /app/etc/odbcinst.ini to ~/.odbcinst.ini and then launch my app, and it works fine. But ~/.odbcinst.ini is not persisted. This is confusing, because other things in the user's home folder *are* persisted ( eg we create a config database in ~/.smart_config/config.db ).</div><div><br></div><div>Is there a way to make ~/.odbcinst.ini persist? I'm not sure if I can make unixODBC read from other locations - and it's flaky enough as it is.</div><div><br></div><div>Dan</div></div></div>