Bug 528952

Summary: Monodevelop not starting
Product: [Fedora] Fedora Reporter: Stefan Bradl <madrenegade>
Component: monodevelopAssignee: Christian Krause <chkr>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: cg, chkr, john.hawk, michel, paul
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: 2009-11-02 23:09:55 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 Stefan Bradl 2009-10-14 13:50:44 UTC
Description of problem:
The gnome menu entry points to /usr/bin/monodevelop.
In this script monodevelop.exe is searched for in the lib directory instead of lib64.


Version-Release number of selected component (if applicable):
2.2 alpha 1


How reproducible:
Click on the gnome menu item or run /usr/bin/monodevelop in a terminal.

  
Actual results:
nothing happens


Expected results:
Monodevelop starts.

Comment 1 Christopher Grebs 2009-11-01 18:29:16 UTC
This is a duplicate of #528514

Comment 2 John Hawk 2009-11-02 19:39:21 UTC
Fix:
/usr/bin/monodevelop

line 3 -5
#this script should be in $PREFIX/bin
MONO_EXEC="exec -a monodevelop mono"
EXE_PATH="${0%%/bin/monodevelop}/lib64/monodevelop/bin/MonoDevelop.exe"

Comment 3 Christian Krause 2009-11-02 23:09:55 UTC
(In reply to comment #1)
> This is a duplicate of #528514  

Yes, I agree. I'll port the bug fix from the -devel branch soon.

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