On Thu, 2020-04-02 at 13:24 -0400, Steve Grubb wrote: > Hello, > > I've been doing some testing of F32 and was curious about something. I have a > kickstart file that just installs @core to be a minimal system. While looking > over the resulting system, there are fonts, wayland, gtk3 and others. Is this > intentional? The system probably doesn't have everything that's needs to > function as a desktop. Why are all these installed by @core? Because you're installing with weak dependencies enabled, and one of them is bringing in gtk3. I haven't tried to figure out which one, I just know dnf install --setopt=install_weak_deps=false @core didn't try to pull in libX11. - ajax _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx