mirror of
https://github.com/gryf/wicd.git
synced 2026-02-27 04:35:52 +01:00
use wicd-gtk to launch the GTK UI instead of wicd-client
This commit is contained 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,
|
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.
|
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
|
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
|
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.
|
dbus interface or by receiving signals emitted from the daemon over D-Bus.
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Categories=Application;Network;
|
Categories=Application;Network;
|
||||||
Exec=wicd-client
|
Exec=wicd-gtk
|
||||||
GenericName=Network Manager
|
GenericName=Network Manager
|
||||||
Icon=wicd-client
|
Icon=wicd-gtk
|
||||||
Icon[en_US]=wicd-client
|
Icon[en_US]=wicd-gtk
|
||||||
Name=Wicd Network Manager Tray
|
Name=Wicd Network Manager Tray
|
||||||
Name[en_US]=Wicd Network Manager Tray
|
Name[en_US]=Wicd Network Manager Tray
|
||||||
Comment=Display network connection status in the system tray
|
Comment=Display network connection status in the system tray
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Categories=Application;Network;
|
Categories=Application;Network;
|
||||||
Exec=wicd-client --no-tray
|
Exec=wicd-gtk --no-tray
|
||||||
GenericName=Network Manager
|
GenericName=Network Manager
|
||||||
Icon=wicd-client
|
Icon=wicd-gtk
|
||||||
Icon[en_US]=wicd-client
|
Icon[en_US]=wicd-gtk
|
||||||
Name=Wicd Network Manager
|
Name=Wicd Network Manager
|
||||||
Name[en_US]=Wicd Network Manager
|
Name[en_US]=Wicd Network Manager
|
||||||
Comment=Start the Wicd client without system tray icon
|
Comment=Start the Wicd client without system tray icon
|
||||||
|
|||||||
Reference in New Issue
Block a user