| Summary: | Fails to find plugin for 7z files | ||
|---|---|---|---|
| Product: | [Applications] ark | Reporter: | Alastor Tenebris <livingnightmare> |
| Component: | plugins | Assignee: | Elvis Angelaccio <elvis.angelaccio> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | livingnightmare, rthomsen6, voidpointertonull+bugskdeorg |
| Priority: | NOR | ||
| Version First Reported In: | 24.02.1 | ||
| Target Milestone: | --- | ||
| Platform: | Flatpak | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alastor Tenebris
2024-03-24 18:42:07 UTC
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. |