mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
Fix locale for GPService
This commit is contained in:
parent
599ff3668f
commit
4fa08c7153
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,6 +2,10 @@
|
|||||||
gpclient
|
gpclient
|
||||||
gpservice
|
gpservice
|
||||||
|
|
||||||
|
# Auto generated DBus files
|
||||||
|
*_adaptor.cpp
|
||||||
|
*_adaptor.h
|
||||||
|
|
||||||
# C++ objects and libs
|
# C++ objects and libs
|
||||||
*.slo
|
*.slo
|
||||||
*.lo
|
*.lo
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
Description=GlobalProtect openconnect DBus service
|
Description=GlobalProtect openconnect DBus service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=LC_ALL=en_US
|
Environment="LANG=en_US.utf8"
|
||||||
Type=dbus
|
Type=dbus
|
||||||
BusName=com.yuezk.qt.GPService
|
BusName=com.yuezk.qt.GPService
|
||||||
ExecStart=/usr/bin/gpservice
|
ExecStart=/usr/bin/gpservice
|
||||||
|
Loading…
Reference in New Issue
Block a user