Package: blueman
Version: 1.21-4.1
Severity: normal
blueman failed to start because my disk was full and left behind an empty
lock-file.
Trying to run it again I got:
$ blueman-applet
Loading configuration plugins
Using gconf config backend
Traceback (most recent call last):
File "/usr/bin/blueman-applet", line 364, in <module>
BluemanApplet()
File "/usr/bin/blueman-applet", line 297, in __init__
check_single_instance("blueman-applet")
File "/usr/lib/python2.6/dist-packages/blueman/Functions.py", line 270, in
check_single_instance
pid = int(f.readline())
ValueError: invalid literal for int() with base 10: ''
The problem was solved by "rm /tmp/blueman-applet-1000"
It could be solved by replacing line 270 with
try:
pid = int(f.readline())
except:
pid = 0
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.36 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages blueman depends on:
ii bluez 4.66-2 Bluetooth tools and daemons
ii dbus 1.2.24-1 simple interprocess messaging syst
ii hicolor-icon-theme 0.11-1 default fallback theme for FreeDes
ii libbluetooth3 4.66-1 Library to use the BlueZ Linux Blu
ii libc6 2.11.2-2 Embedded GNU C Library: Shared lib
ii libcairo2 1.8.10-4 The Cairo 2D vector graphics libra
ii libglib2.0-0 2.24.2-1 The GLib library of C routines
ii libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface
ii libpango1.0-0 1.28.1-1 Layout and rendering of internatio
ii librsvg2-common 2.26.3-1 SAX-based renderer library for SVG
ii libstartup-notification0 0.10-1 library for program launch feedbac
ii notification-daemon-xfce [no 0.3.7-2 a daemon that displays passive pop
ii obex-data-server 0.4.5-1+b1 D-Bus service for OBEX client and
ii python 2.6.5-11 interactive high-level object-orie
ii python-central 0.6.14+nmu2 register and build utility for Pyt
ii python-dbus 0.83.1-1 simple interprocess messaging syst
ii python-gobject 2.21.1-2 Python bindings for the GObject li
ii python-gtk2 2.17.0-2 Python bindings for the GTK+ widge
ii python-notify 0.1.1-2+b2 Python bindings for libnotify
Versions of packages blueman recommends:
ii libpulse-mainloop-glib0 0.9.21-3+b1 PulseAudio client libraries (glib
ii policykit-1 0.96-2 framework for managing administrat
ii python-gconf 2.28.1-1 Python bindings for the GConf conf
blueman suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]