Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209401 - app-text/acroread-8.1.2 install junk desktop files
Summary: app-text/acroread-8.1.2 install junk desktop files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-08 22:09 UTC by Jakub Moc (RETIRED)
Modified: 2008-03-07 20:59 UTC (History)
1 user (show)

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 Jakub Moc (RETIRED) gentoo-dev 2008-02-08 22:09:29 UTC
/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 Jakub Moc (RETIRED) gentoo-dev 2008-02-08 22:17:49 UTC
Ugh, that obviously should be `echo "NoDisplay=true" >> ${i}`, need more beer.
Comment 2 Timo Gurr (RETIRED) gentoo-dev 2008-03-07 20:59:32 UTC
(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! :)