3

I installed Lubuntu 15.04 and everything is working fine except one annoying feature: battery information is not shown any more.

In Lubuntu 14.10 the indicator is available: https://i.sstatic.net/kb2uG.png

But in Lubuntu 15.04 battery indicator is missing: https://i.sstatic.net/PGQPm.png

I have now installed two computers with Lubuntu 15.04:

  1. 32-bit OS using Software Updater

  2. 64-bit OS from scratch

Both of them (and also live session) is not showing the battery info.

Any ideas?

Unto
  • 73

4 Answers4

5

Right-click the Taskbar > Add/remove items from the panel > Add

and then look for battery items.

Note: Sorry if the items above do not have these exact names, but it should be something like these (I am using a Portuguese Lubuntu 15.04 version).

Eduardo Cola
  • 5,876
  • 3
  • 20
  • 33
1

One way to get a battery indicator icon is to use the one fromxfce4-power-manager. Obviously, this involves configuring Lubunu's LXDE to use this power manager, which is normally meant for the XFCE desktop environment:

  1. Install required packages:

    sudo apt-get install lxsession-default-apps xfce4-power-manager
    
  2. Go to "Menu → Preferences → Default application for LXSession" (or start lxsession-default-apps) and set both "Core applications → Power Manager" and "Core applications → Lock Screen Manager" to xfce4-power-manager.

  3. Go to "Menu → Preferences → Power Manager" (or start xfce4-power-manager-settings) and enable "General → Appearance → Show system tray icon".

  4. The XFCE battery indicator we want is a system tray icon, not a panel item by itself. So right-click on the LXPanel, choose "Add / Remove Panel Items" and make sure you have "System Tray" in the list. If not, add it.

You should have a battery indicator icon now. A logout / login cycle may be required though. For more details and troubleshooting refer to this answer. Mine is a tidied-up version of that.

tanius
  • 6,610
  • 2
  • 42
  • 52
0

Just install batmon.app by terminal:

sudo apt-get update
sudo apt-get install batmon.app

Or using Lubuntu Software Center

JoKeR
  • 7,062
Cruz
  • 21
0

im new in lubuntu. Im running 16.04 LTS lubuntu, and i've the same problem with you. To make the battery icon apear again on your lxpanel, all you need is to set it up on:

Menu Button (by default is on the corner of left-bottom) -> Preferences -> Power Manager -> Check the 'Show system tray icon'.

Done! Your battery icon should appear now.

It works for me. Hope it works for you too!