Matthias Klumpp
Matthias Klumpp
So, put the minimum size it can reasonably support, and also put a `keyboard` into the `requires` section of your app, so it's not available for devices without a physical...
Nice :-) Maybe you'll fine https://blog.tenstral.net/2023/10/how-to-indicate-device-compatibility-for-your-app-in-metainfo-data.html useful information as well, it goes a bit more in-depth how this declarative description works and can be tested for.
You can give `as_get_license_name` a try now! (not sure if the name stays, might become `as_spdx_get_license_name` before 1.0 is released) This should be in the 1.0 AppStream release soon, and...
So, I had to partially revert this, as lawyers told me that you don't just simply translate the license name, it's part of the license just as much as the...
> I'm interested in working on this. I think this is just pretty repetitive, but I can do it if given an example on how to add properties for a...
> yeesh. Whoops, I didn't want to discourage you ;-) - Potentially if you spend some time to write a small script to autogenerate the necessary C code, it would...
This is actually resolved now, with an API break in the 1.0 development branch.
That should definitely be a new issue, but I am not sure if we should support things that are *that* developer-centric... I also think this has come up before. But...
Closing, as bug is stale.
> execv ==> g_spawn_sync Those are not the same at all though... (unless paired with a fork() and no other options) Doesn't MSYS2 provide execv? > Now just `sys/utsname.h` will...