Closed
Bug 1291331
Opened 5 years ago
Closed 4 years ago
Windows 10 start menu tile doesn't always use updated settings in firefox.VisualElementsManifest.xml
Categories
(Firefox :: Installer, defect, P1)
Firefox
Installer
Tracking
()
People
(Reporter: jaws, Assigned: mhowell)
References
Details
(Whiteboard: [reserve-photon-animation])
Attachments
(1 file)
|
4.05 KB,
patch
|
robert.strong.bugs
:
review+
|
Details | Diff | Splinter Review |
Updated•5 years ago
|
Summary: The installer needs to update the lastWriteTime of the Firefox startmenu shortcut for all users and the current user → Windows 10 start menu tile doesn't always use updated settings in firefox.VisualElementsManifest.xml. Fix is likely in comment #0
Comment 1•5 years ago
|
||
I guess we need to do something with auto-upgrade as well.
| Reporter | ||
Comment 2•4 years ago
|
||
[Tracking Requested - why for this release]: in changing the Firefox icon, we should make sure that the updater clears the Windows Start Menu icon cache so the new icons will be used.
tracking-firefox57:
--- → ?
Updated•4 years ago
|
Whiteboard: [photon-animation] [triage]
| Assignee | ||
Comment 3•4 years ago
|
||
I've just done some testing and it seems like the approach from bug 1284517 did not work; as in, the method it uses to update the last modified time does not actually affect the last modified time. We might be better off calling the SetFileTime API to update the time directly, or failing that we can just recreate the shortcut file. Note that this does not make bug 1284517 comment 16 incorrect; we do still need to be doing this in both start menu locations.
| Assignee | ||
Comment 4•4 years ago
|
||
SetFileTime appears to be working, I'll put up a patch that uses that.
Assignee: nobody → mhowell
Status: NEW → ASSIGNED
Priority: -- → P1
Summary: Windows 10 start menu tile doesn't always use updated settings in firefox.VisualElementsManifest.xml. Fix is likely in comment #0 → Windows 10 start menu tile doesn't always use updated settings in firefox.VisualElementsManifest.xml
| Assignee | ||
Comment 5•4 years ago
|
||
Attachment #8894644 -
Flags: review?(robert.strong.bugs)
Updated•4 years ago
|
Attachment #8894644 -
Flags: review?(robert.strong.bugs) → review+
| Assignee | ||
Comment 6•4 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/e68e6723cff722c5e948ff8851bc589bda6a3be0 Bug 1291331 - Update last modified time on start menu shortcuts during install or update. r=rstrong
Updated•4 years ago
|
Flags: qe-verify?
Whiteboard: [photon-animation] [triage] → [reserve-photon-animation]
Comment 7•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e68e6723cff7
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Updated•4 years ago
|
Iteration: --- → 57.1 - Aug 15
Since this is fixed, no need to track it for 57.
tracking-firefox57:
? → ---
Updated•4 years ago
|
Flags: qe-verify? → qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•