Battery Indicator Has Disappeared From Gnome Panel
Answer : Note: Try steps 4/5 first, it may be fixed with 1st hit. Below the extended instruction to debug the problem with the indicator. Check if indicator-power-service is running: ps ax | grep indicator-power If it's running, try reset its settings then restart it: dconf reset -f /com/canonical/indicator/power/ pkill -f indicator-power-service No success, locate it then try it from terminal (looking for any errors in output): sudo updatedb; locate -r indicator-power-service$ My system is 64bit, So: /usr/lib/x86_64-linux-gnu/indicator-power/indicator-power-service If it works with command, then some thing wrong with its autostart. As it was checked, it isn't running on start up. Verify the existence of: /usr/share/upstart/sessions/indicator-power.conf description "Indicator Power Backend" # Want to move to indicator-services-[start|end], but that's not all # there yet. Use the signals that exist today for now. start on indicators-...