fedora mumblings
Interesting, there appears to be a Sushi installed, I don't recall that being there by default on regular fedora.
I wonder how it work given that it can't preview most media since the Fedora runtime lacks the *vast* majority of codecs.
fedora mumblings
Now since the apps are Flatpak, by default all use their own Keyfile GSettings backend. So the when weather changes the key/format it doesn't affect the other apps.
gnome-shell even is reading the key from the host (naturally)
So yea, you got 3 different places not being aware of the others existing and keep displaying things in Fahrenheit.
<2/2 Weather>
fedora mumblings
@alatiera it is there on regular fedora.
fedora mumblings
@alatiera i've noticed that the weather app also defaulted to English even though my system was set to German. Did you notice the same with Greek?
fedora mumblings
@ju I usually set my systems to en-US cause I am afraid of all the bugs that are lurking in localization :3
fedora mumblings
@alatiera makes sense. I always hope, I then find something to fix / report before someone else does 😇
fedora mumblings
@alatiera Ahh mystery solved... Nice one :)
fedora mumblings
There is a fun bug between weather, calendar and the shell widget.
Weather default to Fahrenheit 🤮 cause it doesn't know how to use locales yet, but it has a switch to change to Celsius.
Now that switch is essentially doing:
`gsettings set org.gnome.GWeather temperature-unit "centigrade"`
Which then gnome-shell and Calendar read to use the preferred format.
<1/Weather>