Solaar/lib/solaar
Daniel Pavel a4ec8ec05d better error dialog on receiver permission error; fixes #17
The problem is caused by starting Solaar right after installing it; while udev
does have the new rule loaded, the /dev/hidraw* device nodes already exist
with the old permissions.

Rather than doing a "udevadm --reload-rules" (which could have unknown side-
effects on other devices), instruct the user to remove and re-insert the usb
receiver. The new /dev/hidraw* device nods will be created with the right
permissions.
2013-05-05 10:35:03 +02:00
..
ui better error dialog on receiver permission error; fixes #17 2013-05-05 10:35:03 +02:00
__init__.py split the about window into its own module 2013-05-04 12:01:28 +02:00
appinstance.py move the code for single-instance check into its own file 2013-04-28 14:06:41 +02:00
cli.py minor clean-ups 2013-05-04 17:19:48 +02:00
gtk.py better error dialog on receiver permission error; fixes #17 2013-05-05 10:35:03 +02:00
listener.py create and destroy windows on demand 2013-05-04 12:20:51 +02:00