summaryrefslogtreecommitdiff
path: root/services/Network.qml
diff options
context:
space:
mode:
Diffstat (limited to 'services/Network.qml')
-rw-r--r--services/Network.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/Network.qml b/services/Network.qml
index 1106136..eb0d141 100644
--- a/services/Network.qml
+++ b/services/Network.qml
@@ -25,8 +25,8 @@ Singleton {
running: true
command: ["nmcli", "-g", "ACTIVE,SIGNAL,FREQ,SSID,BSSID", "d", "w"]
environment: ({
- LANG: "C.UTF-8",
- LC_ALL: "C.UTF-8"
+ LANG: "C",
+ LC_ALL: "C"
})
stdout: StdioCollector {
onStreamFinished: {