Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jumplist: prefer the app execution alias in %LOCALAPPDATA% #7567

Merged
1 commit merged into from
Sep 8, 2020

Conversation

DHowett
Copy link
Member

@DHowett DHowett commented Sep 8, 2020

By setting the jumplist entries to launch WindowsTerminal.exe out of
the package root, we've inadvertently made WindowsTerminalDev emit jump
list entries that launch the unpackaged version of Terminal.

We can fix this by copying the code from the shell extension that
determines which version of the executable to launch -- wt, wtd or
WindowsTerminal -- depending on the context under which it was invoked.

Fixes #7554

By setting the jumplist entries to launch `WindowsTerminal.exe` out of
the package root, we've inadvertently made WindowsTerminalDev emit jump
list entries that launch the _unpackaged_ version of Terminal.

We can fix this by copying the code from the shell extension that
determines which version of the executable to launch -- wt, wtd or
WindowsTerminal -- depending on the context under which it was invoked.

Fixes #7554.
@DHowett
Copy link
Member Author

DHowett commented Sep 8, 2020

@Sidneys1 may be happy to see this ;P

@DHowett
Copy link
Member Author

DHowett commented Sep 8, 2020

@msftbot merge this in 1 minutes

@ghost ghost added the AutoMerge Marked for automatic merge by the bot when requirements are met label Sep 8, 2020
@ghost
Copy link

ghost commented Sep 8, 2020

Hello @DHowett!

Because you've given me some instructions on how to help merge this pull request, I'll be modifying my merge approach. Here's how I understand your requirements for merging this pull request:

  • I won't merge this pull request until after the UTC date Tue, 08 Sep 2020 19:18:34 GMT, which is in 1 minute

If this doesn't seem right to you, you can tell me to cancel these instructions and use the auto-merge policy that has been configured for this repository. Try telling me "forget everything I just told you".

@ghost ghost merged commit b2cfd0a into master Sep 8, 2020
@ghost ghost deleted the dev/duhowett/jumplist_2 branch September 8, 2020 19:19
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AutoMerge Marked for automatic merge by the bot when requirements are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Taskbar Jumplist entries open in wt.exe instead of the application the jumplist belongs to (e.g., wtd.exe)
3 participants