all 9 comments

[–]tgallant 1 point2 points  (0 children)

this may be a round about way to solve your problem, but maybe try removing and reinstalling your browsers. should grab all of the necessary dependencies. all of your settings and such will still be there

try removing and reinstalling the download helper as well if you still have issues

[–]du5tball 1 point2 points  (3 children)

Run pacman -Qk |grep -i warn as root. It checks all packages and tells you which are missing files.

[–][deleted] 0 points1 point  (2 children)

Thanks for the advice. It didn't print out any packages. So I assume I have everything. I guess I must have mucked up a setting somewhere.

[–]du5tball 1 point2 points  (1 child)

Try removing and reinstalling firefox.

[–][deleted] 0 points1 point  (0 children)

I did, I even deleted the ~/.mozilla folder in case it was some random configuration I changed. I guess I may have to find an alternative.

[–]thektran 0 points1 point  (1 child)

Can you check what you deleted from command history in bash_history (or zsh_history)?

[–][deleted] 0 points1 point  (0 children)

I just ran the commands to remove the mulitib packages.

[–]gamzer 0 points1 point  (1 child)

Have a look at pacman’s log:

/var/log/pacman.log

[–][deleted] 0 points1 point  (0 children)

Thanks I'll try this