Bug 239021

Summary: bug-buddy is confused about libexecdir
Product: [openSUSE] openSUSE 10.3 Reporter: Andreas Hanke <andreas.hanke>
Component: GNOMEAssignee: Michael Wolf <maw>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: vuntz
Version: unspecified   
Target Milestone: ---   
Hardware: x86   
OS: Linux   
Whiteboard: gnome-wrong-out-of-the-box
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on: 307860    
Bug Blocks:    

Description Andreas Hanke 2007-01-25 21:24:39 UTC
bug-buddy is confused about libexecdir.

How to reproduce:

- Make sure that you have bug-buddy installed and are using the new gnome-main-menu.

- Run "killall -11 main-menu".

Expected result: bug-buddy says:

Backtrace was generated from '/usr/lib/main-menu'

Actual result: bug-buddy says:

Backtrace was generated from '/usr/libexec/gnome-main-menu'

In fact, bug-buddy talks about an executable that doesn't even exist!

# ls /usr/libexec/gnome-main-menu
ls: cannot access /usr/libexec/gnome-main-menu: No such file or directory
Comment 1 JP Rosevear 2007-08-09 16:22:43 UTC
Yah, i think we need to pass --libexecdir in the configure, even then it will get it wrong it a few cases I think because it does something like:

GNOME_LIBEXECDIR/<binary>
GNOME_LIBEXECDIR/<package>/<binary>

See code near the error message.
Comment 2 Vincent Untz 2008-06-11 16:56:39 UTC
Seems to be working for me now.