FS#52604 - blueman scripts should use system python
Attached to Project:
Arch Linux
Opened by Maximilian Nöthe (maxnoe) - Tuesday, 17 January 2017, 20:33 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 18 January 2017, 00:41 GMT
Opened by Maximilian Nöthe (maxnoe) - Tuesday, 17 January 2017, 20:33 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 18 January 2017, 00:41 GMT
|
Details
Description:
All the blueman scripts, e.g. blueman-sendto use `#!/usr/bin/env python`, which breaks dependencies if the user does not have the system python at first position in the path. I think the scripts should use `#!/usr/bin/python` instead. Additional info: * package version: current version of the blueman package Steps to reproduce: install the blueman package and have another python, e.g. an anaconda in the path first. blueman crashes, for example because of `no module named dbus`. |
This task depends upon
Closed by Doug Newgard (Scimmia)
Wednesday, 18 January 2017, 00:41 GMT
Reason for closing: Not a bug
Additional comments about closing: Don't break your PATH
Wednesday, 18 January 2017, 00:41 GMT
Reason for closing: Not a bug
Additional comments about closing: Don't break your PATH