Comment 3 for bug 1244670

Revision history for this message
costales (costales) wrote :

Good point ppp :) Don't worry, it's a less footprint way :D
We'll overwrite just one file ;)

1. Search your Gufw directory:
sudo find /usr/lib -name "utilsview.py"
You will get just ONE line like this:
/usr/lib/python2.7/site-packages/gufw/view/utilsview.py

2. Download the file to overwrite:
wget http://bazaar.launchpad.net/~costales/gui-ufw/gufw-13.10/download/head:/utilsview.py-20130614164138-7cef6k5melxzcc92-281/utilsview.py

3. Overwrite it :)
sudo cp utilsview.py /usr/lib/python2.7/site-packages/gufw/view/utilsview.py

4. Remove the current Gufw config file (it's save the window size):
sudo rm /etc/gufw/*

Done :) Run Gufw and send me your feedback please :D If anything is wrong, with screenshots please :)
Cheers!