mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 00:50:16 +01:00
polkit: fix config syntax
These fields do not start with an underscore. polkitd complains about them: polkitd[2017783]: skipping unknown tag <_description> at line 18 polkitd[2017783]: skipping unknown tag <_message> at line 19
This commit is contained in:
parent
9c8769d7df
commit
5f572ffd9a
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ file are instantly applied.
|
|||
<icon_name>system-suspend</icon_name>
|
||||
|
||||
<action id="org.freedesktop.UPower.enable-charging-limit">
|
||||
<_description>Enable battery charging limit</_description>
|
||||
<_message>Authentication is required to set battery charging start and end limit.</_message>
|
||||
<description>Enable battery charging limit</description>
|
||||
<message>Authentication is required to set battery charging start and end limit.</message>
|
||||
<defaults>
|
||||
<allow_inactive>no</allow_inactive>
|
||||
<allow_active>yes</allow_active>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue