Matruchus: I tried installing the package you mentioned last time I posted here and it broke my system totally so that I had to reinstall it. Not doing that again. Maybe when I upgrade to Mint 18 that wil be solved.
I don't get it, man.
Your system lacks a library.
I asked it to install it and report any issue to upstream.
You install it and it wracks the system. With apt-get - this is impossible; its only possible with synaptic - but then synaptic will ask to remove half of the system. Why - if the newer library is not compatible with everything in the system (requiring higher version) that depends on it currently - overzealous synaptic may offer to remove all current software on this layer. For example, if newer package like sdl2 is incorrectly added into the repo, then everything that depended on previous sdl2 will be asked to be removed. This probably means every audio application.
Or perhaps you have not added the i386 achitecture? In this case, asking synaptic to add 386 version of sdl2 on a 64-bit system, may cause it to offer remove the whole 64bit audio subsystem and replace them with 32bit audio libraries (instead of adding those parallel), because it works in OR-OR, unless you explicitly add multilib (64/32) like this:
$ sudo dpkg --add-architecture i386
$ sudo apt-get update
$ sudo apt-get install -f
How is installing a package from repository can wreck your system, unless you see the crazy offer like said above so it removes half of the system - but decide to go further?
Can you link me into the thread on LM forum about this package?
Edit:
Have you seen this?
Here the 386 version of wayland egl package needs to be explicitly added. I can imagine synaptic to remove whole 64-bit Xorg in this situation (including all apps) and replace them with 32bit...