Louis Moureaux
Louis Moureaux
Note that on Wayland window icons are tied to desktop files, so we'll lose the modpack installer icon on Wayland if we remove the `.desktop`. Maybe it's possible to have...
Let me reply to the main points one by one: * Information: I agree that we could show more. I don't think the way to do it is necessarily a...
> I myself don't use arrows. Then what makes you think that they should be laid out in an extremely efficient way? Moving less used features away from the point...
It's shown in the Effects section, but I agree it's far from optimal.
Cross-compiling on Debian in a nutshell: first get the dependencies: ``` sudo dpkg --add-architecture arm64 sudo apt-get update sudo apt-get install build-essential crossbuild-essential-arm64 sudo apt-get install dep1:arm64 dep2:arm64 ... ```...
I think I managed to make one. @3dsf, could you check if the package from [this workflow](https://github.com/lmoureaux/freeciv21/actions/runs/5434146768) works? (Scroll down to the bottom, download the `Ubuntu package (arm64) ` artifact,...
Thanks for checking it out! I'll fix this and come back with a new version
Hi @3dsf, I'm coming back to this issue after a long time... If you're still interested in helping us, I think I fixed the arm64 package! You'll find an ARM...
Thanks! Looks like I used the wrong architecture... Can you send the output of `dpkg --print-architecture`?
Thanks! Here's a build with the right architecture in the metadata (the package name still says `aarch64`, I'll fix that): https://github.com/lmoureaux/freeciv21/actions/runs/7413349818/artifacts/1148408717