Você não deve usar a opção -c
a menos que tenha certeza do que está fazendo. De man pacman
:
-c, --cascade Remove all target packages, as well as all packages that depend on one or more target packages. This operation is recursive, and must be used with care since it can remove many potentially needed packages.
Você obviamente removeu um pacote (ou pacotes) necessário. Olhe para trás através de seu pacman.log
e veja quais pacotes foram removidos junto com o thunar e, em seguida, reinstale-os até voltar à configuração antiga.
No futuro, para remover dependências, use a opção -s
:
-s, --recursive Remove each target specified including all of their dependencies, provided that (A) they are not required by other packages; and (B) they were not explicitly installed by the user. This operation is recursive and analogous to a backwards --sync operation, and helps keep a clean system without orphans.