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

WindowsTerminal: Closes automatically after launch #45

Closed
Velgus opened this issue Jul 24, 2019 · 5 comments
Closed

WindowsTerminal: Closes automatically after launch #45

Velgus opened this issue Jul 24, 2019 · 5 comments

Comments

@Velgus
Copy link

Velgus commented Jul 24, 2019

When installed through scoop, WindowsTerminal currently opens an empty window frame (no content in the window's body) when launched, and closes a second later.

The Windows Store version defaults to opening a Powershell tab.

@Ash258
Copy link
Owner

Ash258 commented Jul 24, 2019

Yeah I know. It is untested version which do not work.

A

@mtkleet
Copy link

mtkleet commented Jul 27, 2019

You can make it work with a few manipulations, but not with scoop installation unfortunately. Although I hope this will help @Ash258 bundle it into his wonderful bucket.
If you don't use Windows Store and want to install updated version of WindowsTerminal (SelfSigned5.6.0 has outdated profile.json schema - so it's really worth it) all you have to do is:

  1. scoop uninstall WindowsTerminal or uninstall SelfSigned5.6.0 if neccesary
  2. Download latest official pre-release: https://github.com/microsoft/terminal/releases/ and SelfSigned 5.6.0 version: https://justtekno.com/2019/05/download-and-install-windows-terminal/
  3. Unpack msixbundle and SelfSigned archive to separate folders.
  4. Delete everything but prefered version of CascadiaPackage like CascadiaPackage_0.2.1831.0_x64.msix from official pre-release directory.
  5. Copy CascadiaPackage_2019.5.6.0_x86_x64_arm64.cer from SelfSigned dir and rename it to CascadiaPackage_0.2.1831.0_x64.cer, copy the rest of files to pre-release dir:
    Add-AppDevPackage.ps1, Add-AppDevPackage.resources and Dependencies.
  6. Install by following instructions from: https://justtekno.com/2019/05/download-and-install-windows-terminal/

@Ash258
Copy link
Owner

Ash258 commented Aug 12, 2019

@h404bi Yes this will undoubtedly work, but it will not be installed under scoop, which is something I want to avoid on all manifests when possible.

@Ash258
Copy link
Owner

Ash258 commented Oct 24, 2019

Working in latest version

A

@Ash258 Ash258 closed this as completed Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants