In April of this year, once I was confident that my favorite Pantheon desktop environment was fully functional, I moved to artix. But after several updates it broke... It crashes when logging into the system with the following error:
"Oh no! Something has gone wrong."
This was very frustrating because I had to use environments that I hated...
Okay, after some time I saw this bug report. I waited for the fix and built the package on a machine with arch, because libsystemd was required during the build, but again I received an error. Couldn't find anything about "systemd false" as stated in the comment below. Also, due to the lack of libsystemd, it is not possible to see why everything is crashing:
gala --replace
gala: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory
and
gdb gala ~
GNU gdb (GDB) 13.2
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from gala...
This GDB supports auto-downloading debuginfo from the following URLs:
<https://debuginfod.artixlinux.org>
Enable debuginfod for this session? (y or [n]) y
Debuginfod has been enabled.
To make this setting permanent, add 'set debuginfod enabled on' to .gdbinit.
Downloading separate debug info for /usr/bin/gala
(No debugging symbols found in gala)
(gdb) run
Starting program: /usr/bin/gala
Downloading separate debug info for /lib64/ld-linux-x86-64.so.2
Downloading separate debug info for system-supplied DSO at 0x7ffff7fc8000
/usr/bin/gala: error while loading shared libraries: libsystemd.so.0: cannot open shared object file: No such file or directory
[Inferior 1 (process 9418) exited with code 0177]
Does anyone have experience in untying packages from this nasty thing? What can be done to make the package work properly?