dolphin 
kf.kio.core: couldn't create slave: "klauncher said: Error loading '/usr/lib/qt5/plugins/kf5/kio/tags.so'."
kf.kio.core: "Unable to create io-slave. klauncher said: Error loading '/usr/lib/qt5/plugins/kf5/kio/tags.so'."
kf.kio.core: "Unable to create io-slave. klauncher said: Error loading '/usr/lib/qt5/plugins/kf5/kio/tags.so'."
kf.kio.core: couldn't create slave: "klauncher said: Error loading '/usr/lib/qt5/plugins/kf5/kio/trash.so'."
kf.kio.core: "Unable to create io-slave. klauncher said: Error loading '/usr/lib/qt5/plugins/kf5/kio/trash.so'."
kf.kio.core: couldn't create slave: "klauncher said: Error loading '/usr/lib/qt5/plugins/kf5/kio/file.so'."
kf.kio.core: couldn't create slave: "klauncher said: Error loading '/usr/lib/qt5/plugins/kf5/kio/file.so'."
kf.kio.core: couldn't create slave: "klauncher said: Error loading '/usr/lib/qt5/plugins/kf5/kio/file.so'."

Using Dolphin here on 3 systems with Kio 5.80, none of the systems have any issues with Dolphin, certainly can't get the output shown above. So please post the output of Octopi > Tools > SysInfo


----------------------------------------------------------------------------------------------------------
cat /etc/pacman.conf
----------------------------------------------------------------------------------------------------------

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc linux
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   = linux linux-next
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options (all disabled by default)
#UseSyslog
#ShowSize
Color
#TotalDownload
CheckSpace
VerbosePkgLists
ILoveCandy

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Never
LocalFileSigLevel = Never
#RemoteFileSigLevel = Required

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

#[kde-next]
#Include = /etc/pacman.d/mirrorlist

#[build]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[main]
Include = /etc/pacman.d/mirrorlist

[apps]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs


----------------------------------------------------------------------------------------------------------
pacman -Qm
----------------------------------------------------------------------------------------------------------

arm-none-eabi-binutils 2.35.1-1
arm-none-eabi-gcc 10.2.0-1
arm-none-eabi-newlib 3.3.0-1
ccache 4.1-1
cppcheck 2.3-1
guile2.0 2.0.14-3
libcl 1.1.12-1
libfdk-aac 2.0.1-2
libkgeomap 20.08.3-1
libldac 2.0.2.3-1
libomxil-bellagio 0.9.3-3
libsecp256k1 20201021+1209+gac05f61-1
x86_energy_perf_policy 5.10-2

Other is just 2 full circle of core -> build update then downgrade build -> core.

Partial updates are not supported, and without full logs nothing will be done. Build repo is for those willing to help, not those seeking help by doing unsupported updates.

What partial updates? I don't do partial updates. I disable and revert pacman -Suu to core since build isn't working for me.

Full log is long and it can't fit here, nothing insteresting there, i don't have any other source to update. Packages showed by pacman -Qm are compiled by me.

So these are not logs for KIO 5.80 (or anything 5.80)?
You have major issues with permissions, your journal is overflowing with permission errors.

If you truly want to test/show anything is wrong with KIO 5.80/dolphin, then please use the latest test ISO in live mode, see if you can reproduce with a clean system.

    demm
    You have major issues with permissions, your journal is overflowing with permission errors.
    No at all
    toni : a password is required ; TTY=pts/1 ; PWD=/home/toni/konqueror/build ; USER=root ; COMMAND=/usr/bin/uptime
    That's not a permission issue, .bashrc

    bind TAB:menu-complete
    set +o noclobber
    export HISTCONTROL=ignoreboth:erasedups

    oh-my-bash logs a timestamp in bash_history
    it looks like

    #1612250017
    git rebase master 
    #1612250056
    git rebase -i HEAD~5
    #1612250105
    git rebase -i HEAD~10
    #1612250403
    git rebase -i HEAD~5
    #1612250412
    git rebase -i HEAD~3
    #1612250513
    git rebase --continue
    #1612250518

    The issue is related to Dolphin, i don't see other issues, probably it needs recompile to new KIO or KIO needs update upstream probably binary incompatibility.

    That would be true if ANYONE can reproduce, neither you can provide any decent info to what is happening on your system, that is why I am asking to reproduce some way.
    Regarding your opinion on a system that has the journal flooded with error messages being complete fine, baffles me, so I will leave this thread now, won't comment on it any further, unless someone van reproduce.

    So error messages are same, just timestamps as root, probably bug in oh-my-bash, nothing related to the issue with KIO.
    Powerline profile of oh-my-bash do it

    THEME_CHECK_SUDO=${THEME_CHECK_SUDO:=true}
    
      if [[ "${THEME_CHECK_SUDO}" = true ]]; then
        if sudo -n uptime 2>&1 | grep -q "load"; then
          color=${USER_INFO_THEME_PROMPT_COLOR_SUDO}
        fi
      fi

    It's hack to have same theme in root console.

    It has binary incompatibility, actually logout/in fixes the issue. It looks like KIO 5.79 and 5.80 are incompatible each other.