Opened 11 years ago
Closed 11 years ago
#10450 closed bug (fixed)
BeOS bitmap icon not retrieved correctly by mime.GetIcon() - Example: Pe
Reported by: | rossi | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Not sure whether the issue is with Pe, but I tend to believe its an issue with Haiku. Pe uses the mime.GetIcon() function to retrieve the BeIDE icon for the BeIDE menu item if BeIDE is installed and the according option to show this menu is checked (which is default).
The attached screenshot conveniently shows both the corrupted icon and the passage from the Pe sources, where the icon is retrieved.
BeIDE is installed (repackaged as HPKG) and all other obvious locations, where icons are retrieved seem to work ...
This happens on hrev46722.
Attachments (1)
Change History (4)
by , 11 years ago
comment:1 by , 11 years ago
comment:2 by , 11 years ago
As of hrev46760 this works again. I don't know the exact revision, which fixed this issue, but I suspect it was href 46759 ("mime/Database: Add SetIcon[ForType]() BBitmap* version").
Can be closed as fixed.
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
hrev46759 fixes that application bitmap icons were not being written correctly to the MIME DB via mimeset
or create_app_meta_mime()
. So it might indeed be related.
Might be related to #10166