services: fix proc lang (#454)

* Fix Wifi Emoji 

ASCII not show wifi emojis and gets errors on connect in some systens, C.UTF-8 are correct in modern systens

* removed platform check

* more fixes

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
This commit is contained in:
Mix 2025-08-23 07:56:37 -03:00 committed by GitHub
parent a8151fc89d
commit d75ac8ef35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -57,8 +57,8 @@ Singleton {
running: true
command: ["nmcli", "radio", "wifi"]
environment: ({
LANG: "C",
LC_ALL: "C"
LANG: "C.UTF-8",
LC_ALL: "C.UTF-8"
})
stdout: StdioCollector {
onStreamFinished: {
@ -110,8 +110,8 @@ Singleton {
running: true
command: ["nmcli", "-g", "ACTIVE,SIGNAL,FREQ,SSID,BSSID,SECURITY", "d", "w"]
environment: ({
LANG: "C",
LC_ALL: "C"
LANG: "C.UTF-8",
LC_ALL: "C.UTF-8"
})
stdout: StdioCollector {
onStreamFinished: {

View file

@ -175,8 +175,8 @@ Singleton {
command: ["sensors"]
environment: ({
LANG: "C",
LC_ALL: "C"
LANG: "C.UTF-8",
LC_ALL: "C.UTF-8"
})
stdout: StdioCollector {
onStreamFinished: {