After I did the latest update to Ubuntu Unity 14.04, the battery status icon is suddenly not showing up anymore on the Panel. I checked the settings, it should show, but it doesn't; what can I do?
Please, explain in simple words, I come from Windows and have very little Linux experience.
ps ax | grep indicator-power
then add its outputs to the question (BTW, there small "edit" button under the question) – user.dz Apr 19 '14 at 14:51gsettings set com.canonical.indicator.power icon-policy 'present'
. Same trick as here: http://askubuntu.com/a/477251/72216 – Jacob Vlijm Jun 05 '14 at 15:54