Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#27283 - [blueman] blueman-applet 1.23 needs libpulse to run

Attached to Project: Community Packages
Opened by Garron (garron) - Monday, 28 November 2011, 05:45 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 30 November 2011, 12:20 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

libpulse is not listed as a dependency, but blueman-applet won't run without it.

% blueman-applet
Loading configuration plugins
_________
<module> (/usr/lib/python2.7/site-packages/blueman/main/Config.py:20)
Skipping plugin Gconf
No module named gconf
blueman-applet version 1.23 starting
Using file config backend
_________
Load (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:68)
['ShowConnected', 'NMPANSupport', 'StatusIcon', 'StandardItems', 'ExitItem', 'AuthAgent', 'KillSwitch', 'DBusService', 'SerialManager', 'Networking', 'PulseAudio', 'RecentConns', 'DiscvManager', 'NetUsage', 'TransferService', 'AppIndicator', 'Menu', 'PPPSupport', 'NMDUNSupport', 'PowerManager', 'DhcpClient', 'Headset']
Using file config backend
_________
Load (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:68)
Unable to load plugin module NMPANSupport
No module named gconf
Traceback (most recent call last):
File "/usr/bin/blueman-applet", line 125, in <module>
BluemanApplet()
File "/usr/bin/blueman-applet", line 68, in __init__
self.Plugins.Load()
File "/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py", line 98, in Load
__import__(self.module_path.__name__ + ".%s" % plugin, None, None, [])
File "/usr/lib/python2.7/site-packages/blueman/plugins/applet/PulseAudio.py", line 24, in <module>
from blueman.main.PulseAudioUtils import PulseAudioUtils, EventType
File "/usr/lib/python2.7/site-packages/blueman/main/PulseAudioUtils.py", line 6, in <module>
libpulse = CDLL("libpulse.so.0")
File "/usr/lib/python2.7/ctypes/__init__.py", line 353, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libpulse.so.0: cannot open shared object file: No such file or directory
_________
save (/usr/lib/python2.7/site-packages/blueman/plugins/config/File.py:117)
Saving config
Exception AttributeError: "'NoneType' object has no attribute 'Bus'" in <bound method File.__del__ of <File object at 0x8481eb4 (blueman+plugins+ConfigPlugin+ConfigPlugin at 0x8315830)>> ignored
This task depends upon

Closed by  Sergej Pupykin (sergej)
Wednesday, 30 November 2011, 12:20 GMT
Reason for closing:  Fixed

Loading...