File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
src/Sober/Troubleshooting Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,21 @@ There has been recent reports after Sober was recently updated. (Commit `0.0.0-3
5353
5454
5555### Sober just randomly crashes
56- Depends on if the logs actually provided something useful. Otherwise, we cannot give a definite answer.
56+ Depends on if the logs actually provided something useful.
5757
5858
59+ Chances are if you're using Linux in another primary language, Sober crashes since the locale for Sober is primarily English.
60+
61+
62+ Otherwise, we cannot give a definite answer.
63+
64+
65+ #### Solution
66+ If you are sure your primary language is set anything but English, launch Sober using this command:
67+ ``` console
68+ $ flatpak override --user --env=LC_ALL=en_US.UTF-8 org.vinegarhq.Sober
69+ ```
70+
5971
6072### It says Sober couldn't launch because my card does not support Vulkan
6173Please see question #3 on [ the FAQ] ( ../FAQ/index.html#q-is-the-gpu-here-compatible ) . Otherwise, you will have to use OpenGL.
You can’t perform that action at this time.
0 commit comments