Bug 136994

Summary: Python library path incorrect for x86_64
Product: [Fedora] Fedora Reporter: Alan Olsen <alan>
Component: gnome-bluetoothAssignee: Harald Hoyer <harald>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 19:06:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alan Olsen 2004-10-25 00:00:17 UTC
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:

Comment 1 Harald Hoyer 2004-10-25 09:37:50 UTC

*** This bug has been marked as a duplicate of 134864 ***

Comment 2 Red Hat Bugzilla 2006-02-21 19:06:36 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.