From 23972b54f29bd4c27e35b95933af60c422965481 Mon Sep 17 00:00:00 2001 From: Adam Blackburn Date: Sat, 2 Jan 2010 07:57:14 -1000 Subject: [PATCH] use wicd-gtk to launch the GTK UI instead of wicd-client --- in/man=wicd.8.in | 2 +- other/wicd-tray.desktop | 6 +++--- other/wicd.desktop | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/in/man=wicd.8.in b/in/man=wicd.8.in index ead0b52..caf5544 100644 --- a/in/man=wicd.8.in +++ b/in/man=wicd.8.in @@ -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. diff --git a/other/wicd-tray.desktop b/other/wicd-tray.desktop index d2cc87b..2a738de 100644 --- a/other/wicd-tray.desktop +++ b/other/wicd-tray.desktop @@ -1,9 +1,9 @@ [Desktop Entry] Categories=Application;Network; -Exec=wicd-client +Exec=wicd-gtk GenericName=Network Manager -Icon=wicd-client -Icon[en_US]=wicd-client +Icon=wicd-gtk +Icon[en_US]=wicd-gtk Name=Wicd Network Manager Tray Name[en_US]=Wicd Network Manager Tray Comment=Display network connection status in the system tray diff --git a/other/wicd.desktop b/other/wicd.desktop index a0f334f..7683429 100644 --- a/other/wicd.desktop +++ b/other/wicd.desktop @@ -1,9 +1,9 @@ [Desktop Entry] Categories=Application;Network; -Exec=wicd-client --no-tray +Exec=wicd-gtk --no-tray GenericName=Network Manager -Icon=wicd-client -Icon[en_US]=wicd-client +Icon=wicd-gtk +Icon[en_US]=wicd-gtk Name=Wicd Network Manager Name[en_US]=Wicd Network Manager Comment=Start the Wicd client without system tray icon