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

Terminal window is create instead to be in the main Hyper window #3811

Closed
tsukasa696 opened this issue Sep 1, 2019 · 2 comments
Closed

Terminal window is create instead to be in the main Hyper window #3811

tsukasa696 opened this issue Sep 1, 2019 · 2 comments

Comments

@tsukasa696
Copy link

hyper_error

  • [x ] Your Hyper.app version is 3.0.2. Please verify your using the latest Hyper.app version
  • [ x] I have searched the issues of this repo and believe that this is not a duplicate

  • Any relevant information from devtools? (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere):

N/A

  • Is the issue reproducible in vanilla Hyper.app?

First and Fresh Install

Issue

When i try to open the Hyper it just open a new terminal windows, the main app windows is just like the image attach if i close that terminal the app close, if i close the app the terminal window just stay there until i close it, so right now my app is a shortcut to the terminal 😞

  • OS version and name: Windows 10 Pro, version 1903, build 18362.295
  • Hyper.app version: 3.0.2 (stable)
  • Electron: 3.1.3 LANG: undefined
  • SHELL: undefined TERM: undefined
~/.hyper.js contents
        
          {
  "updateChannel": "stable",
  "fontSize": 12,
  "fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "fontWeight": "normal",
  "fontWeightBold": "bold",
  "lineHeight": 1,
  "letterSpacing": 0,
  "cursorColor": "rgba(248,28,229,0.8)",
  "cursorAccentColor": "#000",
  "cursorShape": "BLOCK",
  "cursorBlink": false,
  "foregroundColor": "#fff",
  "backgroundColor": "#000",
  "selectionColor": "rgba(248,28,229,0.3)",
  "borderColor": "#333",
  "css": "",
  "termCSS": "",
  "showHamburgerMenu": "",
  "showWindowControls": "",
  "padding": "12px 14px",
  "colors": {
    "black": "#000000",
    "red": "#C51E14",
    "green": "#1DC121",
    "yellow": "#C7C329",
    "blue": "#0A2FC4",
    "magenta": "#C839C5",
    "cyan": "#20C5C6",
    "white": "#C7C7C7",
    "lightBlack": "#686868",
    "lightRed": "#FD6F6B",
    "lightGreen": "#67F86F",
    "lightYellow": "#FFFA72",
    "lightBlue": "#6A76FB",
    "lightMagenta": "#FD7CFC",
    "lightCyan": "#68FDFE",
    "lightWhite": "#FFFFFF"
  },
  "shell": "",
  "shellArgs": [
    "--login"
  ],
  "env": {},
  "bell": "SOUND",
  "copyOnSelect": false,
  "defaultSSHApp": true,
  "quickEdit": false,
  "macOptionSelectionMode": "vertical",
  "webGLRenderer": true
}
      {

"plugins": [],
"localPlugins": []
}

@tsukasa696
Copy link
Author

answer provide by @Tyriar
#73790, you need to disable legacy console mode in cmd.exe/conhost's properties.

@Tyriar
Copy link
Contributor

Tyriar commented Sep 7, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants