0

I want to install a graphical Interface on my ubuntu-server machine. But I dont want it to start up at system start to every user. Is it possible to start the ubuntu mate core session per user?

Marvin
  • 1
  • Already implemented: The graphical desktop stack does NOT start at system boot. Only Plymouth starts at boot (it's the login screen, and it's completely independent of the graphical desktop). While awaiting login, the entire graphical desktop stack is not running nor even loaded. The graphical desktop environments only begins loading and running after a successful login. – user535733 Jul 11 '22 at 19:58
  • How can I disable it for every user but one? – Marvin Jul 11 '22 at 20:11
  • Here is a tutorial that might help you: https://www.cyberciti.biz/faq/restrict-linux-users-from-gdm-kdm-login-but-allow-ssh/ – raj Jul 11 '22 at 20:37
  • You can make the computer start in text mode and let the user select graphics mode from the command line console with startx. It should work with Ubuntu MATE.You can also create a simple graphical system with a window manager (and add only the tools you really need). Please notice that it can also work via ssh -X from another computer. – sudodus Jul 11 '22 at 22:49

0 Answers0