![]() |
Re: Flatpak on Sailfish OS
Critical error is
Creating new namespace failed As for ldconfig, its running inside flatpak environment, different from the system one. For namespaces, kernel needs to have support for it. Check out what you get from # zcat /proc/config.gz | grep _NS I have the following: CONFIG_UTS_NS=y CONFIG_IPC_NS=y CONFIG_USER_NS=y CONFIG_PID_NS=y CONFIG_NET_NS=y CONFIG_NF_CONNTRACK_NETBIOS_NS=y I am sure that USER_NS is needed, but that should be there for older kernels as well: https://cateee.net/lkddb/web-lkddb/USER_NS.html So, I suspect you need to recompile your kernel. |
Re: Flatpak on Sailfish OS
You're right:
Code:
# CONFIG_UTS_NS is not set |
Re: Flatpak on Sailfish OS
Understood. At least we know why. Now, I suggest you to ask the maintainer of the port to recompile the kernel. As the options are there, its relatively easy.
|
Re: Flatpak on Sailfish OS
Quote:
|
Re: Flatpak on Sailfish OS
Quote:
|
Re: Flatpak on Sailfish OS
Quote:
I think will switch them on for my S2 and try Flatpak there. :D |
Re: Flatpak on Sailfish OS
New Flatpak Runner is out: 0.5.2
I was looking into how to enable hardware acceleration for Qt WebEngine and found the way. Turned out that by dropping SFOS-specific QMLSCENE_DEVICE environment variable from Flatpak app environment resulted in Chromium using hardware acceleration. That variable is used in Qt WebEngine constructor and had such implications. Now, with Chromium having hardware acceleration, many bug workarounds for Android phones hardware are not engaged as they are checked for Android specifically (as in https://chromium.googlesource.com/ch..._list.json#247). For now, I have disabled GPU HW composing which seems to work for me. That's done in one env variable set by default. Let me know if you get into trouble with the browser. Browser, after enabling HW acceleration, plays youtube videos as well. There has been work done on Angelfish and the next release of it should add hiding of navigation bar, internal changes in tabs handling, bump to Qt 5.14, to name the changes that are already merged. |
Re: Flatpak on Sailfish OS
Quote:
But now I have Flatpak support in the kernel on my S2 as well. :D Once I have a little time I'll try to install Angelfish. |
Re: Flatpak on Sailfish OS
Great to hear! There has been great progress in the last few days and I will probably report a bit later when few things get finalized. I am testing new settings for WebEngine that work quite well on XZ2. In addition, videos that were failing in the browser are playing now and without choppiness. Few PRs still have to be merged and then I hope new releases will be out.
Will be very interesting to hear when its all merged how it all runs on S2 and other hardware... In terms of S2, would be good to know if the current released Angelfish actually works as well. So we are sure that we don't miss anything in the setup |
Re: Flatpak on Sailfish OS
Quote:
Code:
[nemo@GalaxyS2 ~]$ flatpak-runner org.kde.mobile.angelfish |
All times are GMT. The time now is 12:09. |
vBulletin® Version 3.8.8