Egil Möller

Results 147 comments of Egil Möller

Re not as root: Docker does not set the real ip of the container as the ip for the hostname in /etc/hosts but we need that for X to work...

Regarding the installation first: IG should install the same way other desktops or window managers install, that is, so that it is runnable by any user of the system. It...

> I am using make run-in-docker! Hm, so what differs between my setup and yours? Is your `docker` command not the actual docker.io, but rather an alias for something similar...

Re IP: I'm not sure how you could pass it in as an env variable: the ip is assigned by docker when the container is created, so scripts on the...

Re dependencies.txt: This is only a temporary measure until I / someone else has made a debian package. The same way, there should be an Arch package. Installing using Makefile...

Do you have the list of arch packages needed by any chance / have you managed to run it natively / outside docker at all? If so, it would be...

IG already uses pkg-config for the things that it can, see https://github.com/redhog/InfiniteGlass/blob/master/glass-renderer/Makefile#L2 If that integrates with meson then maybe that's a good idea too :) I'll read up on it!

Just had a look at meson, and here are my conclusions: * Does not make distro packaging easier, it only replaces GNU Make. If it integrated with setup.py it could...

Bugfixed in latest master