https://bugs.documentfoundation.org/show_bug.cgi?id=76131

--- Comment #71 from V Stuart Foote <vstuart.fo...@utsa.edu> ---
(In reply to John Page from comment #70)
> As I see it, this is not merely a "bug", but simply bad programming. I am
> frequently up-dating software, but very few apps need the existing version
> to be uninstalled before installing the updated version. Most merely update
> the relevant DLL files into the existing software. This particular issue is
> limited to the part of the software dealing with the formation of the
> taskbar listings. Therefore, it seems to me that only that portion of the
> code needs to be replaced, leaving everything else untouched.
> 
> Dealing with updates in that fashion would not only leave everything else as
> it was, but the updating process would take much less time to complete, with
> minimal impact on the registry, which cannot be a bad thing.

That is generically know as incremental updating. See bug 68274, or the general
tracking meta bug 113339.  And, retaining Windows JumpLists inside user os
profiles is native code.

Specific Windows packaging might address situation for os/DE registered
JumpLists -- but project cross-platform already retains our MRU history in our
per-user profile.  The Windows specific bug has received attention, and while
we've been able to retain between minor incremental builds the rub comes with
major version updates. 

There might be a solution, but it remains a minor issue (though affecting all
Windows users at version update).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to