I ask the following question as a followup to this question.
How come a Desktop Environment be one layer under a shell (kernel-DE-shell
instead kernel-shell-DE
)?
Why I ask this question
In Ubuntu, for example, both the Gnome Shell and Unity GUI for Gnome shell, are 2 layers above the Gnome Desktop Environment (DE), respectively.
My assumption
Maybe the order is different between CLI-only and CLI+GUI systems, that is, maybe in CLI only systems it is, for example:
kernel-shell(sh,Bash)-utilities.
and in CLI+GUI system it is, for example:
kernel-primary shell(sh,Bash)-DE-secondary shell(Gnome shell)-GUI(Unity).
Kernel → X.org or Wayland → GNOME
rKernel → X.org or Wayland → Unity (shell)
, where doessh
andBash
come in? I feel I miss that. – Arcticooling Nov 14 '17 at 02:31