SUMMARY I just tried to extract zip/rar archives as usual but since today it doesn't work. The same feature works in Dolphin as usual. STEPS TO REPRODUCE 1. Right click at any archive 2. Extract > Extract archive here OBSERVED RESULT From the logs: 22 Aug 2021 17:59:21 kwin_x11 file:///usr/share/kwin/aurorae/MenuButton.qml:11: TypeError: Cannot read property 'closeOnDoubleClickOnMenu' of null 22 Aug 2021 17:59:29 kwin_x11 kwin_core: XCB error: 152 (BadDamage), sequence: 200, resource id: 10988858, major code: 143 (DAMAGE), minor code: 2 (Destroy) 22 Aug 2021 17:59:29 kwin_x11 kwin_core: XCB error: 152 (BadDamage), sequence: 203, resource id: 10988808, major code: 143 (DAMAGE), minor code: 2 (Destroy) EXPECTED RESULT The option should extract an archive. SOFTWARE/OS VERSIONS Linux/KDE Plasma: 5.10.59-1-MANJARO (available in About System) KDE Plasma Version: 5.22.4 KDE Frameworks Version: 5.85.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION
Can you post a screen of the popup menu? Do you have updated system recently?
Created attachment 140958 [details] Extract popup menu Yes, I had a major system update quite recently.
Here's the output when I start krusader in CLI and try to extract something: https://pastebin.com/raw/0NsaEU6h
It seems you don't have kdeinit installed; it comes from the package kinit. Can you install/reinstall?
Since the latest update, Manjaro got rid of the package kinit as a dependency. https://bugs.archlinux.org/task/71840 I installed it manually and still can't make extracting work. After another try, the output from the logs shows this: 24 Aug 2021 17:40:27 kwin_x11 kwin_core: XCB error: 152 (BadDamage), sequence: 47994, resource id: 14684163, major code: 143 (DAMAGE), minor code: 2 (Destroy) 24 Aug 2021 17:40:27 kwin_x11 kwin_core: XCB error: 152 (BadDamage), sequence: 47997, resource id: 14684143, major code: 143 (DAMAGE), minor code: 2 (Destroy) And if I run it from the terminal, the output is this: https://pastebin.com/raw/qTFhRJWc
It could be related to #441442, a recent update in Frameworks and Applications made plugin management a bit different with some issue.
(In reply to Davide Gianforte from comment #6) > It could be related to #441442, a recent update in Frameworks and > Applications made plugin management a bit different with some issue. Agreed. those two are related. Ok, I'll wait for the next update then. Thank you.
*** Bug 441442 has been marked as a duplicate of this bug. ***
Same here after upgrade to Plasma 5.22.4: 13:11:55.872-warning kf.coreaddons unknown@0 # no metadata found in "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/desktop.so" "Failed to extract plugin meta data from '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/desktop.so'" 13:11:55.874-warning kf.coreaddons unknown@0 # no metadata found in "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/applications.so" "Failed to extract plugin meta data from '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/applications.so'" Operating System: Kubuntu 21.04 KDE Plasma Version: 5.22.4 KDE Frameworks Version: 5.85.0 Qt Version: 5.15.2 Kernel Version: 5.11.0-31-generic (64-bit) Graphics Platform: X11
Same here - archive create / extract from right-click menu don't work since Kubuntu Backports update (18.08.2021). No problem when called same way from Dolphin: .xsession-errors entries: kwin_core: XCB error: 152 (BadDamage), sequence: 21806, resource id: 14681819, major code: 143 (DAMAGE), minor code: 2 (Destroy) kwin_core: XCB error: 152 (BadDamage), sequence: 21809, resource id: 14681753, major code: 143 (DAMAGE), minor code: 2 (Destroy) SOFTWARE/OS VERSIONS Distribution: Kubuntu 21.04 + backports KDE Plasma Version: 5.22.5 KDE Frameworks Version: 5.85.0 Qt Version: 5.15.2 Platform: X11 Kernel: 5.12.0-051200-generic
Same bug spotted on Fedora 35 with Krusader 2.7.2.
A possibly relevant merge request was started @ https://invent.kde.org/utilities/krusader/-/merge_requests/73
My bug report https://bugs.kde.org/show_bug.cgi?id=444858 is probably duplicate of this one...
Git commit dc58964435d0a3afc74598c41836bb6f4419eeef by Yaroslav Sidlovsky. Committed on 20/11/2021 at 16:16. Pushed by asensi into branch 'master'. Fixed non working actions for create / extract archives PanelContextMenu instance created in PanelContextMenu::run now lives long enough so that create / extract archive actions won't be deleted right after PanelContextMenu::run call. Important note: after this patch I've spotted crash, same as in the bug https://bugs.kde.org/show_bug.cgi?id=443540. Looks like this crash has been fixed in the KF5 5.89(git). M +4 -3 krusader/Panel/listpanel.cpp M +2 -0 krusader/Panel/listpanel.h M +5 -4 krusader/Panel/panelcontextmenu.cpp M +2 -1 krusader/Panel/panelcontextmenu.h https://invent.kde.org/utilities/krusader/commit/dc58964435d0a3afc74598c41836bb6f4419eeef
*** Bug 449705 has been marked as a duplicate of this bug. ***
Created attachment 146346 [details] Patch to apply to version 2.7.2
The bug is mark as resolved, but I'm still experiencing the same issue. My Krusader is on version 2.7.2 "Peace of Mind", and my Ark is on version 21.12.3.
There is no new release (2.7.3) with fix, it's only fixed in master. Version 2.7.2 still has this bug obviously. Ping maintainer of your distro to include this patch.