Open Jopp-gh opened 4 months ago
I will look into it. In the meantime, you can use the config file
I can't fix it currently, due to limitation in libcosmic. But the fix i was thinking was to use ..., witch isn't a good solution for a static translation of the app. I would suggest to change the German translation to something shorter, or don't translate this fields.
For example, in French, even if it's not a perfect solution, i didn't translate it because i think it's clearer having
min_temp = min temp
min_speed = min speed
instead of
min_temp = temp min
min_speed = vitesse min
(to keep the min prefix)
Thanks for your quick answer
Fan control doesn't have a switch to change to another language. Did you mean, I can change language in some configuration file?
Yeah, to truncate long strings is a quick solution. Also, I could provide a new and shorter German localization of Fan Control's strings, if you're interested.
On the long run however, I'd like to see the width of widgets slightly increased.
Fan control doesn't have a switch to change to another language. Did you mean, I can change language in some configuration file?
You can either submit a pr with new german translation (https://github.com/wiiznokes/fan-control/blob/master/CONTRIBUTING.md) or use flatseal to set this env variable LANG=us
. This will make fan-control use english translations
On the long run however, I'd like to see the width of widgets slightly increased.
I will consider it
use flatseal to set this env variable LANG=us.
Great
On the long run however, I'd like to see the width of widgets slightly increased.
I will consider it
Thanks.
Here a quick mockup how I would change widget width:
Bug Description
the max width of widgets is way too narrow, please see the linear widget (2nd column) in my attachment
German uses pretty long composite names, so I can't even set a value for minimum speed in "linear" curves, because the input box is on the outside of the widget. Also the other input boxes in the same "linear" curves widget are too narrow, barely readable.
Expected Result
To be able to insert all possible values
Steps to Reproduce
Add a linear curve and check the min speed value (German env)
Possible Solutions
I suggest to enlarge the width of widgets and wrap long strings so they break and continue on the next line.
Operating system
Linux Mint Virginia
fan-control version
2024.6