wrapQtAppsHook: use `patchelf --print-interpreter` instead of `isELFExec`
Some executables are built as PIEs (e.g. keepassxc) and are technically isELFDyn, not isELFExec. Without this change those executables will not be wrapped.
parent
f595f28d
Please register or sign in to comment