ARSManiac:
I noticed something today, pamac tray not warning me about flatpak updates (warns me about manjaro repo updates tho)!
I was thinking “strange no flatpak updates this week” since I only use pamac to update flatpaks and AUR (only 1 AUR package I use tho), so I cliked on the tray and instead of opening the updates tab it opened the Store instead (when I click the tray it always opened in updates tab) and then when I changed to the updates tab there it was, a bunch of flatpaks to update… anyone with this problem or bug?
The new pamac-gtk
requires the installation of plugins for FlatPak support, as well as for Snap support. If you are on XFCE, then you might be better off replacing pamac-gtk
with pamac-gtk3
.
sudo pacman -Rdd pamac-gtk && sudo pacman -S pamac-gtk3
If however you want to keep the GTK4 verson of pamac
, then you must install the plugins…
sudo pacman -S libpamac-flatpak-plugin libpamac-snap-plugin
1 Like