Axarva / dotfiles-2.0

XMonad™️. Widgets go brr.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pamac GUI broken.

H97-Git opened this issue · comments

Hi,

Describe the bug
After the installation of this repo pamac ( the GUI ) don't work anymore .
For every action ( Build,Update,Delete ) that need authentification, the failed screen is shown instantly

Expected behavior
Instead a ( small ) window to input my password should be shown before.

Screenshots
image

What is working
I input my password after this message in pamac CLI, it works just fine.
==== AUTHENTICATING FOR org.manjaro.pamac.commit ====

When I go back to Plasma Shell/KDE pamac GUI is working as intended .

Desktop (please complete the following information):
OS: Manjaro Linux x86_64
Kernel: 5.15.12-1-MANJARO
Packages: 1739 (pacman), 4 (flatpak)
Shell: fish 3.3.1
Resolution: 1920x1080, 1920x1080
WM: xmonad
Theme: Orchis-dark-compact [GTK2/3]
Icons: Flatery-Dark [GTK2/3]
Terminal: kitty

Are you sure polkit is running in your xmonad session?
Once you’re logged into xmonad, try executing the following in your terminal:

exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1

If it returns with a no-such-file error, install polkit-gnome with pacman -Syu polkit-gnome and try the command again.

Then try running pamac.
If it runs once you execute the command, I recommend you add the command to your xmonad.hs in the block of myStartupHook at line 340 (a few commands are already present there, add your command in a similar manner) and recompile xmonad with xmonad -—recompile.

Good luck!

Thank you !
It's working fine now ✔️

In fact, I had polkit / polkit-kde-agent / polkit-qt5 already installed.
Can you briefly explain why only gnome is compatible ?