Avoid errors from dbus
This commit is contained in:
parent
84c00d0562
commit
51843de7b4
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ acctsvclang=$(dbus-send \
|
|||
--dest=org.freedesktop.Accounts \
|
||||
--type=method_call \
|
||||
/org/freedesktop/Accounts \
|
||||
org.freedesktop.Accounts.FindUserById int64:$(id -u)) \
|
||||
org.freedesktop.Accounts.FindUserById int64:$(id -u) \
|
||||
2>/dev/null) \
|
||||
org.freedesktop.DBus.Properties.Get \
|
||||
string:org.freedesktop.Accounts.User \
|
||||
string:Language \
|
||||
|
|
Loading…
Reference in a new issue