19 Aug
2014
19 Aug
'14
3:42 p.m.
Hello everyone, thanks for the fast responses.
You can find the absolute path to the program by running something like
$ which your_fire_program This gave me /usr/bin/fire
then you can determine which package owns it.
$ pacman -Qo `which your_file_program`
And this finally gave me the mesa-demos package, which I maybe installed accidentally... So I could solve my problem. Thanks a lot. Best, Heiko