Comment 32 for bug 1542733

Revision history for this message
Frédéric Danis (fdanis) wrote :

Hello Glenn,

I did the following to create and install patched packets.

$ wget -O 0001-wifi-dialog-fix-enabling-of-Connect-button.patch https://bugzilla.gnome.org/attachment.cgi?id=328481
$ wget -O 0002-wifi-dialog-enable-Cancel-button-if-secrets-are-not-.patch https://bugzilla.gnome.org/attachment.cgi?id=328482
$ apt source network-manager-applet
$ cd network-manager-applet-1.2.0/
$ export QUILT_PATCHES=debian/patches
$ quilt import ../0001-wifi-dialog-fix-enabling-of-Connect-button.patch
$ quilt push
$ quilt import ../0002-wifi-dialog-enable-Cancel-button-if-secrets-are-not-.patch
$ quilt push
$ dch --newversion 1.2.0-0ubuntu0.16.04.4-test "Fix connection to hidden network"
$ debuild -us -uc -b
$ sudo dpkg -i ../*test*deb

You may have to reboot to test it.