Ah, something like that I had been dynamically generating icons on install with rsvg-convert. I decided to stop debugging that and fight with broken webviews instead Or, maybe they are all broken/!??!!##
ah, @nephros It shames me to ask, but I’m confounded and confused. In an attempt to fix a webview i simply copied the functional one from tidings … In the (qml only) app I copied it to, it has that odd ‘split screen’ scrolling issue where the view spilts the container and the webpage cannot scroll. In tidings, the same qml, opened the same way, with the same parameters works without fail. Do you remember this one? I
The only thing I could think of was that tidings is compiled and brings something along that the qml only app does not. But I could not spot what that might be.
I copied the one over the other, just to make sure.
It’s a Page { WebView {} } construct, but I did try a WebViewPage wrapper and also the the WebViewFlickable. All broken in the same way. I did look at the container Appwindow, too. i’m puzzled.
Oh and there’s also the thing with the PREFS_WRITTEN file. Afaik it is created at first launch, and some of the webengine tunables will not take effect later.
I wonder if one could create another Sailjail permission file which hides that file but allows it to be created, and discatds it again when the sandbox terminates.