1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-19 00:15:47 +01:00

use wicd-gtk to launch the GTK UI instead of wicd-client

This commit is contained in:
Adam Blackburn
2010-01-02 07:57:14 -10:00
parent d1242e1b0d
commit 23972b54f2
3 changed files with 7 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ The daemon's job is split between two processes: wicd-daemon.py and monitor.py.
All the connection status monitoring, as well as the auto-reconnection logic,
takes place in monitor.py. Everthing else is done by wicd-daemon.py.
The user interface (stored in wicd-client), which is made up of a tray
The user interface (stored in wicd-gtk), which is made up of a tray
icon, a main GUI window, and its child dialogs, gets configuration and network
info from the daemon either by querying it using the methods in the daemon's
dbus interface or by receiving signals emitted from the daemon over D-Bus.