<div dir="ltr">Hi,<div><br></div><div>I am using gcc-6.4.0 (<a href="https://build.merproject.org/package/show/home:rinigus:toolbox/opt-gcc">https://build.merproject.org/package/show/home:rinigus:toolbox/opt-gcc</a>) for porting/developing C++14 application. Since gcc is compiled with the compatibility switches, it all works quite nicely except that the application does not start from the application grid - I have to launch it from the terminal. Namely, since I use gcc-6.4.0 provided libstdc++, my application has this library under /usr/shared/appname/lib directory. Unfortunately, when I launch the app in the grid, it gets "boosted" with the booster that uses /usr/lib/stdc++.so.6 library. From emulating this launch in terminal (wisdom of @coderus TJC):</div><div><br></div><div>xdg-open /usr/share/applications/some-application.desktop<br></div><div><br></div><div>Failed to invoke: Booster: Loading invoked application failed: '/usr/lib/stdc++.so.6: version `CXXABI_1.3.8` not found (required by ...)'</div><div><br></div><div>Hence the question: how can I disable the booster in xdg-open launch of my application? Or any other workaround?</div><div><br></div><div>Best wishes,</div><div><br></div><div>Rinigus</div></div>