1
0
mirror of synced 2024-11-12 10:10:53 +01:00
ImHex/main
iTrooz ac2a609d0a
impr: Use execvp() instead of system() on Linux (#1170)
This PR it just a hack to fix #1160 , it doesn't solve the underlying
problem.

It fixes the problem because by using execvp() directly, it avoids the
call to `sh` done with `system()`, which has a bug on Ubuntu 22.04 which
makes it i,compatibles with the glibc inside the AppImage.
It doesn't fix the underlying problem because the programs we call
themselves still link to the AppImage's libraries instead of the system
ones.
2023-07-05 20:50:46 +02:00
..
include fix: Key presses not always unlocking frame rate correctly 2023-06-02 14:43:45 +02:00
romfs build: Move main romfs to main application 2022-12-29 23:32:40 +01:00
source impr: Use execvp() instead of system() on Linux (#1170) 2023-07-05 20:50:46 +02:00
CMakeLists.txt build: Force enable exceptions and rtti 2023-06-18 14:42:48 +02:00