运行 Kubuntu Plasma 的 Dell Xps 13。在 GNOME 上也遇到了同样的问题,安装时转移到了 KDE。设置中的电池管理仅显示有交流电输入(即当我连接到充电器时),但没有显示电池百分比或状态。就好像它根本检测不到电池一样。
但是,运行acpi -V
会给我我想要的电池信息。
Battery 0: Discharging, 94%, 11:32:29 remaining
Battery 0: design capacity 7894 mAh, last full capacity 5608 mAh = 71%
indicator-power
已安装,且为最新版本。
upower -i /org/freedesktop/UPower/devices/battery_BAT0
给我以下信息(当我使用BAT1
而不是时相同BAT0
):
native-path: (null)
power supply: no
updated: Wed 31 Dec 1969 07:00:00 PM EST (1580143725 seconds ago)
has history: no
has statistics: no
unknown
warning-level: unknown
battery-level: unknown
icon-name: '(null)'
我尝试写信acpi=force
给sudo gedit /etc/default/grub
,但是没有成功。
我尝试的另一种修复方法是/usr/lib/x86_64-linux-gnu/indicator-power/indicator-power-service &disown
,它显示以下内容:
william@william-XPS-13-9360:~$ /usr/lib/x86_64-linux-gnu/indicator-power/indicator-power-service &disown
[1] 2820
william@william-XPS-13-9360:~$
(process:2820): indicator-power-WARNING **: 11:51:30.238: Unable to enumerate UPower devices: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: An AppArmor policy prevents this sender from sending this message to this recipient; type="method_call", sender=":1.175" (uid=1000 pid=2820 comm="/usr/lib/x86_64-linux-gnu/indicator-power/indicato" label="unconfined") interface="org.freedesktop.UPower" member="EnumerateDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.UPower" (uid=0 pid=1011 comm="/snap/upower/22/usr/libexec/upowerd " label="snap.upower.upowerd (enforce)")
我不太清楚这条消息的具体内容,尝试搜索,但没有找到答案。
如果有人能帮我解决这个问题,那就太好了。与此同时,我会使用来acpi -V
检查我的电池电量百分比。