When attempting to use any command from the hyper CLI, I get the following:
/home/dakedres/.gtkrc-2.0:4: Unable to find include file: "$HOME/.gtkrc-2.0.mine"
Disabling Chromium GPU blacklist
running in prod mode
electron will open file:///usr/lib/hyper/resources/app.asar/index.html
Checking for notification messages
No matching notification messages
And it opens a new instance of the terminal, I found this previously mentioned issue which was very similar, however they were on Windows 10. So I decided to follow the answer to that issue and opened a new instance of the terminal as root (using sudo hyper) and try to reinstall the CLI command in PATH. In the Hyper terminal instance I had used to open the root instance, I got the following:
[Notification] Hyper CLI instalation: Command is added in PATH only at package installation. Please reinstall.
(hyper:9181): libnotify-WARNING **: 00:38:05.918: Failed to connect to proxy
(hyper:9181): libnotify-WARNING **: 00:38:05.931: Failed to connect to proxy
(hyper:9181): libnotify-WARNING **: 00:38:05.947: Failed to connect to proxy
(Yes that typo is accurate to the what it logged)
And it hung for quite a while, so I stopped the process. Judging from the information it gave me, I decided to try and reinstall as root, just in case, to no avail.
Any help would be greatly appreciated, I'd really like to be able to use Hyper to it's full potential again.
The CLI tools must be added to your path.
export PATH=/usr/lib/hyper/resources/bin:$PATH
Ah it works now, thank you!
Most helpful comment
The CLI tools must be added to your path.