N0T4G

Results 14 comments of N0T4G

Proton is mostly a meta-package to build everything in container. IMO we need to: - package dxvk - import Vavle's wine patches in T2 - package missing stuff like FAudio,...

Hey @terefang awesome, thank you! I will look into it as soon as possible

I updated every old package checksums in `r53418` which at the time gave me a list of potentially 83 broken upstream url's. Just use `grep -rn $BROKENURL` to find which...

Agreed. A mirror of binary packages would make things easier for a large number of users, notably people with older hardware/not mainstream architectures for stuff installing kernels etc. For that...

Indeed a more modern and user-friendly frontend is long overdue for a rock solid distribution! I would lean towards a `t2` top-level more than `pkg`.

Committed r66177. Execute /usr/libexec/fwupd/fwupd to start the daemon.

Also on musl, by design, the locale always points out to the internal musl C.UTF-8 locale so we might add LANG="C.UTF-8" in the /etc/profile.d/locale as a default to the install...

Support has been added to glibc and is stated to ship in 2.35 (aka next release). Maybe we could try and import the 16 patches from this commit but meh:...

https://git.adelielinux.org/adelie/musl-locales/-/wikis/home

Took longer than I thought but here it is: https://github.com/N0T4G/t2-docker-from-scratch 🎉 Just run `./build.sh` and you'll have a `t2sde` image created locally which you can then start with `docker run...