Blank or empty window when building it from source in arch Linux #262
Replies: 5 comments 6 replies
-
Did you try running with This is a known issue on some Linux distributions, and is generally included within the released binary of them. |
Beta Was this translation helpful? Give feedback.
-
But yeah, there are other builds that are non binary - I'll check out how they do it. |
Beta Was this translation helpful? Give feedback.
-
The striping of symbols wasn't the problem. |
Beta Was this translation helpful? Give feedback.
-
Saw that those are pipeline build files. Does make sense. I looked into your pipeline logs and I see that I am missing a warning that you have in your logs:
Maybe I use a newer I am attaching the build log. Perhaps you find something wrong in it. |
Beta Was this translation helpful? Give feedback.
-
did you try building it separately and zipping with makepkg
|
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I an currently creating an AUR package that builds from source for arch Linux.
It get it to build and launch, but it is... empty, when launched without presenting much information about why.
It says
(node:87717) Electron: Loading non-context-aware native module in renderer: '/tmp/.org.chromium.Chromium.jLeX3s'. This is deprecated, see https://github.com/electron/electron/issues/18397.
on the command line when started, but I don't think that had something to do with the problem.I tried running it from the binaries created for Debian, from the deb archive, I tried to run the app (app.asar) with a system electron (version 12) with the same results.
arch wiki - electron packaging guidelines
Beta Was this translation helpful? Give feedback.
All reactions