After updates, lost dock

After updates, lost the dock at bottom of screen and only have regular gnome app thing. Kinda sucks, anyway to get the bottom dock back??

and Welcome :slight_smile:

2 Likes

Thanks, also updates no longer work.

https://forum.garudalinux.org/t/update-funktioniert-nicht/748/2?u=sgs
Edit
/etc/pacman.d/hooks/pamac.hook
Line 10 should look like this.

Exec = /bin/sh -c "zcat /usr/share/app-info/xmls/community.xml.gz | sed 's|<em>||g;s|<\/em>||g;' | gzip > "new.xml.gz" && cp new.xml.gz /usr/share/app-info/xmls/community.xml.gz && appstreamcli refresh-cache --force" 
sudo rm /etc/pacman.d/hooks/pamac.hook
sudo pacman -Sy garuda-hooks

then it will work afterwards

3 Likes

Thank you very much...

1 Like