04-05-2023, 06:17 PM
Update again!
Trying to find the library, I realised it might also be an embedded library and that would be why it is not compatible with my system. And indeed, if I look at the GearCity folder, there is in fact a libQt5Gui.so.5 that relies on systemd!
Unfortunately, moving that from libQt5Core.so.5 to libQt5Core.so.5.disabled, I get another error message when running ./launchVS.sh:
And even if I launch VideoSetings directly without the LD_LIBRARY_PATH in the script, it still gives the same issue.
So, I think I know what the problem is. Now the question is, how in the world to make this compatible…
Trying to find the library, I realised it might also be an embedded library and that would be why it is not compatible with my system. And indeed, if I look at the GearCity folder, there is in fact a libQt5Gui.so.5 that relies on systemd!
Unfortunately, moving that from libQt5Core.so.5 to libQt5Core.so.5.disabled, I get another error message when running ./launchVS.sh:
Code:
Cannot mix incompatible Qt library (5.15.2) with this library (5.15.8)
./launchVS.sh: linio 1ª: 25622 Abortita LD_LIBRARY_PATH=../ ./VideoSettings
And even if I launch VideoSetings directly without the LD_LIBRARY_PATH in the script, it still gives the same issue.
So, I think I know what the problem is. Now the question is, how in the world to make this compatible…