Bug 498801

Summary: There is no menu entry for git-gui after installed.
Product: [Fedora] Fedora Reporter: F.Prates <mad.kanie>
Component: gitAssignee: Todd Zullinger <tmz>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 11CC: bkearney, chrisw, jwboyer, tmz
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-06-29 00:00:07 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 F.Prates 2009-05-03 13:29:42 UTC
Description of problem:
There is no menu entry for git-gui after installed.

Version-Release number of selected component (if applicable):
1.6.2.2 (git)

How reproducible:
check Applications(>Development) and System menus for a git-gui menu entry. typing git-gui in the shell doesn't work. There is not a link to or binary for git-gui in /usr/bin. (current path for git-gui: /usr/libexec/git-core/git-gui).

Steps to Reproduce:
1. yum install git-gui
2.
3.
  
Actual results:
No hint on how to execute git-gui.

Expected results:
A git-gui menu entry in Applications>Development

Additional info:

Comment 1 Todd Zullinger 2009-05-24 18:15:22 UTC
I'll add one for the next git update.  Here's the content I plan to add (in case anyone has suggestions):

[Desktop Entry]
Name=Git GUI
GenericName=Git GUI
Comment=A graphical interface to Git
Exec=git gui
Icon=/usr/share/git-gui/lib/git-gui.ico
Terminal=false
Type=Application
Categories=Development;

Comment 2 Bug Zapper 2009-06-09 15:03:48 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Todd Zullinger 2009-06-29 00:00:07 UTC
This was fixed in git-1.6.3.2-1 (in rawhide).  Thanks for the report.