-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Problems running the desktop client on Arch Linux #2792
Comments
None of the log warnings etc look problematic; it feels more like your
Electron is somehow broken. Can you upload the full build logs?
Also, what version of electron did `npm install electron` install? (you
can see from its package.json)
|
The electron version is 1.4.11. The entire package.json is pasted below. Where are the build logs? I couldn't find anything relevantly names and changed recently in the same directory.
|
|
Great, thanks! Maybe this step should be added to the desktop install instructions in the README? Or is it implicit that you always have to do this when using |
It's just plain missing because I had the same problem (and only found something with |
Update desktop build instructions fixes #2792
This is based on what I had to do to get the desktop app running, as per the advice in element-hq#2792. I am not familiar with `npm`, so please change this pull request if there is a more appropriate way of achieving the same result.
Fixes element-hq#2792 again after regression 3c91f90
Hi,
I am having troubles installing the Riot desktop client on Arch Linux. I cloned the the git repo (latest, tag
0.9.3
), navigated into the base directory and ranThis launches a white empty window, titled Riot, and with a working menu bar. The following message is outputted to the console upon launching the window
I did not observe any error during the install, but there were some warnings. I don't have much experience with
npm
orelectron
, so I am looking for some help troubleshooting this.The full installation message was
A long list of a file hierarchy followed and then a few more warnings in the end:
I tried cloning and installing the
0.9.1
-tag with the same result.Further, I tried
which also launches an empty window. This time without any menubar and terminal message.
Any ideas of how I could get the desktop client up and running?
In case it matters, I'm on kernel 4.8.12-2-ARCH, with Gnome 3.22.1 as the desktop environment.
The text was updated successfully, but these errors were encountered: