I cant find any solution after google this bug so i decided to do it
myself

rename the original file "gnome-power-statistics" to "power-statistics"

$ sudo mv /usr/bin/gnome-power-statistics /usr/bin/power-statistics

create a new file with name "gnome-power-statistics" having following
code

#!/bin/bash

if [ "$(pidof power-statistics)" ] 
then
  kill `pidof power-statistics`
fi
power-statistics
exit

and copy it to /usr/bin
allow it execution
and change owner to root

I m new to bash coding if any good suggestion i appreciate.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-power-manager in Ubuntu.
https://bugs.launchpad.net/bugs/951827

Title:
  Power Statistics window blank

Status in OEM Priority Project:
  Confirmed
Status in OEM Priority Project precise series:
  Confirmed
Status in “gnome-power-manager” package in Ubuntu:
  Triaged

Bug description:
  The Power Statistics often gets completely blank. No buttons, no
  information, nothing!

  It doesn't fix itself by closing the window and reopen it.

  Steps to reproduce:

  1. Open the Power Statistics dialog from the power indicator. The windows 
appears normal.
  2. Close using the close button in the lower right.
  3. Reopen the window. The window appears normal.
  4. Close using either the Launcher item or the title bar close button.
  5. Reopen the window. The window is blank.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/951827/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to