1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 23:22:27 +01:00
Commit Graph

27 Commits

Author SHA1 Message Date
Tom Van Braeckel
69810a26db Add Hebrew translations of two Wicd desktop files (thanks, GenghisKhan) 2014-12-20 10:07:12 +01:00
David Paleino
d6170583a7 Change behaviour when dealing with hostnames: don't send any if the user didn't tick the box (previously, the current system name was sent). 2013-02-01 22:14:15 +01:00
David Paleino
afb6b22322 Don't conflict with NetworkManager 2011-12-09 18:30:38 +01:00
David Paleino
0976f181ca Autostart in tray-only mode 2011-11-03 09:43:43 +01:00
David Paleino
6aa22de251 add systemd unit file for wicd-daemon, thanks to David Cantrell 2011-10-04 23:11:57 +02:00
David Paleino
c74a17f0a0 add dbus service file, thanks to David Cantrell 2011-10-04 23:07:12 +02:00
Adam Blackburn
6a39650cdd add .empty_on_purpose to empty directories 2010-01-04 08:33:24 -10:00
David Paleino
14e143286d Also add the wicd-gtk.xpm icon for .desktop 2010-01-02 19:32:58 +01:00
Adam Blackburn
23972b54f2 use wicd-gtk to launch the GTK UI instead of wicd-client 2010-01-02 07:57:14 -10:00
Adam Blackburn
fa76ba5a7a add support for copying dhclient.conf.template from a default file if it isn't found 2009-12-23 16:48:39 -10:00
Adam Blackburn
a327a824f7 added dhclient.conf.template and made setup.py install it 2009-12-22 18:48:43 -10:00
David Paleino
858c75fe12 Remove deprecated Encoding field 2009-06-13 22:05:10 +02:00
Adam Blackburn
f609ff99fe Apply .desktop file patch from Debian (remove deprecated encoding line) 2009-05-16 20:50:20 +08:00
Robby Workman
eb30c65847 Removed references to "Tray" from other/wicd.desktop 2009-01-29 11:12:32 -06:00
Robby Workman
d5ce9696f2 Removed an unneeded wicd.png from other/ and fixed up the wicd.desktop
file in there (for users who want to just start the client without
  the tray icon, and have a menu entry to do so).
2009-01-29 11:06:27 -06:00
Dan O'Reilly
467688beda Always scan when the daemon starts.
Remove old init scripts.
2009-01-28 19:52:51 -05:00
Robby Workman
5de0569fab Merged r233 from mainline 2008-12-30 20:07:52 -06:00
Adam Blackburn
ea69f2710e Removed files that are generated by python setup.py configure
Added command to setup.py to clean out generated files ('cleargenerated')
Added the revision number to wicd-daemon.py --help
2008-12-30 10:31:06 -06:00
Robby Workman
48160df95b Add support for configurable Unix group to be used - basically, users
must be a member of this group in order to use Wicd.  Note that this
  does not apply on systems configured to use ConsoleKit/PAM/et al.
This defaults to use the "users" group so that it will work "out of the
  box" for most people, but distributions are encouraged to edit it
  as needed with the "--wicdgroup=whatever" configure argument.
2008-12-23 01:47:53 -06:00
Robby Workman
c9b25937b3 Removed execute perms from other/wicd.conf 2008-12-23 01:20:48 -06:00
Robby Workman
cb9a78968a Fix (I think) dbus errors, or at least this is one way to fix them.
If this is the *right* way, then it still needs work to support it
in setup.py
2008-12-23 01:17:30 -06:00
Dan O'Reilly
2e21e6abb0 Fix dbus permissions problem.
Fix missing dbus import.
2008-12-11 18:42:11 -05:00
imdano
f6033cc6bb experimental:
- Add UPDATE_INTERVAL as a required attribute for backends, and used by monitor.py
- Update Copyright stuff in a few files
- Remove/update some scripts and configuration files.
2008-09-13 22:52:01 +00:00
compwiz18
0844386017 Experimental: Apply changes involving setup.py
* Added setup.py from trunk
 * Updated various information files (AUTHORS, README, etc)
 * Update the Wicd icon
 * Move stuff around to match trunk's layout
2008-08-23 20:14:43 +00:00
imdano
a176c84373 Fixed bug where building with setup.py wouldn't add rcX symlinks to init.d, so wicd wouldn't start at boot. 2008-04-19 09:09:15 +00:00
imdano
45b7f78bd9 Added missing icon images
Updated dbus config file to work under more distros
Added support for determing wireless interface by parsing /proc/net/wireless (removing need for iwconfig call)
A few minor formatting improvements.
2008-03-30 12:14:11 +00:00
imdano
ef9b5cc7f3 Added distro-specific init scripts based on those used by NM (these are very experimental and likely broken in many cases).
Updated setup.py to pick which initscript to install based on the distro detected.
Updated MANIFEST.in to make sure launchdaemon.sh is included in the sdist build.
Fixed a bunch of crash bugs in tool detection system when tools are detected.
Made tool detection work correctly when "which" returns output if no match is found (as opposed to no output).  Eventually we might want to hardcode possible paths instead of using which at all...
Fixed some message formatting in the daemon.
Added some docstrings.
Added a pidfile system for increased initscript compatibility (sort of, it's somewhat incomplete).
2008-03-24 00:03:35 +00:00