04-05-2023, 06:11 PM
Update:
I wonder if it's even the video settings editor directly causing this issue. Running LDD on it, I notice these lines:
And running objdump, there is nothing related to systemd.
Which makes me wonder, is it just QT using this in a way that for some reason does not cause this crash in any other program I know of??
I wonder if it's even the video settings editor directly causing this issue. Running LDD on it, I notice these lines:
Code:
libQt5Core.so.5:
libsystemd.so.0 (LIBSYSTEMD_209) => not found
And running objdump, there is nothing related to systemd.
Which makes me wonder, is it just QT using this in a way that for some reason does not cause this crash in any other program I know of??