SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** Opening a 7zip file in flatpak'd Ark throws a "No suitable plugin found. Ark does not see to support this file type" error. STEPS TO REPRODUCE 1. Use a file manager to open a 7z file with Ark. OBSERVED RESULT Ark displays a "No suitable plugin found. Ark does not see to support this file type" error and fails to open the archive. EXPECTED RESULT The archive opens. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Fedora 39 Kinoite (available in About System) KDE Plasma Version: ¯\_(ツ)_/¯ It's the Flatpak version KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 ADDITIONAL INFORMATION 7zip files don't even show up in the open file dialog.
So the 7z plugin in settings is grayed out, with the tooltip saying "The plugin cannot be used because one or more required executables are missing. Check your installation." Looking in the bin directory of the installation, 7z isn't there. p7zip is in the flatpak manifest though. The build log for p7zip has these lines: mkdir: cannot create directory ‘/usr/local’: Read-only file system mkdir: cannot create directory ‘/usr/local’: Read-only file system - installing /usr/local/bin/7z cp: cannot create regular file '/usr/local/lib/p7zip/7z': No such file or directory chmod: cannot access '/usr/local/lib/p7zip/7z': No such file or directory strip: '/usr/local/lib/p7zip/7z': No such file ./install.sh: line 12: /usr/local/bin/7z: No such file or directory ./install.sh: line 13: /usr/local/bin/7z: No such file or directory chmod: cannot access '/usr/local/bin/7z': No such file or directory So I think it's trying to install in /usr/local rather than /usr
Can't reproduce, but it suspiciously seems like you attempted to use it during a period of temporary breakage: https://github.com/flathub/org.kde.ark/pull/82 Please retry, theoretically it should work already.
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
Forgot I reported this. Yeah, it works fine now.