fastfetch
fastfetch copied to clipboard
[BUG] Wrong init and no DE
It's the package from edge:
fastfetch -v
fastfetch 2.27.1 (aarch64)
OS: postmarketOS v24.06 aarch64
Init System: busybox
I believe that the init is openrc and not busybox am I wrong?
In the config I have DE but it does not show it.
Is that the file that launch the session?
For example /usr/share/xsessions/bspwm.desktop.
The init issue happens with all multicall-binary userlands, including busybox and toybox.
The InitSystem module in fastfetch reports the first process started by kernel. In your case, it's busybox. This process is not necessarily the real process that initializes your system, because it can delegate the task of initializing the system to another process. See /etc/inittab.
I think that it would be better to have also the actual init or only the latter in my opinion.
That's what I would expect from Init System.
And for some reason no DE is displayed, on another distro it's fine.
Should I open another issue for that?