Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 170424 - games-arcade/digger don't creates a .desktop file in /usr/share/applications
Summary: games-arcade/digger don't creates a .desktop file in /usr/share/applications
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-11 14:55 UTC by Francisco Lloret
Modified: 2007-03-21 17:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francisco Lloret 2007-03-11 14:55:45 UTC
games-arcade/digger don't creates a .desktop file in /usr/share/applications.

Then it don't appears in xfce menus by default.

adding a make_desktop_entry line in src_install() in the ebuild solves this. The final src_install function is:

src_install() {
        dogamesbin digger
        dodoc digger.txt
        make_desktop_entry ${PN} Digger
        prepgamesdirs
}

Reproducible: Always

Actual Results:  
The .desktop entry is not created in /usr/share/applications

Expected Results:  
Adding the make_desktop_entry line in ebuild, the .desktop entry is created in /usr/share/applications
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2007-03-21 17:02:22 UTC
fixed.