Jonas Seydel
Jonas Seydel
This has only started since the New Year (when I suspect I took a bunch of new updates): Start blueproximity Start an OpenOffice writer document (can be empty or not)...
BlueProximity sometimes can't tell two devices apart?, and gives both devices the same signal strength. blueproximity 1.2.5-4 (lucid) I have two bluetooth devices besides the computer, say one at a...
The logic for checking if python modules are working has a logic error. It runs 3 tests not 2 so the check on IMPORT_BT!=2 should say IMPORT_BT!=3: start on line...
proximity.py is consuming 4 GB of the 12 GB RAM on this system. Ubuntu 10.04.1 blueproximity 1.2.5-4 up 48 days x86_64 Intel Xeon CPU W3540 PID USER PR NI VIRT...
The .desktop file in addons contains Icon[de_DE]=, which is not valid (Icons are not localized). This causes other apps (like yelp for example) to nag whenever it scans .desktop files....
Hi, On OpenSuse 11.3 with the latest 1.2.5 build, the connection is succesfully created, but monitoring it appears to have adverse effects. It's an Android 2.2 phone, and when in...
Occasionally, I will return to my computer when it was locked by bp and find that the machine (Lenovo T60p running Ubuntu 10.04, fully patched) will be shutdown. The system...
In Proximity.run() loop, blueproximity calculates sleep cycles that it assumes to be of 1 second. Unfortunately BluetoothSocket.connect() blocks for long time if device goes out of range (for me it's...
$ start_proximity.sh Traceback (most recent call last): File "proximity.py", line 1274, in <module> config = ConfigObj(os.path.join(conf_dir, _('standard') + '.conf'),{'create_empty':True,'configspec':conf_specs}) File "/usr/lib/python2.6/site-packages/configobj.py", line 1206, in __init__ DeprecationWarning, stacklevel=2) TypeError: warn() takes...