Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] New Qt6 version incompatibilty (Read 1334 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

[SOLVED] New Qt6 version incompatibilty

Hi,

I noticed that I couldn't get into Plasma recently, and so I started digging around to see what else couldn't work.
Qt applications also aren't working, such as Dolphin and Okular.

Running them in terminal, I see:

~ % dolphin
Cannot mix incompatible Qt library (6.6.2) with this library (6.6.3)
zsh: IOT instruction  dolphin
~ % okular
Cannot mix incompatible Qt library (6.6.2) with this library (6.6.3)
zsh: IOT instruction  okular
~ %


So it seems there's a library incompatibility. Could this be due to version differences between Artix and Arch? And how can this be alleviated in the meantime before the libraries are matched?


Re: New Qt6 version incompatibilty

Reply #1
Could this be due to version differences between Artix and Arch?
Though, the qt6-base versions are the same, and individual app versions seem to be the same as well. I haven't yet seen anything on the Arch forums about this either.

Re: New Qt6 version incompatibilty

Reply #2
Should work.
Did you run pacman -Syu ?
Do you have Arch repo's enabled?

artist

Re: New Qt6 version incompatibilty

Reply #3
Should work.
Did you run pacman -Syu ?
Do you have Arch repo's enabled?

artist

Hi, yes I did recently run pacman -Syu (-Syy flag beforehand), and I do have Arch repos enabled (Extras and Multilib).

I've temporarily alleviated the issue by manually downloading the qt6-<PKG>-6.6.2-x.tar.zst (and associated sigs) from the Artix archives (over by https://archive.artixlinux.org/packages/q/), and running pacman -U /var/cache/pacman/pkg/qt6-*-6.6.2-*.tar.zst to downgrade install them.

I currently am not aware of a way of upgrading without running into the same version issue, so I will hold off on doing so until I know the coast is clear. I'll probably fire up a VM and check further when time allows.

Re: New Qt6 version incompatibilty

Reply #4
Hi, yes I did recently run pacman -Syu
If by that you mean just now then try another mirror. The qt6-* packages are all at the correct 6.6.3 version on my system.
But there was a few hours yesterday where they had all been updated to 6.6.3 except for qt6-base qt6-tools and qt6-serialport on the mirror I was using.

Re: New Qt6 version incompatibilty

Reply #5
If by that you mean just now then try another mirror. The qt6-* packages are all at the correct 6.6.3 version on my system.
But there was a few hours yesterday where they had all been updated to 6.6.3 except for qt6-base qt6-tools and qt6-serialport on the mirror I was using.

Managed to get a fresh virtual install up to versions 6.6.3 using the same mirrors I use on my host system. So now I don't quite know the source of the issue of Qt applications requiring 6.6.2 rather than 6.6.3 on my system, while the fresh install plays nice.

I've also tried disabling Arch repos + mirror update to reinstall qt6 6.6.3 and Qt offending applications such as Dolphin, and for that no dice (disable arch sources → pacman -Syyu (and reinstalling qt6gtk2) → reinstall dolphin/okular/etc.→ same error). Something in my system is having these Qt applications require 6.6.2

[Edit, I will later analyse the difference between the outputs of 6.6.2 and 6.6.3 Qt versions when I run pacman -Qi qt6-base, and other packages. It does seem quite time-intensive, though]

Re: New Qt6 version incompatibilty

Reply #6
Only thing I can think to suggest is try
Code: [Select]
pacman -Q | grep  qt6-
And make sure they really are all at 6.6.3 now.

I'm not sure but I don't think it's the programs which flag the error ?
I thinks it's qt6 itself which checks all of it's components versions match and quits with the error if they don't.
But that's just a guess based on observation. I could be wrong.

Re: New Qt6 version incompatibilty

Reply #7
Only thing I can think to suggest is try
Code: [Select]
pacman -Q | grep  qt6-
And make sure they really are all at 6.6.3 now.

I've queried this with both the 6.6.2 and 6.6.3 sets installed, both sets seem congruent:
Code: [Select]
~ % doas pacman -Q | grep qt6-                                
phonon-qt6-vlc 0.12.0-2
qt6-3d 6.6.2-1
qt6-5compat 6.6.2-2
qt6-base 6.6.2-4
qt6-charts 6.6.2-1
qt6-connectivity 6.6.2-1
qt6-datavis3d 6.6.2-1
qt6-declarative 6.6.2-1
qt6-doc 6.6.2-1
qt6-examples 6.6.2-1
qt6-graphs 6.6.2-1
qt6-grpc 6.6.2-3
qt6-httpserver 6.6.2-1
qt6-imageformats 6.6.2-1
qt6-languageserver 6.6.2-1
qt6-location 6.6.2-1
qt6-lottie 6.6.2-1
qt6-multimedia 6.6.2-1
qt6-multimedia-ffmpeg 6.6.2-1
qt6-multimedia-gstreamer 6.6.2-1
qt6-networkauth 6.6.2-1
qt6-positioning 6.6.2-1
qt6-quick3d 6.6.2-1
qt6-quick3dphysics 6.6.2-1
qt6-quickeffectmaker 6.6.2-1
qt6-quicktimeline 6.6.2-1
qt6-remoteobjects 6.6.2-1
qt6-scxml 6.6.2-1
qt6-sensors 6.6.2-1
qt6-serialbus 6.6.2-1
qt6-serialport 6.6.2-1
qt6-shadertools 6.6.2-1
qt6-speech 6.6.2-1
qt6-svg 6.6.2-1
qt6-tools 6.6.2-2
qt6-translations 6.6.2-1
qt6-virtualkeyboard 6.6.2-2
qt6-wayland 6.6.2-1
qt6-webchannel 6.6.2-1
qt6-webengine 6.6.2-1
qt6-websockets 6.6.2-1
qt6-webview 6.6.2-1
qt6-xcb-private-headers 6.6.2-4

« doas pacman -Syu → doas pacman -S qt6gtk2 »

~ % doas pacman -Q | grep qt6-
phonon-qt6-vlc 0.12.0-2
qt6-3d 6.6.3-1
qt6-5compat 6.6.3-1
qt6-base 6.6.3-1
qt6-charts 6.6.3-1
qt6-connectivity 6.6.3-1
qt6-datavis3d 6.6.3-1
qt6-declarative 6.6.3-1
qt6-doc 6.6.3-1
qt6-examples 6.6.3-1
qt6-graphs 6.6.3-1
qt6-grpc 6.6.3-1
qt6-httpserver 6.6.3-1
qt6-imageformats 6.6.3-1
qt6-languageserver 6.6.3-1
qt6-location 6.6.3-1
qt6-lottie 6.6.3-1
qt6-multimedia 6.6.3-1
qt6-multimedia-ffmpeg 6.6.3-1
qt6-multimedia-gstreamer 6.6.3-1
qt6-networkauth 6.6.3-1
qt6-positioning 6.6.3-1
qt6-quick3d 6.6.3-1
qt6-quick3dphysics 6.6.3-1
qt6-quickeffectmaker 6.6.3-1
qt6-quicktimeline 6.6.3-1
qt6-remoteobjects 6.6.3-1
qt6-scxml 6.6.3-1
qt6-sensors 6.6.3-1
qt6-serialbus 6.6.3-1
qt6-serialport 6.6.3-1
qt6-shadertools 6.6.3-1
qt6-speech 6.6.3-1
qt6-svg 6.6.3-1
qt6-tools 6.6.3-1
qt6-translations 6.6.3-1
qt6-virtualkeyboard 6.6.3-1
qt6-wayland 6.6.3-1
qt6-webchannel 6.6.3-1
qt6-webengine 6.6.3-1
qt6-websockets 6.6.3-1
qt6-webview 6.6.3-1
qt6-xcb-private-headers 6.6.3-1

Re: New Qt6 version incompatibilty

Reply #8
If I was in your situation and my own troubleshooting was failing me I'd either:
  • Reinstall from my last rootfs incremental backup before the problem and try again.
  • If I didn't have one I'd clear the package cache and reinstall every native package
    Code: [Select]
    pacman -Scc
    pacman -Qqn | pacman -S -
https://wiki.archlinux.org/title/Pacman/Tips_and_tricks#Reinstalling_all_packages

Re: New Qt6 version incompatibilty

Reply #9
Code: [Select]
pacman -Scc
pacman -Qqn | pacman -S -

Hi, I did a full reinstall this way and the same    " Cannot mix incompatible Qt library (6.6.2) with this library (6.6.3) "    problem persisted after all was set up. At this point I have to think there is a very stubborn file somewhere that doesn't get affected by a full rebuild. Unfortunately, I do not know where to look for this.

Re: New Qt6 version incompatibilty

Reply #10
And this is without Arch enabled ?
Quote
At this point I have to think there is a very stubborn file somewhere that doesn't get affected by a full rebuild.
I was under the impression that reinstalling deletes all the files listed by the currently installed package and then installs the new copies. You'd get errors or warnings if it encountered problems doing so.

The error message is poor "Cannot mix incompatible Qt library" which one please dev. "this library "  ditto.

You could use strace to find out which files are being accessed when you run dolphin but there's also another newer tool which is far easier to use but I can't remember the name. I'm looking now because this isn't the first time I've tried to remember it recently.



Re: New Qt6 version incompatibilty

Reply #12
You'll still get lots of output but imo is far more decipherable than strace
Here's output from doas fatrace for the entirety of a Qt app running. Dolphin's the example here:
https://mega.nz/file/R1YQiD6A#f06mpyllW9_DggoFfdWC2cTCJjFOK6Or14_NhMqzSn4

Couldn't use pastebin, as it blocked the account I made once posted. Here is an excerpt from only Dolphin instance:
Code: [Select]
dolphin(20460): O   /etc/ld.so.cache
dolphin(20460): RO  /usr/lib/libdolphinprivate.so.24.02.1
dolphin(20460): RO  /usr/lib/libKF6KIOFileWidgets.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6NewStuffWidgets.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6Parts.so.6.0.0
dolphin(20460): O   /usr/lib/libKF6KIOWidgets.so.6.0.0
dolphin(20460): R   /usr/lib/libKF6KIOWidgets.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6Completion.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6KIOGui.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6JobWidgets.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6WindowSystem.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6BalooWidgets.so.24.02.1
dolphin(20460): RO  /usr/lib/libKF6KIOCore.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6Crash.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6Baloo.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6Solid.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6Service.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6KCMUtils.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6XmlGui.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6IconThemes.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6KCMUtilsCore.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6DBusAddons.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6Notifications.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6BookmarksWidgets.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6Bookmarks.so.6.0.0
dolphin(20460): RO  /usr/lib/libQt6Xml.so.6.6.3
dolphin(20460): RO  /usr/lib/libKF6ConfigWidgets.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6WidgetsAddons.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6CoreAddons.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6ColorScheme.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6I18n.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6ConfigGui.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6ConfigCore.so.6.0.0
dolphin(20460): RO  /usr/lib/libphonon4qt6.so.4.12.0
dolphin(20460): RO  /usr/lib/libPlasmaActivities.so.6.0.3
dolphin(20460): RO  /usr/lib/libQt6DBus.so.6.6.3
dolphin(20460): RO  /usr/lib/libKF6UserFeedbackWidgets.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6UserFeedbackCore.so.6.0.0
dolphin(20460): RO  /usr/lib/libQt6Widgets.so.6.6.3
dolphin(20460): RO  /usr/lib/libQt6Gui.so.6.6.3
dolphin(20460): RO  /usr/lib/libQt6Core.so.6.6.3
dolphin(20460): RO  /usr/lib/libstdc++.so.6.0.32
dolphin(20460): RO  /usr/lib/libc.so.6
dolphin(20460): R   /usr/lib/libc.so.6
dolphin(20460): RO  /usr/lib/libdolphinvcs.so.24.02.1
dolphin(20460): RO  /usr/lib/libKF6TextWidgets.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6Codecs.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6FileMetaData.so.6.0.0
dolphin(20460): RO  /usr/lib/libm.so.6
dolphin(20460): RO  /usr/lib/libKF6ItemViews.so.6.0.0
dolphin(20460): RO  /usr/lib/libQt6Core5Compat.so.6.6.3
dolphin(20460): RO  /usr/lib/libKF6IconWidgets.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6GuiAddons.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6NewStuffCore.so.6.0.0
dolphin(20460): O   /usr/lib/libQt6QuickWidgets.so.6.6.3
dolphin(20460): R   /usr/lib/libQt6QuickWidgets.so.6.6.3
dolphin(20460): RO  /usr/lib/libQt6Qml.so.6.6.3
dolphin(20460): O   /usr/lib/libQt6Network.so.6.6.3
dolphin(20460): R   /usr/lib/libQt6Network.so.6.6.3
dolphin(20460): RO  /usr/lib/libX11.so.6.4.0
dolphin(20460): RO  /usr/lib/libxcb.so.1.1.0
dolphin(20460): RO  /usr/lib/libxcb-res.so.0.0.0
dolphin(20460): RO  /usr/lib/libXfixes.so.3.1.0
dolphin(20460): RO  /usr/lib/libxcb-keysyms.so.1.0.0
dolphin(20460): O   /usr/lib/libKF6AuthCore.so.6.0.0
dolphin(20460): R   /usr/lib/libKF6AuthCore.so.6.0.0
dolphin(20460): RO  /usr/lib/libacl.so.1.1.2302
dolphin(20460): RO  /usr/lib/libmount.so.1.1.0
dolphin(20460): RO  /usr/lib/libgcc_s.so.1
dolphin(20460): RO  /usr/lib/libKF6BalooEngine.so.6.0.0
dolphin(20460): RO  /usr/lib/libudev.so.1.7.8
dolphin(20460): RO  /usr/lib/libimobiledevice-1.0.so.6.0.0
dolphin(20460): RO  /usr/lib/libplist-2.0.so.4.4.0
dolphin(20460): RO  /usr/lib/libKF6KCMUtilsQuick.so.6.0.0
dolphin(20460): RO  /usr/lib/libQt6Quick.so.6.6.3
dolphin(20460): RO  /usr/lib/libKF6GlobalAccel.so.6.0.0
dolphin(20460): RO  /usr/lib/libQt6PrintSupport.so.6.6.3
dolphin(20460): RO  /usr/lib/libKF6Archive.so.6.0.0
dolphin(20460): RO  /usr/lib/libcanberra.so.0.2.5
dolphin(20460): RO  /usr/lib/libpulse.so.0.24.3
dolphin(20460): RO  /usr/lib/libpulse-mainloop-glib.so.0.0.6
dolphin(20460): RO  /usr/lib/libdbus-1.so.3.32.4
dolphin(20460): O   /usr/lib/libEGL.so.1.1.0
dolphin(20460): R   /usr/lib/libEGL.so.1.1.0
dolphin(20460): RO  /usr/lib/libfontconfig.so.1.14.0
dolphin(20460): RO  /usr/lib/libglib-2.0.so.0.8000.0
dolphin(20460): RO  /usr/lib/libxkbcommon.so.0.0.0
dolphin(20460): RO  /usr/lib/libGLX.so.0.0.0
dolphin(20460): RO  /usr/lib/libOpenGL.so.0.0.0
dolphin(20460): RO  /usr/lib/libpng16.so.16.43.0
dolphin(20460): RO  /usr/lib/libharfbuzz.so.0.60840.0
dolphin(20460): RO  /usr/lib/libmd4c.so.0.5.2
dolphin(20460): O   /usr/lib/libfreetype.so.6.20.1
dolphin(20460): R   /usr/lib/libfreetype.so.6.20.1
dolphin(20460): RO  /usr/lib/libz.so.1.3.1
dolphin(20460): O   /usr/lib/libicui18n.so.74.2
dolphin(20460): R   /usr/lib/libicui18n.so.74.2
dolphin(20460): RO  /usr/lib/libicuuc.so.74.2
dolphin(20460): RO  /usr/lib/libdouble-conversion.so.3.3.0
dolphin(20460): RO  /usr/lib/libb2.so.1.0.4
dolphin(20460): RO  /usr/lib/libpcre2-16.so.0.12.0
dolphin(20460): RO  /usr/lib/libzstd.so.1.5.5
dolphin(20460): RO  /usr/lib/libKF6SonnetUi.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6SonnetCore.so.6.0.0
dolphin(20460): RO  /usr/lib/libQt6TextToSpeech.so.6.6.3
dolphin(20460): RO  /usr/lib/libQt6WaylandClient.so.6.6.3
dolphin(20460): RO  /usr/lib/libwayland-client.so.0.22.0
dolphin(20460): RO  /usr/lib/libKF6Attica.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6Syndication.so.6.0.0
dolphin(20460): RO  /usr/lib/libKF6Package.so.6.0.0
dolphin(20460): RO  /usr/lib/libgssapi_krb5.so.2.2
dolphin(20460): RO  /usr/lib/libbrotlidec.so.1.1.0
dolphin(20460): RO  /usr/lib/libproxy.so.0.5.4
dolphin(20460): RO  /usr/lib/libcrypto.so.3
dolphin(20460): RO  /usr/lib/libXau.so.6.0.0
dolphin(20460): RO  /usr/lib/libXdmcp.so.6.0.0
dolphin(20460): RO  /usr/lib/libblkid.so.1.1.0
dolphin(20460): RO  /usr/lib/liblmdb.so
dolphin(20460): RO  /usr/lib/libcap.so.2.69
dolphin(20460): RO  /usr/lib/libssl.so.3
dolphin(20460): RO  /usr/lib/libusbmuxd-2.0.so.7.0.0
dolphin(20460): RO  /usr/lib/libQt6QmlModels.so.6.6.3
dolphin(20460): RO  /usr/lib/libQt6OpenGL.so.6.6.3
dolphin(20460): RO  /usr/lib/libbz2.so.1.0.8
dolphin(20460): RO  /usr/lib/liblzma.so.5.6.1
dolphin(20460): O   /usr/lib/libvorbisfile.so.3.3.8
dolphin(20460): R   /usr/lib/libvorbisfile.so.3.3.8
dolphin(20460): RO  /usr/lib/libtdb.so.1.4.10
dolphin(20460): RO  /usr/lib/libltdl.so.7.3.2
dolphin(20460): RO  /usr/lib/pulseaudio/libpulsecommon-17.0.so
dolphin(20460): RO  /usr/lib/libelogind.so.0.35.0
dolphin(20460): RO  /usr/lib/libGLdispatch.so.0.0.0
dolphin(20460): RO  /usr/lib/libexpat.so.1.9.2
dolphin(20460): RO  /usr/lib/libpcre2-8.so.0.12.0
dolphin(20460): RO  /usr/lib/libgraphite2.so.3.2.1
dolphin(20460): RO  /usr/lib/libicudata.so.74.2
dolphin(20460): RO  /usr/lib/libgomp.so.1.0.0
dolphin(20460): O   /usr/lib/libQt6Multimedia.so.6.6.3
dolphin(20460): R   /usr/lib/libQt6Multimedia.so.6.6.3
dolphin(20460): RO  /usr/lib/libwayland-cursor.so.0.22.0
dolphin(20460): RO  /usr/lib/libffi.so.8.1.4
dolphin(20460): O   /usr/lib/libkrb5.so.3.3
dolphin(20460): R   /usr/lib/libkrb5.so.3.3
dolphin(20460): RO  /usr/lib/libk5crypto.so.3.1
dolphin(20460): RO  /usr/lib/libcom_err.so.2.1
dolphin(20460): RO  /usr/lib/libkrb5support.so.0.1
dolphin(20460): RO  /usr/lib/libkeyutils.so.1.10
dolphin(20460): RO  /usr/lib/libresolv.so.2
dolphin(20460): RO  /usr/lib/libbrotlicommon.so.1.1.0
dolphin(20460): RO  /usr/lib/libproxy/libpxbackend-1.0.so
dolphin(20460): RO  /usr/lib/libgobject-2.0.so.0.8000.0
dolphin(20460): RO  /usr/lib/libimobiledevice-glue-1.0.so.0.2.0
dolphin(20460): RO  /usr/lib/libvorbis.so.0.4.9
dolphin(20460): RO  /usr/lib/libogg.so.0.8.5
dolphin(20460): RO  /usr/lib/libsndfile.so.1.0.37
dolphin(20460): RO  /usr/lib/libasyncns.so.0.3.1
dolphin(20460): RO  /usr/lib/libcurl.so.4.8.0
dolphin(20460): RO  /usr/lib/libgio-2.0.so.0.8000.0
dolphin(20460): RO  /usr/lib/libduktape.so.207.20700
dolphin(20460): RO  /usr/lib/libvorbisenc.so.2.0.12
dolphin(20460): RO  /usr/lib/libFLAC.so.12.1.0
dolphin(20460): RO  /usr/lib/libopus.so.0.10.0
dolphin(20460): RO  /usr/lib/libmpg123.so.0.48.2
dolphin(20460): RO  /usr/lib/libmp3lame.so.0.0.0
dolphin(20460): RO  /usr/lib/libnghttp3.so.9.2.0
dolphin(20460): RO  /usr/lib/libnghttp2.so.14.27.0
dolphin(20460): RO  /usr/lib/libidn2.so.0.4.0
dolphin(20460): RO  /usr/lib/libssh2.so.1.0.1
dolphin(20460): RO  /usr/lib/libpsl.so.5.3.4
dolphin(20460): RO  /usr/lib/libgmodule-2.0.so.0.8000.0
dolphin(20460): RO  /usr/lib/libunistring.so.5.1.0
dolphin(20460): C   /etc/ld.so.cache
dolphin(20460): O   /usr/lib/locale/locale-archive
dolphin(20460): RO  /usr/lib/qt6/plugins/platforms
dolphin(20460): O   /usr/lib/qt6/plugins/platforms/libqminimal.so
dolphin(20460): C   /usr/lib/qt6/plugins/platforms/libqminimal.so
dolphin(20460): O   /usr/lib/qt6/plugins/platforms/libqeglfs.so
dolphin(20460): C   /usr/lib/qt6/plugins/platforms/libqeglfs.so
dolphin(20460): CO  /usr/lib/qt6/plugins/platforms/libqvkkhrdisplay.so
dolphin(20460): O   /usr/lib/qt6/plugins/platforms/libqlinuxfb.so
dolphin(20460): C   /usr/lib/qt6/plugins/platforms/libqlinuxfb.so
dolphin(20460): O   /usr/lib/qt6/plugins/platforms/libqwayland-egl.so
dolphin(20460): C   /usr/lib/qt6/plugins/platforms/libqwayland-egl.so
dolphin(20460): O   /usr/lib/qt6/plugins/platforms/libqxcb.so
dolphin(20460): C   /usr/lib/qt6/plugins/platforms/libqxcb.so
dolphin(20460): CO  /usr/lib/qt6/plugins/platforms/libqwayland-generic.so
dolphin(20460): CO  /usr/lib/qt6/plugins/platforms/libqminimalegl.so
dolphin(20460): CO  /usr/lib/qt6/plugins/platforms/libqvnc.so
dolphin(20460): RC  /usr/lib/qt6/plugins/platforms
dolphin(20460): O   /usr/lib/qt6/plugins/platforms/libqoffscreen.so
dolphin(20460): C   /usr/lib/qt6/plugins/platforms/libqoffscreen.so
dolphin(20460): RO  /usr/lib/qt6/plugins/platforms/libqxcb.so
dolphin(20460): RO  /usr/lib/libQt6XcbQpa.so.6.6.3
dolphin(20460): RO  /usr/lib/libxcb-cursor.so.0.0.0
dolphin(20460): RO  /usr/lib/libxcb-icccm.so.4.0.0
dolphin(20460): RO  /usr/lib/libxcb-image.so.0.0.0
dolphin(20460): RO  /usr/lib/libxcb-randr.so.0.1.0
dolphin(20460): RO  /usr/lib/libxcb-render.so.0.0.0
dolphin(20460): O   /usr/lib/libxcb-render-util.so.0.0.0
dolphin(20460): R   /usr/lib/libxcb-render-util.so.0.0.0
dolphin(20460): RO  /usr/lib/libxcb-shape.so.0.0.0
dolphin(20460): RO  /usr/lib/libxcb-shm.so.0.0.0
dolphin(20460): RO  /usr/lib/libxcb-sync.so.1.0.0
dolphin(20460): RO  /usr/lib/libxcb-xfixes.so.0.0.0
dolphin(20460): RO  /usr/lib/libxcb-xkb.so.1.0.0
dolphin(20460): RO  /usr/lib/libX11-xcb.so.1.0.0
dolphin(20460): RO  /usr/lib/libSM.so.6.0.1
dolphin(20460): O   /usr/lib/libICE.so.6.3.0
dolphin(20460): R   /usr/lib/libICE.so.6.3.0
dolphin(20460): RO  /usr/lib/libxcb-xinput.so.0.1.0
dolphin(20460): RO  /usr/lib/libxkbcommon-x11.so.0.0.0
dolphin(20460): O   /etc/ld.so.cache
dolphin(20460): RO  /usr/lib/libxcb-util.so.1.0.0
dolphin(20460): RO  /usr/lib/libuuid.so.1.3.0
dolphin(20460): C   /etc/ld.so.cache
dolphin(20460): O   /usr/share/hwdata/pnp.ids
dolphin(20460): R   /usr/share/hwdata/pnp.ids
dolphin(20460): R   /usr/share/hwdata/pnp.ids
dolphin(20460): C   /usr/share/hwdata/pnp.ids
dolphin(20460): O   /usr/share/hwdata/pnp.ids
dolphin(20460): R   /usr/share/hwdata/pnp.ids
dolphin(20460): R   /usr/share/hwdata/pnp.ids
dolphin(20460): C   /usr/share/hwdata/pnp.ids
dolphin(20460): O   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): RC  /usr/share/X11/locale/locale.alias
dolphin(20460): RO  /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): R   /usr/share/X11/locale/locale.alias
dolphin(20460): C   /usr/share/X11/locale/locale.alias
dolphin(20460): RO  /usr/share/X11/locale/locale.dir
dolphin(20460): R   /usr/share/X11/locale/locale.dir
dolphin(20460): R   /usr/share/X11/locale/locale.dir
dolphin(20460): R   /usr/share/X11/locale/locale.dir
dolphin(20460): R   /usr/share/X11/locale/locale.dir
dolphin(20460): R   /usr/share/X11/locale/locale.dir
dolphin(20460): R   /usr/share/X11/locale/locale.dir
dolphin(20460): C   /usr/share/X11/locale/locale.dir
dolphin(20460): RO  /usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE
dolphin(20460): C   /usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE
dolphin(20460): O   /usr/lib/qt6/plugins/platformthemes
dolphin(20460): R   /usr/lib/qt6/plugins/platformthemes
dolphin(20460): O   /usr/lib/qt6/plugins/platformthemes/KDEPlasmaPlatformTheme6.so
dolphin(20460): C   /usr/lib/qt6/plugins/platformthemes/KDEPlasmaPlatformTheme6.so
dolphin(20460): O   /usr/lib/qt6/plugins/platformthemes/libqgtk3.so
dolphin(20460): C   /usr/lib/qt6/plugins/platformthemes/libqgtk3.so
dolphin(20460): O   /usr/lib/qt6/plugins/platformthemes/libqxdgdesktopportal.so
dolphin(20460): C   /usr/lib/qt6/plugins/platformthemes/libqxdgdesktopportal.so
dolphin(20460): RC  /usr/lib/qt6/plugins/platformthemes
dolphin(20460): O   /usr/lib/qt6/plugins/platformthemes/libqt6gtk2.so
dolphin(20460): C   /usr/lib/qt6/plugins/platformthemes/libqt6gtk2.so
dolphin(20460): RO  /usr/lib/qt6/plugins/platformthemes/KDEPlasmaPlatformTheme6.so
dolphin(20460): O   /etc/ld.so.cache
dolphin(20460): RO  /usr/lib/libQt6QuickControls2.so.6.6.3
dolphin(20460): RO  /usr/lib/libKF6StatusNotifierItem.so.6.0.0
dolphin(20460): RO  /usr/lib/libXcursor.so.1.0.2
dolphin(20460): RO  /usr/lib/libQt6QuickTemplates2.so.6.6.3
dolphin(20460): RO  /usr/lib/libXrender.so.1.3.0
dolphin(20460): C   /etc/ld.so.cache
dolphin(20460): RCO /home/leyla/.config/kdedefaults/kdeglobals
dolphin(20460): RO  /home/leyla/.config/kdeglobals
dolphin(20460): C   /home/leyla/.config/kdeglobals
dolphin(20460): RO  /etc/xdg/dolphinrc
dolphin(20460): C   /etc/xdg/dolphinrc
dolphin(20460): O   /home/leyla/.config/dolphinrc
dolphin(20460): R   /home/leyla/.config/dolphinrc
dolphin(20460): C   /home/leyla/.config/dolphinrc
dolphin(20460): CO  /home/leyla/.local/share/mime/generic-icons
dolphin(20460): RO  /usr/share/mime/generic-icons
dolphin(20460): R   /usr/share/mime/generic-icons
dolphin(20460): C   /usr/share/mime/generic-icons
dolphin(20460): O   /etc/xdg/dolphinrc
dolphin(20460): R   /etc/xdg/dolphinrc
dolphin(20460): C   /etc/xdg/dolphinrc
dolphin(20460): O   /home/leyla/.config/dolphinrc
dolphin(20460): R   /home/leyla/.config/dolphinrc
dolphin(20460): C   /home/leyla/.config/dolphinrc
dolphin(20460): O   /usr/share/icons/breeze-dark/index.theme
dolphin(20460): R   /usr/share/icons/breeze-dark/index.theme
dolphin(20460): C   /usr/share/icons/breeze-dark/index.theme
dolphin(20460): O   /usr/share/icons/breeze/index.theme
dolphin(20460): R   /usr/share/icons/breeze/index.theme
dolphin(20460): C   /usr/share/icons/breeze/index.theme
dolphin(20460): RCO /etc/xdg/kcminputrc
dolphin(20460): O   /home/leyla/.config/kdedefaults/kcminputrc
dolphin(20460): RC  /home/leyla/.config/kdedefaults/kcminputrc
dolphin(20460): RO  /home/leyla/.config/kcminputrc
dolphin(20460): C   /home/leyla/.config/kcminputrc
dolphin(20460): O   /usr/lib/qt6/plugins/platforminputcontexts
dolphin(20460): R   /usr/lib/qt6/plugins/platforminputcontexts
dolphin(20460): O   /usr/lib/qt6/plugins/platforminputcontexts/libqtvirtualkeyboardplugin.so
dolphin(20460): C   /usr/lib/qt6/plugins/platforminputcontexts/libqtvirtualkeyboardplugin.so
dolphin(20460): O   /usr/lib/qt6/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so
dolphin(20460): C   /usr/lib/qt6/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so
dolphin(20460): RC  /usr/lib/qt6/plugins/platforminputcontexts
dolphin(20460): O   /usr/lib/qt6/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
dolphin(20460): C   /usr/lib/qt6/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
dolphin(20460): RO  /usr/lib/qt6/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
dolphin(20460): O   /usr/lib/qt6/plugins/xcbglintegrations
dolphin(20460): R   /usr/lib/qt6/plugins/xcbglintegrations
dolphin(20460): O   /usr/lib/qt6/plugins/xcbglintegrations/libqxcb-glx-integration.so
dolphin(20460): C   /usr/lib/qt6/plugins/xcbglintegrations/libqxcb-glx-integration.so
dolphin(20460): RC  /usr/lib/qt6/plugins/xcbglintegrations
dolphin(20460): CO  /usr/lib/qt6/plugins/xcbglintegrations/libqxcb-egl-integration.so
dolphin(20460): RO  /usr/lib/qt6/plugins/xcbglintegrations/libqxcb-glx-integration.so
dolphin(20460): RO  /usr/lib/libxcb-glx.so.0.0.0
dolphin(20460): O   /etc/ld.so.cache
dolphin(20460): RO  /usr/lib/libGLX_mesa.so.0.0.0
dolphin(20460): RO  /usr/lib/libglapi.so.0.0.0
dolphin(20460): RO  /usr/lib/libdrm.so.2.4.0
dolphin(20460): RO  /usr/lib/libxcb-dri2.so.0.0.0
dolphin(20460): RO  /usr/lib/libXext.so.6.4.0
dolphin(20460): RO  /usr/lib/libXxf86vm.so.1.0.0
dolphin(20460): RO  /usr/lib/libxshmfence.so.1.0.0
dolphin(20460): RO  /usr/lib/libxcb-dri3.so.0.1.0
dolphin(20460): RO  /usr/lib/libxcb-present.so.0.0.0
dolphin(20460): C   /etc/ld.so.cache
dolphin(20460): RCO /usr/share/drirc.d
dolphin(20460): RO  /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): RO  /usr/lib/gconv/gconv-modules
dolphin(20460): C   /usr/lib/gconv/gconv-modules
dolphin(20460): O   /usr/lib/gconv/gconv-modules.d
dolphin(20460): R   /usr/lib/gconv/gconv-modules.d
dolphin(20460): RO  /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf
dolphin(20460): R   /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf
dolphin(20460): R   /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf
dolphin(20460): R   /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf
dolphin(20460): R   /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf
dolphin(20460): R   /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf
dolphin(20460): R   /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf
dolphin(20460): R   /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf
dolphin(20460): R   /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf
dolphin(20460): R   /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf
dolphin(20460): R   /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf
dolphin(20460): R   /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf
dolphin(20460): R   /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf
dolphin(20460): R   /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf
dolphin(20460): C   /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf
dolphin(20460): RC  /usr/lib/gconv/gconv-modules.d
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): C   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): RO  /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): C   /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): O   /usr/share/locale/locale.alias
dolphin(20460): RC  /usr/share/locale/locale.alias
dolphin(20460): O   /usr/share/locale/en_GB/LC_MESSAGES/libc.mo
dolphin(20460): RCO /usr/share/drirc.d
dolphin(20460): RO  /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): C   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): RO  /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): C   /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): O   /usr/lib/dri/zink_dri.so
dolphin(20460): R   /usr/lib/dri/zink_dri.so
dolphin(20460): O   /etc/ld.so.cache
dolphin(20460): RO  /usr/lib/libLLVM-17.so
dolphin(20460): RO  /usr/lib/libsensors.so.5.0.0
dolphin(20460): RO  /usr/lib/libdrm_radeon.so.1.0.1
dolphin(20460): RO  /usr/lib/libelf-0.191.so
dolphin(20460): RO  /usr/lib/libdrm_amdgpu.so.1.0.0
dolphin(20460): RO  /usr/lib/libdrm_nouveau.so.2.0.0
dolphin(20460): RO  /usr/lib/libdrm_intel.so.1.0.0
dolphin(20460): RO  /usr/lib/libedit.so.0.0.72
dolphin(20460): RO  /usr/lib/libncursesw.so.6.4
dolphin(20460): RO  /usr/lib/libxml2.so.2.12.6
dolphin(20460): RO  /usr/lib/libpciaccess.so.0.11.1
dolphin(20460): C   /etc/ld.so.cache
dolphin(20460): O   /usr/share/drirc.d
dolphin(20460): RC  /usr/share/drirc.d
dolphin(20460): RO  /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): C   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): RO  /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): C   /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): O   /usr/share/drirc.d
dolphin(20460): RC  /usr/share/drirc.d
dolphin(20460): RO  /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): C   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): RO  /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): C   /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): O   /usr/share/drirc.d
dolphin(20460): R   /usr/share/drirc.d
dolphin(20460): RC  /usr/share/drirc.d
dolphin(20460): O   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): C   /usr/share/drirc.d/00-mesa-defaults.conf
dolphin(20460): RO  /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): R   /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): C   /usr/share/drirc.d/00-radv-defaults.conf
dolphin(20460): O   /usr/share/libdrm/amdgpu.ids
dolphin(20460): R   /usr/share/libdrm/amdgpu.ids
dolphin(20460): R   /usr/share/libdrm/amdgpu.ids
dolphin(20460): R   /usr/share/libdrm/amdgpu.ids
dolphin(20460): C   /usr/share/libdrm/amdgpu.ids
dolphin(20460): RCO /etc/nsswitch.conf
dolphin(20460): RO  /etc/passwd
dolphin(20460): C   /etc/passwd
dolphin(20460): O   /home/leyla/.cache/mesa_shader_cache/index
dolphin(20460): RO  /home/leyla/.cache/mesa_shader_cache/b3/8c098933e056281f16cd645f9e4b193cb48e8c
dolphin(20460): C   /home/leyla/.cache/mesa_shader_cache/b3/8c098933e056281f16cd645f9e4b193cb48e8c
dolphin(20460): RO  /usr/share/locale/en/LC_MESSAGES/kjobwidgets6_qt.qm
dolphin(20460): RO  /usr/share/locale/en_GB/LC_MESSAGES/kjobwidgets6_qt.qm
dolphin(20460): O   /usr/share/locale/en_GB/LC_MESSAGES/kwindowsystem6_qt.qm
dolphin(20460): R   /usr/share/locale/en_GB/LC_MESSAGES/kwindowsystem6_qt.qm
dolphin(20460): RO  /usr/share/locale/en_GB/LC_MESSAGES/solid6_qt.qm
dolphin(20460): RO  /usr/share/locale/en_GB/LC_MESSAGES/kdbusaddons6_qt.qm
dolphin(20460): RO  /usr/share/locale/en_GB/LC_MESSAGES/knotifications6_qt.qm
dolphin(20460): O   /usr/share/locale/en_GB/LC_MESSAGES/kbookmarks6_qt.qm
dolphin(20460): R   /usr/share/locale/en_GB/LC_MESSAGES/kbookmarks6_qt.qm
dolphin(20460): RO  /usr/share/locale/en_GB/LC_MESSAGES/libphonon_qt.qm
dolphin(20460): RO  /usr/share/locale/en_GB/LC_MESSAGES/userfeedbackprovider6_qt.qm
dolphin(20460): O   /usr/share/locale/en_GB/LC_MESSAGES/kcompletion6_qt.qm
dolphin(20460): R   /usr/share/locale/en_GB/LC_MESSAGES/kcompletion6_qt.qm
dolphin(20460): RO  /usr/share/locale/en_GB/LC_MESSAGES/kitemviews6_qt.qm
dolphin(20460): RO  /usr/share/locale/en/LC_MESSAGES/kwidgetsaddons6_qt.qm
dolphin(20460): RO  /usr/share/locale/en_GB/LC_MESSAGES/kwidgetsaddons6_qt.qm
dolphin(20460): RO  /usr/lib/qt6/plugins/iconengines
dolphin(20460): CO  /usr/lib/qt6/plugins/iconengines/libqsvgicon.so
dolphin(20460): RC  /usr/lib/qt6/plugins/iconengines
dolphin(20460): O   /usr/lib/qt6/plugins/iconengines/KIconEnginePlugin.so
dolphin(20460): C   /usr/lib/qt6/plugins/iconengines/KIconEnginePlugin.so
dolphin(20460): O   /usr/share/locale/en_GB/LC_MESSAGES/kconfig6_qt.qm
dolphin(20460): R   /usr/share/locale/en_GB/LC_MESSAGES/kconfig6_qt.qm
dolphin(20460): O   /usr/share/locale/en_GB/LC_MESSAGES/kauth6_qt.qm
dolphin(20460): R   /usr/share/locale/en_GB/LC_MESSAGES/kauth6_qt.qm
dolphin(20460): O   /usr/share/locale/en_GB/LC_MESSAGES/kglobalaccel6_qt.qm
dolphin(20460): R   /usr/share/locale/en_GB/LC_MESSAGES/kglobalaccel6_qt.qm
dolphin(20460): O   /usr/share/locale/en_GB/LC_MESSAGES/sonnet6_qt.qm
dolphin(20460): R   /usr/share/locale/en_GB/LC_MESSAGES/sonnet6_qt.qm
dolphin(20460): O   /usr/share/locale/en_GB/LC_MESSAGES/kcodecs6_qt.qm
dolphin(20460): R   /usr/share/locale/en_GB/LC_MESSAGES/kcodecs6_qt.qm
dolphin(20460): O   /usr/share/locale/en_GB/LC_MESSAGES/karchive6_qt.qm
dolphin(20460): R   /usr/share/locale/en_GB/LC_MESSAGES/karchive6_qt.qm
dolphin(20460): O   /usr/share/locale/en/LC_MESSAGES/kcoreaddons6_qt.qm
dolphin(20460): R   /usr/share/locale/en/LC_MESSAGES/kcoreaddons6_qt.qm
dolphin(20460): O   /usr/share/locale/en_GB/LC_MESSAGES/kcoreaddons6_qt.qm
dolphin(20460): R   /usr/share/locale/en_GB/LC_MESSAGES/kcoreaddons6_qt.qm
dolphin(20460): O   /usr/lib/qt6/plugins/styles
dolphin(20460): R   /usr/lib/qt6/plugins/styles
dolphin(20460): O   /usr/lib/qt6/plugins/styles/libqt6gtk2-style.so
dolphin(20460): C   /usr/lib/qt6/plugins/styles/libqt6gtk2-style.so
dolphin(20460): O   /usr/lib/qt6/plugins/styles/breeze6.so
dolphin(20460): C   /usr/lib/qt6/plugins/styles/breeze6.so
dolphin(20460): O   /usr/lib/qt6/plugins/styles/libkvantum.so
dolphin(20460): C   /usr/lib/qt6/plugins/styles/libkvantum.so
dolphin(20460): RC  /usr/lib/qt6/plugins/styles
dolphin(20460): O   /usr/lib/qt6/plugins/styles/oxygen6.so
dolphin(20460): C   /usr/lib/qt6/plugins/styles/oxygen6.so
dolphin(20460): RO  /usr/lib/qt6/plugins/styles/libqt6gtk2-style.so
dolphin(20460): RO  /usr/lib/libgtk-x11-2.0.so.0.2400.33
dolphin(20460): RO  /usr/lib/libgdk-x11-2.0.so.0.2400.33
dolphin(20460): RO  /usr/lib/libgdk_pixbuf-2.0.so.0.4200.10
dolphin(20460): RO  /usr/lib/libpango-1.0.so.0.5200.2
dolphin(20460): O   /etc/ld.so.cache
dolphin(20460): RO  /usr/lib/libpangocairo-1.0.so.0.5200.2
dolphin(20460): RO  /usr/lib/libatk-1.0.so.0.25209.1
dolphin(20460): RO  /usr/lib/libcairo.so.2.11800.0
dolphin(20460): RO  /usr/lib/libpangoft2-1.0.so.0.5200.2
dolphin(20460): RO  /usr/lib/libXinerama.so.1.0.0
dolphin(20460): O   /usr/lib/libXi.so.6.1.0
dolphin(20460): R   /usr/lib/libXi.so.6.1.0
dolphin(20460): O   /usr/lib/libXrandr.so.2.2.0
dolphin(20460): R   /usr/lib/libXrandr.so.2.2.0
dolphin(20460): RO  /usr/lib/libXcomposite.so.1.0.0
dolphin(20460): RO  /usr/lib/libXdamage.so.1.1.0
dolphin(20460): RO  /usr/lib/libjpeg.so.8.3.2
dolphin(20460): RO  /usr/lib/libtiff.so.6.0.2
dolphin(20460): RO  /usr/lib/libfribidi.so.0.4.0
dolphin(20460): RO  /usr/lib/libthai.so.0.3.1
dolphin(20460): RO  /usr/lib/libpixman-1.so.0.43.4
dolphin(20460): RO  /usr/lib/libjbig.so.2.1
dolphin(20460): RO  /usr/lib/libdatrie.so.1.4.0
dolphin(20460): C   /etc/ld.so.cache
dolphin(20460): C   /usr/bin/dolphin
dolphin(20460): C   /usr/lib/ld-linux-x86-64.so.2
dolphin(20460): C   /usr/lib/qt6/plugins/platforms/libqxcb.so
dolphin(20460): C   /usr/lib/libxcb-cursor.so.0.0.0
dolphin(20460): C   /usr/lib/libxcb-icccm.so.4.0.0
dolphin(20460): C   /usr/lib/libxcb-image.so.0.0.0
dolphin(20460): C   /usr/lib/libxcb-randr.so.0.1.0
dolphin(20460): C   /usr/lib/libxcb-render.so.0.0.0
dolphin(20460): C   /usr/lib/libxcb-render-util.so.0.0.0
dolphin(20460): C   /usr/lib/libxcb-shape.so.0.0.0
dolphin(20460): C   /usr/lib/libxcb-shm.so.0.0.0
dolphin(20460): C   /usr/share/locale/en_GB/LC_MESSAGES/libc.mo
dolphin(20460): C   /usr/lib/libdolphinprivate.so.24.02.1
dolphin(20460): C   /usr/lib/libKF6KIOFileWidgets.so.6.0.0
dolphin(20460): C   /usr/lib/libKF6NewStuffWidgets.so.6.0.0
dolphin(20460): C   /usr/lib/libKF6Parts.so.6.0.0
dolphin(20460): C   /usr/lib/libKF6KIOWidgets.so.6.0.0
dolphin(20460): C   /usr/lib/libKF6Completion.so.6.0.0
dolphin(20460): C   /usr/lib/libKF6KIOGui.so.6.0.0
dolphin(20460): C   /usr/lib/libKF6JobWidgets.so.6.0.0
dolphin(20460): C   /usr/lib/libKF6WindowSystem.so.6.0.0
dolphin(20460): C   /usr/lib/libKF6BalooWidgets.so.24.02.1
dolphin(20460): C   /usr/lib/libKF6KIOCore.so.6.0.0
dolphin(20460): C   /usr/lib/libKF6Crash.so.6.0.0
dolphin(20460): C   /usr/lib/libKF6Baloo.so.6.0.0
---                                                                                                                                                                                                                             

I had to truncate the output, as the character limit was reached for a forum post.

Re: New Qt6 version incompatibilty

Reply #13
Here's output from doas fatrace for the entirety of a Qt app running. Dolphin's the example here:
Nothing jumps out.

But what it gives you the ability to do is run the libs through pkgfile or pacman -Qo
Both to get a list of packages dolphin's dependencies belong to or if your theory is correct, about left behind files, tell you libs which belong to no package.

Which has given me another idea.
install artools-pkg and run lddd as root.
That should tell you if there are any libraries not owned by packages or with missing library dependencies.


Re: New Qt6 version incompatibilty

Reply #14
Here's output from doas fatrace for the entirety of a Qt app running. Dolphin's the example here:
Nothing jumps out.

But what it gives you the ability to do is run the libs through pkgfile or pacman -Qo
Both to get a list of packages dolphin's dependencies belong to or if your theory is correct, about left behind files, tell you libs which belong to no package.

Which has given me another idea.
install artools-pkg and run lddd as root.
That should tell you if there are any libraries not owned by packages or with missing library dependencies.

I shall try to get all this information found, organised, and shared tomorrow. Before then, I've also had a bit of a ponder. Could there be something to do with directory permissions? Bit of a shot in the dark, I know.