Arthur Bols
Arthur Bols
This doesn't really make sense to me. Why is it that `environ` may contain variables that `getenv` doesn't return? It should be the same.
This has been fixed in [V1.3.0](https://github.com/intel/intel-one-mono/releases/tag/V1.3.0).
#879 only fixes the case when you're trying to run howdy-gtk yourself on X11. For security reasons, pkexec only runs the program in a minimal environment. Setting `org.freedesktop.policykit.exec.allow_gui` to true...
> One way of addressing this is only setting APP_VERSION if it's not already defined. Then you could pass your own custom define at build time, setting it based on...
This seems to be related to (some?) Intel chipsets. I can reproduce it on the AX210 and know it is an issue on the AX200. ~I cannot reproduce it on...
@LukaJankovic I've created my own builds because of this (and other problems). Maybe it'll solve your problems https://copr.fedorainfracloud.org/coprs/principis/howdy/
@dbdorman I'll look into it Edit: dlib should be packaged by fedora 33, so we can skip that part. I've compiled everything for fedora 33 over [here](https://copr.fedorainfracloud.org/coprs/principis/howdy-test/). Fedora 33 is...
> So what is the result of everything that ? Could you please elaborate?
> @principis [rpmsphere/spec#4](https://github.com/rpmsphere/spec/pull/4) But I don't know how to add .patch there. I managed to compile it for Fedora39 (i.e. Python 3.12), but did not test yet. I have no...
~GitHub doesn't include submodules in the tarball, so I guess that is the issue...~ ~Edit: I don't understand why it would show that error (and the logs are unavailable, so...