-
Notifications
You must be signed in to change notification settings - Fork 620
Installation error on Ubuntu 16.04 #1034
Comments
@leva7 , I've had the same errors. It's kinda weird. If you try running Don't know. And it's kinda inconvenient to start-up Black Screen via NPM every single time. |
@leva7 , here's a quick fix if you don't mind using the Electron logo as Black Sceen's App Icon:
This will force Electron Builder to use Electron's default icon which keeps it from having to invoke the |
@christianwico, but what about those ECONNRESET errors during |
|
@christianwico, the app did in fact start up when I ran |
Not working for me, Exit code: 127. |
@vshatskyi Any ideas on how to get the icon functioning on Linux? |
Fixed. If you encounter a libreadline error, there are some workarounds here: electron-userland/electron-builder#993 |
@vshatskyi No, the issue persists (log). Is it perhaps because you've written
while the icon files are named |
The path is correct, it should be a directory name relative to |
But there's no directory in
|
You might have forgotten to pull if you don't have this directory: https://github.com/railsware/upterm/tree/master/build/icons |
No, the reason why I didn't have the folder is that it's not in the latest release, as I got the source code from there |
But with the folder, the icon installs just fine |
I'm trying to build the project on Ubuntu 16.04 64-bit. I've cloned this repository and executed
sudo npm install
inside the folder.The installation took a while and then suddenly errors started appearing. Here is the console output.
Then the
npm install
finished and I ransudo npm run pack
. It also errored, here is its log.Is Ubuntu supported? As it seems from the errors, it has some trouble with the connection. However, my Internet is pretty stable, I can freely use the browser during the installation
The text was updated successfully, but these errors were encountered: