From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; rv:1.7.3) Gecko/20041020 Firefox/0.10.1 Description of problem: Python path and script location are not correct for this platform in /usr/bin/gnome-bluetooth-manager. /usr/bin/gnome-bluetooth-manager is: #!/bin/sh PYTHONPATH=/usr/lib/python2.3/site-packages:$PYTHONPATH export PYTHONPATH exec /usr/bin/python \ /usr/lib/python2.3/site-packages/gnomebt/manager.py It should be: #!/bin/sh PYTHONPATH=/usr/lib64/python2.3/site-packages:$PYTHONPATH export PYTHONPATH exec /usr/bin/python \ /usr/lib64/python2.3/site-packages/gnomebt/manager.py Version-Release number of selected component (if applicable): 0.5.1-5 How reproducible: Always Steps to Reproduce: 1. /usr/bin/gnome-bluetooth-manager fails to run. 2. Error message unable to find manager.py 3. Expected Results: gnome-bluetooth-manager should run Additional info:
*** This bug has been marked as a duplicate of 134864 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.