Page 2 of 2

Re: Trouble creating plots (plots not loading)

Posted: Tue Aug 21, 2018 10:04 pm
by jules_verne
jonathon wrote:ah ok, are you using what might be considered a 'minimal install'?

try this:

https://forum.sinusbot.com/kb/23

with thanks
Hi, Jonathon.
I am not using a minimal install.

Tried. Same thing stills happening.

Re: Trouble creating plots (plots not loading)

Posted: Tue Aug 21, 2018 10:50 pm
by jules_verne
Solved adding

export LC_ALL="en_US.UTF-8"


to .profile.

Re: Trouble creating plots (plots not loading)

Posted: Tue Aug 21, 2018 11:41 pm
by jonathon
ah! good trouble-shooting!

i'll see if we can add something like this to the flatpak.

cheers and thanks for your help

jonathon

Re: Trouble creating plots (plots not loading)

Posted: Thu Feb 20, 2020 10:34 am
by zorzevic
Hi,

Same problem here and it indeed gets solved by running

Code: Select all

LC_ALL=C flatpak run org.jamovi.jamovi
so no wonder setting LC_ALL to C in .profile would solve the problem.

However, since it's considered bad practice to do so and it might cause issues running other programs expecting different locales (I'm using fr locales for most programs), I'd just like to know if any other solution came up lately?

Of course I could just run Jamovi through the terminal every time but I feel like this issue might be limiting the popularity of this amazing piece of software among non-english locale users (definitely the case for some of my students for instance)...

Best