Hugo
Hugo
Are either `LANG` or `LANGUAGE` define in your shell by default? Eg, `echo $LANG; echo $LANGUAGE`. [This](https://superuser.com/questions/392439/lang-and-language-environment-variable-in-debian-based-systems) seems relevant.
Ping?
`LANGUAGE` overrides `LANG`. If you've set the former, that's why the latter won't work for you. However, this should apply to just about all your applications; are other apps showing...
You said in your previous comment that both variables were set.
Lol. Technically they don't. Let me rephrase: > `LANGUAGE` overrides `LANG`. If you, someone else, or something else set the former, that's why the latter won't work for you. However,...
> I have set my default locale to be en_GB and it is so for every application, for the whole system. What are `LANG` and `LANGUAGE` set to? What language...
I'm very confused by this: ``` apr 01 13:30:58 thinkpad-t480 caffeine.desktop[30468]: Traceback (most recent call last): apr 01 13:30:58 thinkpad-t480 caffeine.desktop[30468]: File "/usr/lib/python3.9/site-packages/caffeine/core.py", line 131, in run_all_triggers apr 01 13:30:58...
> Probably using a similare command to the following could solve the issue for Wayland users, preventing the screen from dimming on GNOME. > `gsettings set org.gnome.settings-daemon.plugins.power idle-dim false` Makes...
Original issue is now fixed on `master` via f2c0bacf1b65645198df7980320cf4d0ab858917
Regarding direction: I'm thinking of addressing the Wayland support so I can use caffeine on swaywm. I've mentioned in the past that I haven't been really using caffeine, and Wayland...