Bug 209401 - app-text/acroread-8.1.2 install junk desktop files
Bug#: 209401 Product:  Gentoo Linux Version: 2007.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: printing@gentoo.org Reported By: jakub@gentoo.org
Component: Ebuilds
URL: 
Summary: app-text/acroread-8.1.2 install junk desktop files
Keywords:  
Status Whiteboard: 
Opened: 2008-02-08 22:09 0000
Description:   Opened: 2008-02-08 22:09 0000
/usr/share/applications/vnd.adobe.pdx.desktop
/usr/share/applications/vnd.adobe.xdp+xml.desktop
/usr/share/applications/vnd.adobe.xfdf.desktop
/usr/share/applications/vnd.fdf.desktop

This better shouldn't exist, they are broken and using deprecated stuff.
Something like 

for i in "${D}"/usr/share/applications/vnd.*.desktop ; do
        echo "NoDisplay=true"
done 

in the ebuild would at least stop cluttering menus with this as a quick
workaround.

------- Comment #1 From Jakub Moc (RETIRED) 2008-02-08 22:17:49 0000 -------
Ugh, that obviously should be `echo "NoDisplay=true" >> ${i}`, need more beer.

------- Comment #2 From Timo Gurr 2008-03-07 20:59:32 0000 -------
(In reply to comment #0)
> /usr/share/applications/vnd.adobe.pdx.desktop
> /usr/share/applications/vnd.adobe.xdp+xml.desktop
> /usr/share/applications/vnd.adobe.xfdf.desktop
> /usr/share/applications/vnd.fdf.desktop
> 
> This better shouldn't exist, they are broken and using deprecated stuff.

I removed them in -r1, thanks for reporting Jakub! :)