KIO library error (libKF5KIOCore.so.5)

Hi,
executing KDE applications from xfce (eg. okular, probability all the application) I got the following error:

symbol lookup error: /usr/lib/libKF5KIOCore.so.5: undefined symbol: _ZN4KJob14percentChangedEPS_mNS_14QPrivateSignalE

the installed kio is

extra/kio 5.82.0-1 (kf5)

I fix the problem by downgrading KIO

sudo pacman -U kio-5.79.0-1-x86_64.pkg.tar.zst

loading packages...
warning: downgrading package kio (5.82.0-1 => 5.79.0-1)
resolving dependencies...
looking for conflicting packages...

Please write me if you need more information.

Please resolve the bug for the next upgrades.

Regards

Sounds like you might have a mismatch of -git and non-git frameworks packages.

Can you provide the output of pacman -Qs git please.

Command:
pacman -Qs git

Result:

    local/audacity 1:2.4.1-4 (pro-audio)
        A program that lets you manipulate digital audio waveforms
    local/breeze-icons-git .r1688.g9f1c9285-1 (kf5-git)
        Breeze icon themes
    local/breezy 3.2.0-1
        A decentralized revision control system with support for Bazaar and Git file
        formats
    local/cdparanoia 10.2-8
        Compact Disc Digital Audio extraction tool
    local/dvgrab 3.5-9
        Saves audio and video data from an IEEE (FireWire) digital source
    local/git 2.31.1-1
        the fast distributed version control system
    local/git-latexdiff 1.6.0-1
        Simple but very convenient wrapper around Git and latexdiff
    local/gitg 1:3.32.1+17+gb4c8155f-2
        GNOME GUI client to view git repositories
    local/gromit-mpx-git 1.3.1.r4.g3d0e31c-1
        Desktop annotation tool. GTK3 multi-pointer variant of original gromit
        utility.
    local/haskell-gitrev 1.3.1-25
        Compile git revision info into Haskell projects
    local/karchive-git .r451.g940558b-1 (kf5-git)
        Qt 5 addon providing access to numerous types of archives
    local/kconfig-git .r773.gb57c7ad-1 (kf5-git)
        Configuration system
    local/kcoreaddons-git .r1124.g385d106a-1 (kf5-git)
        Addons to QtCore
    local/kcrash-git .r347.g62e666c-1 (kf5-git)
        Support for application crash analysis and bug report from apps
    local/kdbusaddons-git .r338.g532309d-1 (kf5-git)
        Addons to QtDBus
    local/kemoticons-git .r354.gb4e0573-1 (kf5-git)
        Support for emoticons and emoticons themes
    local/ki18n-git .r436.gf88e694-1 (kf5-git)
        Advanced internationalization framework
    local/kservice-git .r865.gc70e07b-1 (kf5-git)
        Advanced plugin and service introspection
    local/kwindowsystem-git .r558.g47c858e-1 (kf5-git)
        Access to the windowing system
    local/libgit2 1:1.1.0-1
        A linkable library for Git
    local/libgit2-glib 0.99.0.1-5
        GLib wrapper for libgit2
    local/libgphoto2 2.5.27-1
        Digital camera access library
    local/libraw 0.20.2-1
        A library for reading RAW files obtained from digital photo cameras
        (CRW/CR2, NEF, RAF, DNG, and others)
    local/mypaint 2.0.1-1
        Fast and easy painting application for digital painters, with brush dynamics
    local/non-timeline 1.2.0-4 (non-daw pro-audio)
        A powerful, reliable and fast modular Digital Audio Timeline arranger
    local/onedrive-abraunegg 2.4.12-1
        Free OneDrive client written in D - abraunegg's fork. Follows the releases
        on https://github.com/abraunegg/onedrive/releases
    local/oxygen-icons-git .r254.g54bdcf7-1 (kf5-git)
        The Oxygen Icon Theme
    local/python-dulwich 0.20.21-1
        Pure-Python implementation of the Git file formats and protocols
    local/qgit 2.9-2
        A GIT GUI viewer built on Qt/C++
    local/shotwell 2:0.30.11-1
        A digital photo organizer designed for the GNOME desktop environment (odd
        versions are unstable!)
    local/steam-manjaro 1.0.0.70-1
        Valve's digital software delivery system
    local/xfce4-indicator-plugin-git 2.3.3.r148.gc99ecc8-1
        Display indicators in the Xfce4 panel

yeah, you have them mixed. Replace the Plasma/frameworks related ones with their non-git counterpart like:

sudo pacman -S breeze-icons karchive kconfig kcoreaddons kcrash kdbusaddons kemoticons ki18n kservice kwindowsystem oxygen-icons

Resolved. Thanks a lot.

MR