| Bug#: 92759 | Product: Gentoo Linux | Version: 2005.0 | Platform: All |
| OS/Version: All | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: text-markup@gentoo.org | Reported By: chutz@gg3.net | |
| Component: Applications | |||
| URL: | |||
| Summary: lyx supports USE=gnome to install a generic menu item | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2005-05-15 20:26 0000 | |||
| Description: | Opened: 2005-05-15 20:26 0000 |
The lyx ebuilds have the following code:
# gnome menu entry
if use gnome; then
insinto /usr/share/applications
doins ${FILESDIR}/lyx.desktop
fi
As far as I see:
1. The .desktop file installed is a generic desktop entry supported not only by gnome, but by kde, xfce4 and maybe others; the gnome useflag is not appropriate
2. It could simply use domenu instead
Fixed in 1.3.5-r1