#16216 closed bug (fixed)
Some icons missing in HaikuDepot
Reported by: | humdinger | Owned by: | apl-haiku |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta3 |
Component: | Applications/HaikuDepot | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is on the RC2 of R1/beta2, 32bit (hrev54154+110).
When opening HaikuDepot, the lists of packages are populated alright. Some packages' custom icons are missing, however, sowing the default HPKG icon instead. Refreshing repos from inside HaikuDepot doesn't change that.
For example, from the "Recommended" tab, it's Arduino, BeShare, Calligra Suite, DocumentViewer, DosBox, Flare, KeePassXC...
I removed ~/config/cache/HaikuDepot and ~/config/settings/HaikuDepot and started from Terminal with "HaikuDepot -v trace". The output is attached as HD-trace.txt.
Selecting an app does load ratings and screenshots, but the icon still isn't updated. The output when selecting Koder is attached as Koder-selected.txt.
I don't know if this is a HaikuDepot app failure, or if HDS or some service inbetween is to blame.
Attachments (4)
Change History (14)
by , 4 years ago
Attachment: | HD-trace.txt added |
---|
comment:1 by , 4 years ago
I am not on the R1B2 candidate, but I can currently see all of the icons appearing properly on the nightly. Do you see this same problem on the nightly or a recent build off master?
I think the trace you have supplied is cropped unfortunately; would you be able to pipe it to a file and then supply that file.
HaikuDepot -v trace > /tmp/log.txt 2>&1
Also, as a diagnostic, the icons are currently unpacked onto the file system (I am going to change that in the future) and so you should be able to find the icon here;
~/config/cache/HaikuDepot/__allicons/hicn/koder
There you should find a single icon.hvif
file. Can you see it?
comment:2 by , 4 years ago
I just downloaded the R1B2 candidate hrev54154+110 and the icons all seem to be appearing correctly including for the Koder package? Can somebody else verify the issue.
comment:3 by , 4 years ago
Attached the uncropped logs from beta2/rc2 and a current nightly (hrev54302). Both beta2/rc2 and the nightly image show the same issue. The Koder icon is present at ~/config/cache/HaikuDepot/allicons/hicn/koder. checkfs -c /boot
returns a clean report, fwiw.
comment:5 by , 4 years ago
I see...
[ServerIconExportUpdateProcess] did not set the package icon for [koder_x86]; no data
It's the old _x86
rearing it's head again. OK I will see what I can do with a work-around for the special suffix.
comment:6 by , 4 years ago
The fix for this issue will be in HDS rather than in the desktop client, but this ticket remains open here since it will need to be checked in the desktop client.
comment:7 by , 4 years ago
I forgot to mention this should be resolved now -- can you please check this one again?
comment:8 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
It's working indeed (after I cleaned out the cache). Thank you very much!
comment:9 by , 4 years ago
OK cool; people's caches should be refreshed when there are new icons to be pulled down.
comment:10 by , 4 years ago
Milestone: | Unscheduled → R1/beta3 |
---|
Move closed tickets into beta3 milestone
Launching HaikuDepot traced