SUMMARY Qt6 ark can't open archives via cli, opening them though dolphin works fine. Qt5 build also opens them via cli successfully. STEPS TO REPRODUCE 1. build ark with -DBUILD_WITH_QT6=TRUE 2. create a simple archive: echo "test" > 123.txt && tar czvf qt6ark.tar.gz 123.txt 3. open it: ark qt6ark.tar.gz OBSERVED RESULT Loading the archive ‘/tmp/arkpartbEHolP’ failed with the following error: No suitable plugin found. Ark does not seem to support this file type. EXPECTED RESULT Ark opens the archive with no problems, just as it does when clicking in dolphin or using the Qt5 build. SOFTWARE/OS VERSIONS Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.27.80 KDE Frameworks Version: 5.245.0 Qt Version: 6.6.0
A possibly relevant merge request was started @ https://invent.kde.org/utilities/ark/-/merge_requests/214
Git commit d11f006f35126f5a09868df442595f8e42611cb5 by Nicolas Fella. Committed on 24/11/2023 at 12:38. Pushed by aacid into branch 'master'. Add working dir to QUrl::fromUserInput calls Otherwise a relative URL won't be resolved properly M +1 -1 app/batchextract.cpp M +9 -8 app/main.cpp M +1 -1 kerfuffle/jobs.cpp M +2 -2 part/part.cpp https://invent.kde.org/utilities/ark/-/commit/d11f006f35126f5a09868df442595f8e42611cb5