Re: [SailfishDevel] Flatpak for Sailfish

2019-12-27 Thread szopin
If you can provide a basic.qml for a portal for x, pretty sure tons of people will be able to help with portals for y (still no idea how that would work with the whole virtualization, but hopefully only you need to do the hard carry and rest can help with the localization/copy pasting stuff)

Re: [SailfishDevel] Flatpak for Sailfish

2019-12-27 Thread szopin
This is amazing, if there is something I can do to help please let me know, not being tied to os version of qt is awesome, we could maybe get a proper browser with this? Hope leszek is on the list On Friday, 27 December 2019, rinigus wrote: > I have a breakthrough. Had to compile libhybris

Re: [SailfishDevel] Flatpak for Sailfish

2019-12-27 Thread rinigus
I have a breakthrough. Had to compile libhybris with --with-default-hybris-ld-library-path=/usr/lib/arm-linux-gnueabihf/GL/default/libexec/droid-hybris/system/lib:/vendor/lib:/system/lib:/odm/lib and enable "--filesystem=host --device=all" in "flatpak run". As a result, I have some Qt flatpak

Re: [SailfishDevel] Flatpak for Sailfish

2019-12-27 Thread rinigus
That was exactly the thought behind it. There will be work to do, such as writing portals, but we need to get compositor issue fixed first. Or use some separate one... Rinigus On Fri, Dec 27, 2019 at 9:17 PM wrote: > This is amazing, if there is something I can do to help please let me > know,

Re: [SailfishDevel] Flatpak for Sailfish

2019-12-27 Thread rinigus
Yes, pretty much GUI allowing access to files and other sandboxed functions. See https://github.com/flatpak/flatpak/wiki/Portals Rinigus On Fri, Dec 27, 2019 at 9:43 PM wrote: > 'writing portals' would mean? Like qml files to handle i/o? > > > On Friday, 27 December 2019, rinigus wrote: > >

Re: [SailfishDevel] Flatpak for Sailfish

2019-12-27 Thread szopin
'writing portals' would mean? Like qml files to handle i/o? On Friday, 27 December 2019, rinigus wrote: > That was exactly the thought behind it. There will be work to do, such as > writing portals, but we need to get compositor issue fixed first. Or use > some separate one... > > Rinigus > >

Re: [SailfishDevel] Flatpak for Sailfish

2019-12-27 Thread Damien Caliste
Thank you Rinigus for all of this. Indeed, the current main blocker seems to be the fact that xdg-shell is not available in Lipstick. This is linked to the ancient version of QtWayland, even not 5.6, but still 5.4 ! They already have a 5.9 branch in SailfishOS git

Re: [SailfishDevel] Flatpak for Sailfish

2019-12-27 Thread rinigus
>From comparing logs of normal apps and the app in Flatpak sasndbox, looks like sandboxed app does not find /usr/libexec/droid-hybris. Is there a way to let it search under > /usr/lib/arm-linux-gnueabihf/GL/default/libexec/droid-hybris instead? Any env variable to tune? Seems like