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

14 Commits

Author SHA1 Message Date
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