How to fix pamac-aur / pamac-aur-git empty list on start

Has anyone tried this fix?

https://aur.archlinux.org/packages/pamac-aur/

it works : sudo downgrade archlinux-appstream-data 20200103

Ya…i know the downgrade works. I was talking about the comands to overwrite the .xml.gz file. Or does it do the same thing as downgrading?

it also works

Screenshot_20200321_232659

1 Like

A simple workaround is to edit the file /usr/share/app-info/xmls/community.xml.gz at line 51025.
The following commands should do it (but be extra careful not to change the quote characters!):

su
cd /usr/share/app-info/xmls
gunzip community.xml.gz
sed -i community.xml -e 's|[<]em>not[<]/em>|*not*|'
gzip community.xml
exit

Hope this helps.
And if something goes south with the commands above, you can reinstall archlinux-appstream-data.

4 Likes

The real fix will be a new version of archlinux-appstream-data or a workaround added to pamac code.

5 Likes

A post was merged into an existing topic: Release procedure for April ISO started