vercel / vercel/hyper

sh commands opening blank Hyper terminal

Open
#5,690 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
44.7k
Forks
3.6k
Avg merge
21m
Merged PRs (30d)
1

Description

  • [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):
  • Is the issue reproducible in vanilla Hyper.app?

Issue

Hyper opening with a blank terminal when running sh commands from the KDE application menu. If i switch the default terminal emulator to Konsole or xterm, these work, it opens the software application.

the command that is running is this: sh -c '/usr/bin/zaproxy;$SHELL'

  • Hyper version: 3.0.2 "3.0.2"

  • OS ARCH VERSION: linux x64 5.12.12-arch1-1

  • Electron: 3.1.3 LANG: en_US.UTF-8

  • SHELL: /bin/zsh TERM: xterm-256color

~/.hyper.js contents
        
          {
  "updateChannel": "stable",
  "fontSize": 11,
  "fontFamily": "Source Code Pro, \"Source Sans\", Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "fontWeight": "normal",
  "fontWeightBold": "bold",
  "lineHeight": 1,
  "letterSpacing": 1,
  "cursorColor": "rgba(247,255,0,0.8)",
  "cursorAccentColor": "#000",
  "cursorShape": "UNDERLINE",
  "cursorBlink": true,
  "foregroundColor": "#fff",
  "backgroundColor": "#2e3440",
  "selectionColor": "rgba(255,255,255,0.3)",
  "borderColor": "#26a269",
  "css": "",
  "termCSS": "",
  "showHamburgerMenu": "",
  "showWindowControls": false,
  "padding": "5px 5px",
  "colors": {
    "black": "#000000",
    "red": "#C51E14",
    "green": "#26A269",
    "yellow": "#FFFFFF",
    "blue": "#5294E2",
    "magenta": "#C839C5",
    "cyan": "#FFFFFF",
    "white": "#C7C7C7",
    "lightBlack": "#2BA8AA",
    "lightRed": "#FD6F6B",
    "lightGreen": "#33DA7A",
    "lightYellow": "#FFFA72",
    "lightBlue": "#5294E2",
    "lightMagenta": "#FFFFFF",
    "lightCyan": "#68FDFE",
    "lightWhite": "#FFFFFF"
  },
  "shell": "/bin/zsh",
  "shellArgs": [
    "--login"
  ],
  "env": {},
  "bell": "false",
  "copyOnSelect": false,
  "defaultSSHApp": true,
  "quickEdit": true,
  "macOptionSelectionMode": "vertical",
  "webGLRenderer": true
}
      {

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the KDE application-menu command sh -c '/usr/bin/zaproxy;$SHELL' in Hyper 3.0.2 on Linux, then compare it with Konsole or xterm. Trace how Hyper handles commands launched externally and confirm that the application opens a usable terminal running the command rather than a blank window.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.