Fixing Solarus on Arch
How to fix a missing libsolarus.so.1 or missing libsolarus-gui.so.1 on Arch Linux :
- cd inside /usr/local/lib
- remove the *solarus*.so.1 symlinks
- rename the .so.1.7.0's to .so.1
- sudo cp or symlink the renamed object files to /usr/lib
- Enjoy your games.