First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 209401
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Printing Team <printing@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jakub Moc <jakub@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 209401 depends on: Show dependency tree
Show dependency graph
Bug 209401 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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 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! :)

First Last Prev Next    No search results available      Search page      Enter new bug