Arch Linux

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#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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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

Loading...