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
|
/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.
Ugh, that obviously should be `echo "NoDisplay=true" >> ${i}`, need more beer.
(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! :)