Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 350545

Summary: x11-terms/xterm-267 does not install menu entries (.desktop files)
Product: Gentoo Linux Reporter: Michelangelo Scopelliti <kernelpanic>
Component: Current packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED FIXED    
Severity: normal CC: dickey
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
ebuild patch

Description Michelangelo Scopelliti 2011-01-04 14:19:08 UTC
xterm.desktop and uxterm.desktop are not installed. Apparently, it's related to the value of DESKTOP_FLAGS in the Makefile (supposedly pointing to absolute path; wild guessing).

Reproducible: Always

Steps to Reproduce:
1. emerge xterm
2. equery f xterm
3. --> no desktop files installed
Comment 1 Michelangelo Scopelliti 2011-01-04 14:20:38 UTC
Created attachment 258822 [details]
emerge --info

I don't think it's relevant, but here's my emerge --info
Comment 2 Michelangelo Scopelliti 2011-01-04 14:24:02 UTC
Created attachment 258824 [details, diff]
ebuild patch

A quick and dirty workaround. Actually, I think it's easier than sedding/patching Makefile, but it's just my opinion.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2011-07-09 12:03:21 UTC
well I don't want to add depend of desktop-file-utils to xterm's ebuild and desktop-file-install command sucks with $DESTDIR in any case so your solution using domenu is sufficient

thanks for the patch, it's now in 270