Skip to content

Enabling the Tray icon on pure GNOME

qstokkink edited this page May 8, 2025 · 1 revision

Enabling the Tray icon on pure GNOME (Fedora 42)

The following steps have been tested on Fedora 42 and will allow you to see the Tribler tray icon:

  1. [Software] Install pending Software updates
  2. [Software] Install Extensions Manager & start Extensions Manager once
  3. Restart machine

  1. [Terminal] Execute sudo dnf install gnome-shell-extension-appindicator
  2. [Software] Install Tribler
  3. [Terminal] Execute mkdir -p ~/.local/share/gnome-shell/extensions/
  4. [Terminal] Execute ln -s /usr/share/gnome-shell/extensions/[email protected] ~/.local/share/gnome-shell/extensions/[email protected]
  5. Restart machine

  1. [Terminal] Execute gnome-extensions enable [email protected]
Clone this wiki locally