0

Similar to Raspbian without a GUI and other programs I don't need:

  • It comes with a GUI -- I want to install my own window manager (if I want)

In my case, I want the GUI, but not the software. There are a couple of ways to get this:

  1. A prebuilt "Raspbian Lite with Desktop" image
  2. Install Raspbian with Desktop and uninstall all the software not included in Lite
  3. Install Raspbian Lite and then install the GUI that Raspbian with Desktop uses

An image would be easiest, but an apt command to do #2 or #3 would be acceptable answers too.

ki9
  • 295
  • 1
  • 2
  • 11

2 Answers2

4

You can try to start with Raspbian Stretch Lite and then install a desktop of your choice on it. This can easy be done with:

rpi ~$ sudo tasksel

Then you can select GNOME, Xfce, KDE, Cinnamon, MATE, LXDE.

I think GNOME and KDE are not the right Desktops for a Raspberry Pi because of its limited performance. LXDE is the default Deskop of Raspian. I haven't tested it.

It's your try ;-)

Ingo
  • 42,107
  • 20
  • 85
  • 197
0

The Raspbian download page now offers separate options for "Raspbian with desktop" and "Raspbian with desktop and recommended software".

A screenshot of the download options on the Raspbian website, taken 2019-09-20

This sort of deems this question irrelevant.

ki9
  • 295
  • 1
  • 2
  • 11