Avoid errors from dbus

This commit is contained in:
Anthony Rose 2021-02-15 15:35:29 +00:00
parent 84c00d0562
commit 51843de7b4

View file

@ -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 \