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

#config-location Either your webpage is wrong or your program. #4242

Open
zeilen opened this issue Feb 5, 2020 · 4 comments
Open

#config-location Either your webpage is wrong or your program. #4242

zeilen opened this issue Feb 5, 2020 · 4 comments

Comments

@zeilen
Copy link

@zeilen zeilen commented Feb 5, 2020

  • Your Hyper.app version is 3.0.2. Please verify your using the latest Hyper.app version
  • 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?
    Yes.

Issue

Either your webpage is wrong or your program.

hyper.is/#config-location says
for macOS the path to config file is ~/Library/Application Support/Hyper/.hyper.js
and it says “config at ~/.hyper.js still supported”.

But when I start a freshly installed Hyper.app
it creates ~/Lib…/App…Supp…/Hyper/ without .hyper.js and .hyper_plugins/ inside
but creates ~/.hyper.js and ~/.hyper_plugins/.
Even when I move them from my home dir to Hyper’s AppSupport dir. They are re-created.

  • Hyper version: undefined "3.0.2"

  • OS ARCH VERSION: darwin x64 17.7.0

  • Electron: 3.1.3 LANG: undefined

  • SHELL: /bin/bash 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": [
"hyperpower"
],
"localPlugins": []
}

@Stanzilla
Copy link
Collaborator

@Stanzilla Stanzilla commented Feb 5, 2020

yeah the website is a bit outdated, thanks!

@ppot
Copy link
Collaborator

@ppot ppot commented Feb 13, 2020

Well.. The documentation represent latest stable release. Not canary.

@zeilen
Copy link
Author

@zeilen zeilen commented Feb 14, 2020

I found out Hyper uses $XDG_CONFIG_HOME if set.

(3.0.2 is the latest stable release)

@nicolaibach
Copy link

@nicolaibach nicolaibach commented Mar 8, 2020

@zeilen: on my system Hyper uses $XDG_CONFIG_HOME when launched via the cli command. Opening the .app still reads from ~/.hyper.js.
Can you confirm that?

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

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.