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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/951827

Title:
  Power Statistics window blank

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to