07-02-2020, 06:20 AM
(06-30-2020, 09:20 PM)polypode Wrote:(06-30-2020, 08:46 AM)ninefathom Wrote: That (the QR code) is what you should be seeing as well. The plain blue background indicates that something went wrong during application startup. Try launching from a terminal and looking for any obvious error messages. Most likely it's a missing dependency that I forgot to note in my PKGBUILD (in which case I'll issue an updated package); I've also seen that on ext4 filesystems with certain less-common flags enabled.
Thank you for you prompt reply. This is the output:
[...]
Any idea ?
Unfortunately not. Everything in that startup output looks happy and normal, and aside from the system hostname and your home directory path, it's virtually identical to what I see for a successful application start on my own system. I'm not really sure what to suggest at this point. You might try building on your own system using the PKGBUILD from @llsf over at https://gitlab.com/ohfp/pinebookpro-thin...al-desktop ? It takes about an hour, end-to-end, on my PBP, and taxes the memory fairly heavily - but it does build.
There is a very very small chance that it's ext4 filesystem feature flags. I've noticed before that some ext4 filesystem flags keep Electron apps from starting successfully (even the official builds on x86_64). The flags that I've seen trouble with are ea_inode and inline_data, neither of which was set on the default Manjaro image for PBP the last time I checked. You can see what's set on your filesystem by using:
Code:
dumpe2fs -h /dev/your-root-device-and-partition