this post was submitted on 08 Aug 2024
18 points (90.9% liked)

Gnome

1844 readers
16 users here now

The GNOME Project is a free and open source desktop and computing platform for open platforms like Linux that strives to be an easy and elegant way to use your computer. GNOME software is developed openly and ethically by both individual contributors and corporate partners, and is distributed under the GNU General Public License.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ardorhb@discuss.tchncs.de 8 points 1 month ago* (last edited 1 month ago) (1 children)

Actual legacy tray icons.

AppIndicator more or less allows an application to send an icon and a list of menu items to the desktop environment to be displayed there in some way. Classic tray icons, on the other hand, are actually part of the application that provides them, the system just puts them in a common row for all applications.

While this type of tray icon is more flexible because applications can do anything they want there, AppIndicators are a better/safer solution because ... well, applications just cannot mess around in the system tray as much.

Personally, I thought the classic tray icons were as good as dead (on Linux), but I guess GNOME can always surprise. Not only in removing stuff but also in bringing it back.

[โ€“] aleph@lemm.ee 4 points 1 month ago

Ah, that was the explanation that I was looking for. Much obliged.