[PR #15118] [MERGED] When unpackaged, isolate the monarch by the install path #30432

Open
opened 2026-01-31 09:40:47 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/15118
Author: @DHowett
Created: 4/5/2023
Status: Merged
Merged: 4/5/2023
Merged by: @zadjii-msft

Base: mainHead: dev/duhowett/isolate-monark


📝 Commits (1)

  • f52cb23 When unpackaged, isolate the monarch by the install path

📊 Changes

1 file changed (+33 additions, -2 deletions)

View changed files

📝 src/cascadia/Remoting/WindowManager.cpp (+33 -2)

📄 Description

Unpackaged installations don't have the luxury of magic package
isolation to stop them from accidentally touching each other's monarchs.
We need to enforce that ourselves by making their monarch CLSIDs unique
per install.

We'll use a v5 UUID based on the install folder to unique them.

Closes #15117


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/15118 **Author:** [@DHowett](https://github.com/DHowett) **Created:** 4/5/2023 **Status:** ✅ Merged **Merged:** 4/5/2023 **Merged by:** [@zadjii-msft](https://github.com/zadjii-msft) **Base:** `main` ← **Head:** `dev/duhowett/isolate-monark` --- ### 📝 Commits (1) - [`f52cb23`](https://github.com/microsoft/terminal/commit/f52cb23c2c671dbd5806eab8d0129bd3fd53638d) When unpackaged, isolate the monarch by the install path ### 📊 Changes **1 file changed** (+33 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/Remoting/WindowManager.cpp` (+33 -2) </details> ### 📄 Description Unpackaged installations don't have the luxury of magic package isolation to stop them from accidentally touching each other's monarchs. We need to enforce that ourselves by making their monarch CLSIDs unique per install. We'll use a v5 UUID based on the install folder to unique them. Closes #15117 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:40:47 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30432