Files:
content/manuals/desktop/setup/install/linux/ubuntu.md
content/manuals/desktop/setup/install/linux/debian.md
content/manuals/desktop/setup/install/linux/fedora.md
content/manuals/desktop/setup/install/linux/rhel.md
Issue
The Ubuntu installation page does not explicitly mention the GNOME AppIndicator extension requirement, while the Debian, Fedora, and RHEL pages all explicitly call it out in their Prerequisites sections.
From debian.md (line 28):
For a Gnome Desktop environment, you must also install AppIndicator and KStatusNotifierItem Gnome extensions.
From fedora.md (line 28):
For a GNOME desktop environment you must install AppIndicator and KStatusNotifierItem GNOME extensions.
From rhel.md (line 48):
For a GNOME desktop environment you must install AppIndicator and KStatusNotifierItem GNOME extensions.
From ubuntu.md: No mention of AppIndicator in the Prerequisites section.
Why this matters
A reader installing Docker Desktop on Ubuntu with GNOME will not see the explicit AppIndicator requirement that users of other distributions see. While the general system requirements in _index.md mention this, the inconsistency creates confusion:
- Ubuntu users might assume they don't need AppIndicator since it's not explicitly listed (unlike other distros)
- The inconsistency suggests either Ubuntu is different, or the documentation is incomplete
- Users following the Ubuntu-specific page might miss this requirement entirely if they don't read the general requirements carefully
Suggested fix
Either:
- Add the explicit AppIndicator requirement to
ubuntu.md Prerequisites section (matching Debian/Fedora/RHEL), or
- Remove the explicit callout from Debian/Fedora/RHEL pages and rely only on the general requirements, or
- Add a note explaining why Ubuntu is different (if it actually is)
Consistency across distribution pages helps readers understand requirements clearly.
Found by nightly documentation quality scanner
Files:
content/manuals/desktop/setup/install/linux/ubuntu.mdcontent/manuals/desktop/setup/install/linux/debian.mdcontent/manuals/desktop/setup/install/linux/fedora.mdcontent/manuals/desktop/setup/install/linux/rhel.mdIssue
The Ubuntu installation page does not explicitly mention the GNOME AppIndicator extension requirement, while the Debian, Fedora, and RHEL pages all explicitly call it out in their Prerequisites sections.
From
debian.md(line 28):From
fedora.md(line 28):From
rhel.md(line 48):From
ubuntu.md: No mention of AppIndicator in the Prerequisites section.Why this matters
A reader installing Docker Desktop on Ubuntu with GNOME will not see the explicit AppIndicator requirement that users of other distributions see. While the general system requirements in
_index.mdmention this, the inconsistency creates confusion:Suggested fix
Either:
ubuntu.mdPrerequisites section (matching Debian/Fedora/RHEL), orConsistency across distribution pages helps readers understand requirements clearly.
Found by nightly documentation quality scanner