Comment 205 for bug 415023

Revision history for this message
Sylvain Defresne (sdefresne) wrote :

To build a new version of gnome-patch-manager using the patch, you can follow the following steps in a terminal (do not type the $, it is to symbolise the shell prompt) :
$ apt-get source gnome-power-manager
$ sudo apt-get build-dep gnome-power-manager
$ cd gnome-power-manager-2.28.1/
$ patch -p1 < ~/gnome-power-manager-msi-wind-u100-workaround.patch
$ debuild -uc -us
$ cd ..
$ sudo dpkg --install gnome-power-manager_2.28.1-0ubuntu1local1_i386.deb

You could also install my precompiled binary package using the link of #202.