Simon Hausmann
Simon Hausmann
I was contemplating, but it's called **Image** fit, the docs are quite image specific.
You're right. The task at hand is the same for both. I'll think about a better name for the enum and then make a PR to deprecate the old, introduce...
The message is safe to ignore, but I'm wondering: What desktop environment are you using?
Interesting, do you see this exact error message or do you see `Error watching for xdg color schemes: I/O error: No such file or directory (os error 2)` (#9457) ?
Thanks @beforeface for the confirmation. AFAICS this is because we're using `ReadOne` because `Read` is deprecated: https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.Settings.html . So this message will only be visible in older versions of Ubuntu....
> I have another question : if it's possible to use slint build a desktop application like AutoCAD that can run on a browser? That's a difficult question. It's software,...
I tried building the flatpack package, but I get `error: app/org.flatpak.Builder/aarch64/master not installed`. Where in your host file system is the font (`NotoSerifCJ*`) located, and how do you make it...
Installing the flatpak builder gives me this error: ``` flatpak install org.flatpak.Builder org.freedesktop.Platform//24.08 org.freedesktop.Sdk//24.08 Looking for matches… error: No remote refs found for ‘org.flatpak.Builder’ ``` In then installed `apt-get install...
I think the best resolution for this issue - at this point - is that we can add something to our documentation that explains what needs to be configured in...
I've been wondering about the same in Slint's use of Skia. We use the fontmgr api to inject custom (user provided) fonts and that means reading the entire file and...