diff --git a/checkbox-core-snap/common_files/config/wrapper_common b/checkbox-core-snap/common_files/config/wrapper_common index 762414d143..36d0c27742 100644 --- a/checkbox-core-snap/common_files/config/wrapper_common +++ b/checkbox-core-snap/common_files/config/wrapper_common @@ -17,6 +17,7 @@ else append_path LD_LIBRARY_PATH $RUNTIME/lib append_path LD_LIBRARY_PATH $RUNTIME/lib/$ARCH append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH + append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH/fwts append_path LD_LIBRARY_PATH $RUNTIME/lib/fwts append_path GI_TYPELIB_PATH $RUNTIME/usr/lib/girepository-1.0 append_path GI_TYPELIB_PATH $RUNTIME/usr/lib/$ARCH/girepository-1.0 diff --git a/checkbox-core-snap/common_files/config/wrapper_common_classic b/checkbox-core-snap/common_files/config/wrapper_common_classic index d64634bbf3..f0b633b19e 100644 --- a/checkbox-core-snap/common_files/config/wrapper_common_classic +++ b/checkbox-core-snap/common_files/config/wrapper_common_classic @@ -25,6 +25,7 @@ else append_path LD_LIBRARY_PATH $RUNTIME/lib append_path LD_LIBRARY_PATH $RUNTIME/lib/$ARCH append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH + append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH/fwts append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH/blas append_path LD_LIBRARY_PATH $RUNTIME/usr/lib/$ARCH/lapack append_path LD_LIBRARY_PATH $RUNTIME/lib/fwts