https://github.com/mun1r0b0t/wpa_gui-patch
This patch makes the wpa_gui start in the system tray by default instead of the main window.
https://github.com/mun1r0b0t/wpa_gui-patch
linux-wireless patch wpa-gui wpa-supplicant
Last synced: 2 months ago
JSON representation
This patch makes the wpa_gui start in the system tray by default instead of the main window.
- Host: GitHub
- URL: https://github.com/mun1r0b0t/wpa_gui-patch
- Owner: mun1r0b0t
- License: other
- Created: 2017-07-16T20:05:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T20:28:01.000Z (almost 8 years ago)
- Last Synced: 2025-02-10T19:39:26.666Z (4 months ago)
- Topics: linux-wireless, patch, wpa-gui, wpa-supplicant
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## `wpa_gui` patch to default to system tray
The patch file in this repo is built against the source code for `wpa_supplicant` version 2.6.
It changes the default option for `wpa_gui` to start in the system tray, instead of in the main window. I find that to be a more sensible default since in most cases the device will connect to a saved network, and the window pop-up is just downright annoying.The patch can be applied to the source code through the following commands:
tar -xf wpa_supplicant-2.6.tar.gz
cd wpa_supplicant-2.6/
patch -Np1 -i ../wpa_gui-default-to-tray.patchThe patch also replaces the startup option `-t` with `-w`, which will start the main window. The desktop file and the man page are also edited accordingly.