Readd pamac logo in panel

I was fooling with MATE Tweak, and reset my panels. I’ve been rebuilding, but I want the pamac logo which shows if the system is up-to-date. Can anyone point me in the right direction?

1 Like

I don’t use MATE, but that would normally be the Pamac notifier icon, and it doesn’t sit on the panel itself, but rather in the system tray.

2 Likes

1. GUI:

System → Preferences → Personal → Startup Applications

Screenshot at 2021-09-06 18-42-52

command: sh -c "GDK_BACKEND=x11 pamac-tray"

2.CLI:

create a file

sudo touch /etc/xdg/autostart/pamac-tray.desktop

and add this content:

[Desktop Entry]
Name=Update Notifier
Icon=update-notifier
Exec=sh -c "GDK_BACKEND=x11 pamac-tray"
Terminal=false
Type=Application
StartupNotify=false
NotShowIn=KDE;GNOME;
1 Like

Thank you ever so much!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.