[Bug 1221378] New: Unable to create KIO worker (KDE X11)

https://bugzilla.suse.com/show_bug.cgi?id=1221378 Bug ID: 1221378 Summary: Unable to create KIO worker (KDE X11) Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.5 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: KDE Workspace (Plasma) Assignee: opensuse-kde-bugs@opensuse.org Reporter: wl@gnu.org QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- After running `zypper up` a few minutes ago and doing a reboot the desktop greets me with ``` Unable to create KIO worker. Can not create a socket for launching a KIO worker for protokol 'desktop'. ``` and no icons are displayed. I have no idea what is causing this... The following updates were installed: ``` kernel-default 5.14.21-150500.55.52.1 libmaxminddb0 1.4.3-150000.1.8.1 libmetalink3 0.1.3-150000.3.2.1 libqrencode4 4.1.1-150000.3.3.1 libuv1 1.44.2-150500.3.2.1 x86_64 python3-bind 9.16.48-150500.8.18.1 kernel-default-extra 5.14.21-150500.55.52.1 wget 1.20.3-150000.3.17.1 x86_64 bind-utils 9.16.48-150500.8.18.1 kernel-default-optional 5.14.21-150500.55.52.1 wget-lang 1.20.3-150000.3.17.1 glibc 2.31-150300.68.1 glibc-extra 2.31-150300.68.1 glibc-info 2.31-150300.68.1 yast2-logs 4.5.26-150500.3.3.2 sudo 1.9.12p1-150500.7.10.1 sudo-plugin-python 1.9.12p1-150500.7.10.1 nscd 2.31-150300.68.1 glibc-locale-base 2.31-150300.68.1 glibc-lang 2.31-150300.68.1 glibc-devel 2.31-150300.68.1 ``` -- You are receiving this mail because: You are on the CC list for the bug.

https://bugzilla.suse.com/show_bug.cgi?id=1221378 https://bugzilla.suse.com/show_bug.cgi?id=1221378#c4 Werner Lemberg <wl@gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #4 from Werner Lemberg <wl@gnu.org> --- I was finally able to track this down (unvoluntarily :-), and I can report that the problem is not related to openSUSE. Being a command-line nerd, I'm using the extremely useful 'libtrash' library (see https://github.com/pete4abw/libtrash for more), which intercepts `unlink()` and friends, moving a file into a trash directory instead of deleting it. This library must be manually compiled and loaded with the `LD_PRELOAD=` mechanism, which I set up in `profile.local`. Apparently, one of the usual `zypper up` calls changed the GNU C library (or something related, I don't know), which made the KIO stuff crash. However, the devilish thing was that all other applications continued to work just fine with the preloaded libtrash library! A recompilation of the library was sufficient to make everything work again. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com