25

Today I have updated to Ubuntu 13.10 and got mouse power status.

But I didn't need it. And also Ubuntu doesn't know how long the mouse will work and shows an ugly "estimating...".

How do you show only the battery status?

Braiam
  • 69,112
Rulexec
  • 303

7 Answers7

14

I have the same issue. It is already reported, you can follow it on :

https://bugs.launchpad.net/ubuntu/+source/indicator-power/+bug/1234458

Quentin
  • 1,317
8

There does not appear to be anyway to remove the mouse from the power indicator menu using the built-in configuration options.

What you can do though is select the indicator icon and clear "Show time in the menu bar..."

It is not really the solution any of us want but it does remove the ugly "estimating..."

4

I also got annoyed at this, and coded up a patch that introduces a configuration setting and a status menu alternative to tell indicator-power to prefer showing the laptop battery, even if there is a mouse or keyboard discharging at the moment.

You can find the code over in this branch for Ubuntu 13.10:

https://code.launchpad.net/~peter-liljenberg/indicator-power/prefer-battery-1100546

It might need a proper bug report to be picked up as a candidate for future versions of indicator-power - I'm not sure how that works at all.

petli
  • 41
3

I think there is no solution, this indicator use command

upower -d

to enumerate device. I look with dconf-editor but nothing in /org/freedesktop/upower

3

I don't know this is a solution or not but try this,

Setting --> Power -->

Show battery status --> change it to When battery is charging/in useenter image description here

Raj
  • 145
3

Try removing / re-inserting your mouse nano receiver. That helped me !

Pradeep
  • 31
0

The following worked for me:

1: Go to System Settings --> Power --> Show battery status in the menu bar (change to: When battery is charging/in use)

2: Unplug the USB receiver and plug it back in.

klmlfl
  • 101