I have installed Kubuntu 17.10 on my Chromebook via crouton. The problem I'm having is that my battery doesn't show in the battery widget, I haven't had this problem with GNOME, Xfce, or Unity. I'm assuming it's a problem with KDE. When I hover my mouse over the battery widget, it displays a message saying, "No Batteries Available." Does anybody happen to know of a fix to this?
3 Answers
I had the same issue. Restarting Plasma helps in my case.
This technique is useful when you're trying to restart the Plasma desktop.
kquitapp5 plasmashell && kstart5 plasmashell
The KDE Plasma desktop is d-bus enabled and therefore you can provide the name of the application that runs the Plasma desktop to
kquitapp5to stop it. In the examples above the name of the application isplasmashell.The
kstart5command launches applications with special window properties. In the examples above it just starts theplasmashellapplication which was killed in previous command.
- 161
In ~/.config try renaming plasma-org.kde.plasma.desktop-appletsrc to plasma-org.kde.plasma.desktop-appletsrc.bak and reboot.
Warning: this will reset some of your plasma settings. If it doesn't fix the battery problem, replace the new file with the old one, reboot again and the old settings will be restored.
If this doesn't work, try the answer in "Battery not present" Dell Inspiron 14-7437 [Kubuntu-14.04]
- 121