Open
Bug 732078
Opened 13 years ago
Updated 3 years ago
Look at whether we can avoid refreshing the icon cache every time we update
Categories
(Firefox :: Installer, enhancement, P5)
Tracking
()
NEW
People
(Reporter: rain1, Unassigned)
Details
Every time an update happens, in the post-update process we ask Windows to dump and refresh its icon cache. (The way to do this is by calling SHChangeNotify with SHCNE_ASSOCCHANGED at some point.) This causes all the icons on the desktop, pinned icons on the taskbar etc to momentarily flash while they're being refreshed.
We should look into whether we actually need to do this at every update.
![]() |
||
Comment 1•13 years ago
|
||
Agreed we should look at this further but bug 307181 does not depend on this so removing dependency.
No longer blocks: bgupdates
Reporter | ||
Comment 2•13 years ago
|
||
I couldn't find a meta bug for silent updates, heh.
![]() |
||
Comment 4•13 years ago
|
||
Comment 6•8 years ago
|
||
It's not a bug, but it is a valid enhancement request. It would be better if we could avoid having to do this. I suspect we can't, but I haven't really tried. So the bug stays open. Doesn't mean it has to get a high priority, though.
Severity: normal → enhancement
Priority: -- → P4
Updated•8 years ago
|
Priority: P4 → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•