Skip to content

Commit

Permalink
DDL: add gnome-terminal as prerequisite (#14704)
Browse files Browse the repository at this point in the history
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
  • Loading branch information
aiordache authored May 9, 2022
1 parent 721d73b commit 6672e5e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions desktop/linux/install/archlinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ This topic discusses installation of Docker Desktop from an [Arch package](https

Your Arch-based Linux distribution must meet the [system requirements](../install.md#system-requirements) to install and launch Docker Desktop successfully.

Additionally, for non-Gnome Desktop environments, `gnome-terminal` must be installed:

```console
$ sudo pacman -S gnome-terminal
```


## Install Docker Desktop

1. Install client binaries.
Expand Down
6 changes: 6 additions & 0 deletions desktop/linux/install/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Your Debian distribution must meet the [system requirements](../install.md#syste

Additionally, for a Gnome Desktop environment you must install AppIndicator and KStatusNotifierItem [Gnome extensions](https://extensions.gnome.org/extension/615/appindicator-support/).

For non-Gnome Desktop environments, `gnome-terminal` must be installed:

```console
$ sudo apt install gnome-terminal
```

### OS requirements

To install Docker Desktop, you need the 64-bit version of one of these Debian
Expand Down
5 changes: 5 additions & 0 deletions desktop/linux/install/fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Your Fedora distribution must meet the [system requirements](../install.md#syste

Additionally, for a Gnome Desktop environment you must install AppIndicator and KStatusNotifierItem [Gnome extensions](https://extensions.gnome.org/extension/615/appindicator-support/).

For non-Gnome Desktop environments, `gnome-terminal` must be installed:

```console
$ sudo dnf install gnome-terminal
```

### OS requirements

Expand Down
6 changes: 6 additions & 0 deletions desktop/linux/install/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ To get started with Docker Desktop on Ubuntu, make sure you

Your Ubuntu distribution must meet the [system requirements](../install.md#system-requirements) to install and launch Docker Desktop successfully.

Additionally, for non-Gnome Desktop environments, `gnome-terminal` must be installed:

```console
$ sudo apt install gnome-terminal
```

### OS requirements

To install Docker Desktop, you need the 64-bit version of one of these Ubuntu
Expand Down

0 comments on commit 6672e5e

Please sign in to comment.