Vaibhav Pandey
Vaibhav Pandey
@iansu Yes, it is an issue when I run `eslint .` but when I created a `.eslintignore` file with `node_modules/`, it vanished. No need to install typescript into project.
I set it to AVC and it now plays and encodes fine on most devices. The default HEVC selection even failed to encode on 50% of the devices.
@dartraiden Hello there. Please change your Facebook password asap!
Here you go: - **Source:** https://github.com/vaibhavpandeyvpz/mwe-qtwebengine/ - **Build script:** https://github.com/vaibhavpandeyvpz/mwe-qtwebengine/blob/master/build-linux.sh - **AppImage:** https://transfer.sh/KZYfd/MWE-x86_64.AppImage - **Environment:** Ubuntu 16.04 (64-Bit) + ppa:beineri/opt-qt-5.10.1-xenial `AppImage` works on the machine it has been **built upon**....
Same as yours. ``` access("/tmp/.mount_MWE-x8Mjgh15/usr/libexec/QtWebEngineProcess", F_OK) = 0 lstat("/tmp/.mount_MWE-x8Mjgh15/usr/libexec/QtWebEngineProcess", {st_mode=S_IFREG|0755, st_size=6304, ...}) = 0 ``` But be informed this was when it was run as `sudo` and the `AppImage` **does**...
I was trying to not believe https://discourse.appimage.org/t/running-appimage-app-on-ubuntu-16-04/200/22. Can you please check on Ubuntu 16.04 if you have a machine or VM (like me)? The above results I posted were from...
I have downloaded official **Qt 5.11.1** from Qt website and built the app and `AppImage` with it. It runs fine on the other stock/new Ubuntu 16.04 VM as normal user....
I now even tried with official **Qt 5.10.1** `gcc_64` toolchain from the installer on Qt website and the compiled MWE works under normal (without root) user on Ubuntu 16.04, 17.04...
I tried replacing the `QtWebEngineProcess` in MWE (built with Qt libs from PPA) with the `QtWebEngineProcess` from official Qt distribution, it then works under normal user. So I doubt its...
Running `squashfs-root/AppRun` returned: ``` Could not find QtWebEngineProcess [6666:6666:0828/191824.763345:FATAL:zygote_host_impl_linux.cc(182)] Check failed: ReceiveFixedMessage(fds[0], kZygoteBootMessage, sizeof(kZygoteBootMessage), &boot_pid). #0 0x7f3e52dbf4e5 #1 0x7f3e52dd5d9a #2 0x7f3e5242d57b #3 0x7f3e5242c427 #4 0x7f3e5242ca6c #5 0x7f3e52072a4d #6 0x7f3e52077ea4 #7...