Package Details: edex-ui-git 2.2.8.pre-1

Git Clone URL: https://aur.archlinux.org/edex-ui-git.git (read-only, click to copy)
Package Base: edex-ui-git
Description: A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
Upstream URL: https://github.com/GitSquared/edex-ui
Keywords: electron nodejs science-fiction terminal tron
Licenses: GPL3
Conflicts: edex-ui
Provides: edex-ui
Submitter: icanwalkonwater
Maintainer: None
Last Packager: None
Votes: 13
Popularity: 0.000000
First Submitted: 2018-11-22 20:44 (UTC)
Last Updated: 2021-07-02 17:25 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

<deleted-account> commented on 2019-12-31 09:59 (UTC)

@typecasto

Downloading maxmind databases...
events.js:282
      throw er; // Unhandled 'error' event
      ^
Error: getaddrinfo ENOTFOUND geolite.maxmind.com

The MaxMind endpoint seems to have gone offline, which is preventing you from retrieving GeoIP databases eDEX needs to build.

I can't reach it either, I'm going to look into this.

typecasto commented on 2019-12-31 02:58 (UTC)

I'm having trouble installing this (and also edex-ui) from a (pretty much stock) system. (the same issue happens in a bone-stock arch system, though this log is not from it.)

My install log is located at https://pastebin.com/raw/Kgww661u

Am I missing any dependencies? Do you need any other files to help? Let me know if there's anything I can do to help.

suffer commented on 2019-09-06 19:50 (UTC)

@GitSquared Sorry, I must have misread something. Probably the important things like "I fixed it". It's now building correctly. Thanks.

<deleted-account> commented on 2019-09-06 16:55 (UTC)

@suffer Correct me if I'm mistaken, but isn't that the point of -git packages? Most AUR helpers will check if there is a newer version than the one installed (using pkgver) on -git packages afaik, so there shouldn't be any case of "update loops".

As I'm sure you know there is also a stable package (edex-ui) that refers to the latest git tag and is manually updated on each new release.

suffer commented on 2019-09-06 14:29 (UTC)

@GitSquared The side effect of that, though, is that users always will see there is a newer version available. I built this package several times before I realized what was going on. Also, if anyone is automating AUR updates, they will be stuck in an update loop.

<deleted-account> commented on 2019-09-04 16:50 (UTC)

@suffer this was an issue in the pkgver script. I fixed it to use versioning information from package.json instead of the last git tag. Note that this package will always refer to the latest master commit.

suffer commented on 2019-09-04 16:30 (UTC)

This is says 3.0.0.pre.7dd1e98-1 but installs 2.2.2.r86.g88f5eed-1 (which is last commit). I guess you need to add timetravel to makedepends.

<deleted-account> commented on 2019-09-02 10:41 (UTC)

@Kunda sorry for the late response: This is a known bug in the pty emulator eDEX uses (node-pty) that sometime occurs when re-opening terminal sockets. The node-pty team, funded by Microsoft as it's also a dependency of VS Code, has been working on mitigating this for a while now, but the problem seems to be hard to solve.

Unfortunately this is all out of my control and all I can do is merge node-pty updates ASAP when they get released.

Kunda commented on 2019-07-08 23:54 (UTC) (edited on 2019-07-08 23:55 (UTC) by Kunda)

Starting eDEX-UI v2.2.2
With Node 10.11.0 and Electron 4.2.6
Renderer is Chrome 69.0.3497.128

Can anyone recreate this bug?
1. start edex-ui
2. change to a different theme
3. After edex-ui restarts click to open a new terminal tab
RESULT: crash error: Error: ioctl(2) failed.
screenshot: https://i.imgur.com/lirGS5W.png
NOTE: if it doesn't crash try repeating steps #2 and #3 over again

icanwalkonwater commented on 2018-12-04 11:01 (UTC)

@vancheese actually it's not the latest version of electron. I think you can trick it if you install globally electron with npm install -g but I'm not sure.