Pavel Mikhadzionak
Pavel Mikhadzionak
Same problem with gstreamer libs. After looking into code I found next problems. Here we define rpath=$ORIGIN for any shared lib: https://github.com/linuxdeploy/linuxdeploy/blob/63d2fa5437aff217129f519cd7e5a01e7bc16c0f/src/core/appdir.cpp#L830-L838 Here we set $ORIGIN as rpath: https://github.com/linuxdeploy/linuxdeploy/blob/63d2fa5437aff217129f519cd7e5a01e7bc16c0f/src/core/appdir.cpp#L289-L294 As...
It's exception from boost::filesystem on missed mediaservice dir: ```terminate called after throwing an instance of 'boost::filesystem::filesystem_error' what(): boost::filesystem::directory_iterator::construct: No such file or directory: "/home/pavel/Qt/6.3.1/gcc_64/plugins/mediaservice" ERROR: Failed to run plugin: qt...
[log.txt](https://github.com/linuxdeploy/linuxdeploy-plugin-qt/files/8941547/log.txt)
[About multimedia architecture in Qt6](https://www.qt.io/blog/qt-multimedia-in-qt-6)
@TheAssassin What you think about it?
@ptoupas > 3\. You need to comment/remove this line of code [HERE](https://github.com/naver/croco/blob/743ee71a2a9bf57cea6832a9064a70a0597fcfcb/models/blocks.py#L205) in the `blocks.py` file of the croco submodule repo, and add the following two lines in its place:...