With the release of GNOME 49 the desktop environment has increased its dependency on the systemd project. As a result, GNOME requires more work and patching to get it to run on operating systems which do not run systemd. As one Artix developer stated: "Some of you have probably seen the blog post a few months ago about how GNOME is more strongly depending on systemd. The changes mentioned there have landed into the latest stable versions of the mentioned software (GNOME 49) and do affect us. In particular, the main culprit is the removal of the non-systemd fallback code in gnome-session. This makes it currently impossible to launch gnome-shell/mutter on a non-systemd system. A fairly straightforward patch of using elogind, like what was previously done, no longer works either.
Since we don't have the time or interest to write a new non-systemd codepath for gnome-session, this means that all support for gnome-based desktops has to be dropped. In particular, the affected packages would be gnome-session, gnome-shell, mutter, and gnome-settings-daemon. For now, the old versions are still in the repos but because there is so much intertwining between other GTK/GNOME packages, there is no guarantee they actually work and will later be removed from our repos." This change will exclude GNOME from running on the approximately 90 Linux distributions which do not run systemd by default, unless the packages are patched to work with alternative dependencies.