1

My application running on a laptop-like device is controlling battery status on its own but when laptop battery is critically low Gnome Power Management message box appears:

low battery warning

As my GUI style is totally different I would like to permanently disable / uninstall this Gnome feature. How to achieve this ?

EDIT:

I am on Ubuntu 10.04 LTS

Lekensteyn
  • 178,446
tommyk
  • 4,556

1 Answers1

2

I was able to fix this by opening gconf-editor, and setting the key /apps/gnome-power-manager/notify/low_capacity to false

if u don't have gconf-editor then install it

sudo apt-get install gconf-editor
twister_void
  • 5,934