I can't open the Package Manager GUI

Left clicking on the shield icon in the task bar does nothing, right clicking gives me the options of Package Manger or Quit. Clicking on Package Manger hides the menu but the package manger doesn’t open. Clicking Quit removes the icon.

I think this should run pamac-manager. Running sudo pamac-manager from the terminal gives me the following error: pamac-manager: symbol lookup error: pamac-manager: undefined symbol: hdy_flap_set_reveal_flap, version LIBHANDY_1_0

After some more searching, I saw that the pamac upgrade command might help. It completed successfully, but pamac-manager still has the same error.

A post was split to a new topic: Python-txtorcon verifying source file signatures with gpg failed

I moved your post to a new topic as it is not related to your original topic. python-txtorcon is an AUR (Arch User Repository) package.

It might, but let’s skip AUR packages for now. Try:

pamac upgrade --no-aur

I’ve managed to run pamac upgrade. That has completed successfully.

pamac-manager still gives the error: pamac-manager: symbol lookup error: pamac-manager: undefined symbol: hdy_flap_set_reveal_flap, version LIBHANDY_1_0

Let’s make sure you’re fully up to date. This will make sure you’re using up to date mirrors and fully update your system:

sudo pacman-mirrors -f5 && sudo pacman -Syyu

All up to date:

 ~  sudo pacman-mirrors -f5                19.6s  Tue 31 Aug 2021 22:41:22 UTC
::INFO Downloading mirrors from Manjaro
::INFO => Mirror pool: https://repo.manjaro.org/mirrors.json
::INFO => Mirror status: http://repo.manjaro.org/status.json
::INFO Using default mirror file
::INFO Querying mirrors - This may take some time
  0.645 Czech          : https://mirror.dkm.cz/manjaro/
  ..... Bangladesh     : http://mirror.xeonbd.com/manjaro/
  0.225 Australia      : https://manjaro.lucassymons.net/
  0.991 Georgia        : https://repos.silknet.com/manjaro/
  0.544 Georgia        : http://repos.silknet.com/manjaro/
  1.171 Indonesia      : https://mirror.deace.id/manjaro/
  1.143 Indonesia      : http://mirror.deace.id/manjaro/
::INFO Writing mirror list
::Australia       : https://manjaro.lucassymons.net/stable
::Georgia         : https://repos.silknet.com/manjaro/stable
::Czech           : https://mirror.dkm.cz/manjaro/stable
::Indonesia       : https://mirror.deace.id/manjaro/stable
::Bangladesh      : http://mirror.xeonbd.com/manjaro/stable
::INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist
 ~  sudo pacman -Syyu                       9.2s  Tue 31 Aug 2021 22:41:42 UTC
:: Synchronising package databases...
 core                  169.3 KiB   727 KiB/s 00:00 [######################] 100%
 extra                1883.5 KiB  4.06 MiB/s 00:00 [######################] 100%
 community               6.6 MiB  4.28 MiB/s 00:02 [######################] 100%
 multilib              174.7 KiB  2.44 MiB/s 00:00 [######################] 100%
:: Starting full system upgrade...
 there is nothing to do

Which pamac packages do you have installed? Please post the output of:

pacman -Qs pamac
local/libpamac 11.0.1-3
    Library for Pamac package manager based on libalpm
local/libpamac-flatpak-plugin 11.0.1-2
    Flatpak plugin for Pamac
local/pamac-cli 10.1.3-3
    A Package Manager based on libalpm with AUR and Appstream support
local/pamac-gtk 10.1.3-3
    A Package Manager based on libalpm with AUR and Appstream support

Occasionally there have been issues with the plugins, but I haven’t seen anything in awhile. Try removing libpamac-flatpak-plugin and see if that makes any difference. If you don’t use Flatpaks, you don’t need it anyway.

Thanks for your help. I’ve removed the libpamac flatpak plugin by running sudo pacman -R libpamac-flatpak-plugin

pamac-manager shows the same error.

I’m out of ideas then. Maybe open an issue:

1 Like

was same error “version LIBHANDY_1_0”

2 Likes

Ah, forgot about that. :rofl:

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