diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-05-14 17:06:55 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-05-15 09:36:25 +0200 |
commit | 89ca869f6cf3cb10871d8fd8c54b5bd2a870a8da (patch) | |
tree | e402271504868897ab67c109aaac48ac2031661b /data/org.ayatana.indicator.display.gschema.xml | |
parent | cd7ad7e27544e0073d817624bc40438a19ae9c33 (diff) | |
download | ayatana-indicator-display-89ca869f6cf3cb10871d8fd8c54b5bd2a870a8da.tar.gz ayatana-indicator-display-89ca869f6cf3cb10871d8fd8c54b5bd2a870a8da.tar.bz2 ayatana-indicator-display-89ca869f6cf3cb10871d8fd8c54b5bd2a870a8da.zip |
src/main.cpp: Initialize LC_NUMERIC with 'POSIX'.
This assures that float number conversions (from float to string via
e.g. g_strdup_sprintf()) always use a dot in decimal numbers.
This resolves blackening of the screen if users with e.g. de_DE.UTF-8
use the brightness slider and hand over a komma-decimal to the xsct
executable (which only understands dot-decimals).
As we don't use numbers / number conversions anywhere else in the
display indicator, this global setting of LC_NUMERIC seems to be the
easiest approach.
Diffstat (limited to 'data/org.ayatana.indicator.display.gschema.xml')
0 files changed, 0 insertions, 0 deletions