[SOLVED] New Qt6 version incompatibilty 01 April 2024, 09:11:24 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:~ % dolphinCannot mix incompatible Qt library (6.6.2) with this library (6.6.3)zsh: IOT instruction dolphin~ % okularCannot 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? Last Edit: 03 April 2024, 18:09:24 by Hitman
Re: New Qt6 version incompatibilty Reply #1 – 01 April 2024, 09:24:10 Quote from: 5tryx – on 01 April 2024, 09:11:24Could 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 – 01 April 2024, 13:16:00 Should work.Did you run pacman -Syu ?Do you have Arch repo's enabled?artist
Re: New Qt6 version incompatibilty Reply #3 – 01 April 2024, 13:57:08 Quote from: Artist – on 01 April 2024, 13:16:00Should work.Did you run pacman -Syu ?Do you have Arch repo's enabled?artistHi, 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 – 01 April 2024, 14:15:25 Quote from: 5tryx – on 01 April 2024, 13:57:08Hi, 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 – 01 April 2024, 14:41:00 Quote from: gripped – on 01 April 2024, 14:15:25If 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] Last Edit: 01 April 2024, 14:55:29 by 5tryx
Re: New Qt6 version incompatibilty Reply #6 – 01 April 2024, 15:02:56 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 – 01 April 2024, 17:14:08 Quote from: gripped – on 01 April 2024, 15:02:56Only 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-2qt6-3d 6.6.2-1qt6-5compat 6.6.2-2qt6-base 6.6.2-4qt6-charts 6.6.2-1qt6-connectivity 6.6.2-1qt6-datavis3d 6.6.2-1qt6-declarative 6.6.2-1qt6-doc 6.6.2-1qt6-examples 6.6.2-1qt6-graphs 6.6.2-1qt6-grpc 6.6.2-3qt6-httpserver 6.6.2-1qt6-imageformats 6.6.2-1qt6-languageserver 6.6.2-1qt6-location 6.6.2-1qt6-lottie 6.6.2-1qt6-multimedia 6.6.2-1qt6-multimedia-ffmpeg 6.6.2-1qt6-multimedia-gstreamer 6.6.2-1qt6-networkauth 6.6.2-1qt6-positioning 6.6.2-1qt6-quick3d 6.6.2-1qt6-quick3dphysics 6.6.2-1qt6-quickeffectmaker 6.6.2-1qt6-quicktimeline 6.6.2-1qt6-remoteobjects 6.6.2-1qt6-scxml 6.6.2-1qt6-sensors 6.6.2-1qt6-serialbus 6.6.2-1qt6-serialport 6.6.2-1qt6-shadertools 6.6.2-1qt6-speech 6.6.2-1qt6-svg 6.6.2-1qt6-tools 6.6.2-2qt6-translations 6.6.2-1qt6-virtualkeyboard 6.6.2-2qt6-wayland 6.6.2-1qt6-webchannel 6.6.2-1qt6-webengine 6.6.2-1qt6-websockets 6.6.2-1qt6-webview 6.6.2-1qt6-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-2qt6-3d 6.6.3-1qt6-5compat 6.6.3-1qt6-base 6.6.3-1qt6-charts 6.6.3-1qt6-connectivity 6.6.3-1qt6-datavis3d 6.6.3-1qt6-declarative 6.6.3-1qt6-doc 6.6.3-1qt6-examples 6.6.3-1qt6-graphs 6.6.3-1qt6-grpc 6.6.3-1qt6-httpserver 6.6.3-1qt6-imageformats 6.6.3-1qt6-languageserver 6.6.3-1qt6-location 6.6.3-1qt6-lottie 6.6.3-1qt6-multimedia 6.6.3-1qt6-multimedia-ffmpeg 6.6.3-1qt6-multimedia-gstreamer 6.6.3-1qt6-networkauth 6.6.3-1qt6-positioning 6.6.3-1qt6-quick3d 6.6.3-1qt6-quick3dphysics 6.6.3-1qt6-quickeffectmaker 6.6.3-1qt6-quicktimeline 6.6.3-1qt6-remoteobjects 6.6.3-1qt6-scxml 6.6.3-1qt6-sensors 6.6.3-1qt6-serialbus 6.6.3-1qt6-serialport 6.6.3-1qt6-shadertools 6.6.3-1qt6-speech 6.6.3-1qt6-svg 6.6.3-1qt6-tools 6.6.3-1qt6-translations 6.6.3-1qt6-virtualkeyboard 6.6.3-1qt6-wayland 6.6.3-1qt6-webchannel 6.6.3-1qt6-webengine 6.6.3-1qt6-websockets 6.6.3-1qt6-webview 6.6.3-1qt6-xcb-private-headers 6.6.3-1
Re: New Qt6 version incompatibilty Reply #8 – 01 April 2024, 17:37:50 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 packageCode: [Select]pacman -Sccpacman -Qqn | pacman -S -https://wiki.archlinux.org/title/Pacman/Tips_and_tricks#Reinstalling_all_packages
Re: New Qt6 version incompatibilty Reply #9 – 01 April 2024, 18:13:22 Quote from: gripped – on 01 April 2024, 17:37:50Code: [Select]pacman -Sccpacman -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 – 01 April 2024, 19:13:03 And this is without Arch enabled ?QuoteAt 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 #11 – 01 April 2024, 19:36:17 That was just driving me round the twist (my memory is shot)https://aur.archlinux.org/packages/fatrace-minimalYou'll still get lots of output but imo is far more decipherable than strace
Re: New Qt6 version incompatibilty Reply #12 – 01 April 2024, 21:01:30 Quote from: gripped – on 01 April 2024, 19:36:17You'll still get lots of output but imo is far more decipherable than straceHere'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_NhMqzSn4Couldn'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.cachedolphin(20460): RO /usr/lib/libdolphinprivate.so.24.02.1dolphin(20460): RO /usr/lib/libKF6KIOFileWidgets.so.6.0.0dolphin(20460): RO /usr/lib/libKF6NewStuffWidgets.so.6.0.0dolphin(20460): RO /usr/lib/libKF6Parts.so.6.0.0dolphin(20460): O /usr/lib/libKF6KIOWidgets.so.6.0.0dolphin(20460): R /usr/lib/libKF6KIOWidgets.so.6.0.0dolphin(20460): RO /usr/lib/libKF6Completion.so.6.0.0dolphin(20460): RO /usr/lib/libKF6KIOGui.so.6.0.0dolphin(20460): RO /usr/lib/libKF6JobWidgets.so.6.0.0dolphin(20460): RO /usr/lib/libKF6WindowSystem.so.6.0.0dolphin(20460): RO /usr/lib/libKF6BalooWidgets.so.24.02.1dolphin(20460): RO /usr/lib/libKF6KIOCore.so.6.0.0dolphin(20460): RO /usr/lib/libKF6Crash.so.6.0.0dolphin(20460): RO /usr/lib/libKF6Baloo.so.6.0.0dolphin(20460): RO /usr/lib/libKF6Solid.so.6.0.0dolphin(20460): RO /usr/lib/libKF6Service.so.6.0.0dolphin(20460): RO /usr/lib/libKF6KCMUtils.so.6.0.0dolphin(20460): RO /usr/lib/libKF6XmlGui.so.6.0.0dolphin(20460): RO /usr/lib/libKF6IconThemes.so.6.0.0dolphin(20460): RO /usr/lib/libKF6KCMUtilsCore.so.6.0.0dolphin(20460): RO /usr/lib/libKF6DBusAddons.so.6.0.0dolphin(20460): RO /usr/lib/libKF6Notifications.so.6.0.0dolphin(20460): RO /usr/lib/libKF6BookmarksWidgets.so.6.0.0dolphin(20460): RO /usr/lib/libKF6Bookmarks.so.6.0.0dolphin(20460): RO /usr/lib/libQt6Xml.so.6.6.3dolphin(20460): RO /usr/lib/libKF6ConfigWidgets.so.6.0.0dolphin(20460): RO /usr/lib/libKF6WidgetsAddons.so.6.0.0dolphin(20460): RO /usr/lib/libKF6CoreAddons.so.6.0.0dolphin(20460): RO /usr/lib/libKF6ColorScheme.so.6.0.0dolphin(20460): RO /usr/lib/libKF6I18n.so.6.0.0dolphin(20460): RO /usr/lib/libKF6ConfigGui.so.6.0.0dolphin(20460): RO /usr/lib/libKF6ConfigCore.so.6.0.0dolphin(20460): RO /usr/lib/libphonon4qt6.so.4.12.0dolphin(20460): RO /usr/lib/libPlasmaActivities.so.6.0.3dolphin(20460): RO /usr/lib/libQt6DBus.so.6.6.3dolphin(20460): RO /usr/lib/libKF6UserFeedbackWidgets.so.6.0.0dolphin(20460): RO /usr/lib/libKF6UserFeedbackCore.so.6.0.0dolphin(20460): RO /usr/lib/libQt6Widgets.so.6.6.3dolphin(20460): RO /usr/lib/libQt6Gui.so.6.6.3dolphin(20460): RO /usr/lib/libQt6Core.so.6.6.3dolphin(20460): RO /usr/lib/libstdc++.so.6.0.32dolphin(20460): RO /usr/lib/libc.so.6dolphin(20460): R /usr/lib/libc.so.6dolphin(20460): RO /usr/lib/libdolphinvcs.so.24.02.1dolphin(20460): RO /usr/lib/libKF6TextWidgets.so.6.0.0dolphin(20460): RO /usr/lib/libKF6Codecs.so.6.0.0dolphin(20460): RO /usr/lib/libKF6FileMetaData.so.6.0.0dolphin(20460): RO /usr/lib/libm.so.6dolphin(20460): RO /usr/lib/libKF6ItemViews.so.6.0.0dolphin(20460): RO /usr/lib/libQt6Core5Compat.so.6.6.3dolphin(20460): RO /usr/lib/libKF6IconWidgets.so.6.0.0dolphin(20460): RO /usr/lib/libKF6GuiAddons.so.6.0.0dolphin(20460): RO /usr/lib/libKF6NewStuffCore.so.6.0.0dolphin(20460): O /usr/lib/libQt6QuickWidgets.so.6.6.3dolphin(20460): R /usr/lib/libQt6QuickWidgets.so.6.6.3dolphin(20460): RO /usr/lib/libQt6Qml.so.6.6.3dolphin(20460): O /usr/lib/libQt6Network.so.6.6.3dolphin(20460): R /usr/lib/libQt6Network.so.6.6.3dolphin(20460): RO /usr/lib/libX11.so.6.4.0dolphin(20460): RO /usr/lib/libxcb.so.1.1.0dolphin(20460): RO /usr/lib/libxcb-res.so.0.0.0dolphin(20460): RO /usr/lib/libXfixes.so.3.1.0dolphin(20460): RO /usr/lib/libxcb-keysyms.so.1.0.0dolphin(20460): O /usr/lib/libKF6AuthCore.so.6.0.0dolphin(20460): R /usr/lib/libKF6AuthCore.so.6.0.0dolphin(20460): RO /usr/lib/libacl.so.1.1.2302dolphin(20460): RO /usr/lib/libmount.so.1.1.0dolphin(20460): RO /usr/lib/libgcc_s.so.1dolphin(20460): RO /usr/lib/libKF6BalooEngine.so.6.0.0dolphin(20460): RO /usr/lib/libudev.so.1.7.8dolphin(20460): RO /usr/lib/libimobiledevice-1.0.so.6.0.0dolphin(20460): RO /usr/lib/libplist-2.0.so.4.4.0dolphin(20460): RO /usr/lib/libKF6KCMUtilsQuick.so.6.0.0dolphin(20460): RO /usr/lib/libQt6Quick.so.6.6.3dolphin(20460): RO /usr/lib/libKF6GlobalAccel.so.6.0.0dolphin(20460): RO /usr/lib/libQt6PrintSupport.so.6.6.3dolphin(20460): RO /usr/lib/libKF6Archive.so.6.0.0dolphin(20460): RO /usr/lib/libcanberra.so.0.2.5dolphin(20460): RO /usr/lib/libpulse.so.0.24.3dolphin(20460): RO /usr/lib/libpulse-mainloop-glib.so.0.0.6dolphin(20460): RO /usr/lib/libdbus-1.so.3.32.4dolphin(20460): O /usr/lib/libEGL.so.1.1.0dolphin(20460): R /usr/lib/libEGL.so.1.1.0dolphin(20460): RO /usr/lib/libfontconfig.so.1.14.0dolphin(20460): RO /usr/lib/libglib-2.0.so.0.8000.0dolphin(20460): RO /usr/lib/libxkbcommon.so.0.0.0dolphin(20460): RO /usr/lib/libGLX.so.0.0.0dolphin(20460): RO /usr/lib/libOpenGL.so.0.0.0dolphin(20460): RO /usr/lib/libpng16.so.16.43.0dolphin(20460): RO /usr/lib/libharfbuzz.so.0.60840.0dolphin(20460): RO /usr/lib/libmd4c.so.0.5.2dolphin(20460): O /usr/lib/libfreetype.so.6.20.1dolphin(20460): R /usr/lib/libfreetype.so.6.20.1dolphin(20460): RO /usr/lib/libz.so.1.3.1dolphin(20460): O /usr/lib/libicui18n.so.74.2dolphin(20460): R /usr/lib/libicui18n.so.74.2dolphin(20460): RO /usr/lib/libicuuc.so.74.2dolphin(20460): RO /usr/lib/libdouble-conversion.so.3.3.0dolphin(20460): RO /usr/lib/libb2.so.1.0.4dolphin(20460): RO /usr/lib/libpcre2-16.so.0.12.0dolphin(20460): RO /usr/lib/libzstd.so.1.5.5dolphin(20460): RO /usr/lib/libKF6SonnetUi.so.6.0.0dolphin(20460): RO /usr/lib/libKF6SonnetCore.so.6.0.0dolphin(20460): RO /usr/lib/libQt6TextToSpeech.so.6.6.3dolphin(20460): RO /usr/lib/libQt6WaylandClient.so.6.6.3dolphin(20460): RO /usr/lib/libwayland-client.so.0.22.0dolphin(20460): RO /usr/lib/libKF6Attica.so.6.0.0dolphin(20460): RO /usr/lib/libKF6Syndication.so.6.0.0dolphin(20460): RO /usr/lib/libKF6Package.so.6.0.0dolphin(20460): RO /usr/lib/libgssapi_krb5.so.2.2dolphin(20460): RO /usr/lib/libbrotlidec.so.1.1.0dolphin(20460): RO /usr/lib/libproxy.so.0.5.4dolphin(20460): RO /usr/lib/libcrypto.so.3dolphin(20460): RO /usr/lib/libXau.so.6.0.0dolphin(20460): RO /usr/lib/libXdmcp.so.6.0.0dolphin(20460): RO /usr/lib/libblkid.so.1.1.0dolphin(20460): RO /usr/lib/liblmdb.sodolphin(20460): RO /usr/lib/libcap.so.2.69dolphin(20460): RO /usr/lib/libssl.so.3dolphin(20460): RO /usr/lib/libusbmuxd-2.0.so.7.0.0dolphin(20460): RO /usr/lib/libQt6QmlModels.so.6.6.3dolphin(20460): RO /usr/lib/libQt6OpenGL.so.6.6.3dolphin(20460): RO /usr/lib/libbz2.so.1.0.8dolphin(20460): RO /usr/lib/liblzma.so.5.6.1dolphin(20460): O /usr/lib/libvorbisfile.so.3.3.8dolphin(20460): R /usr/lib/libvorbisfile.so.3.3.8dolphin(20460): RO /usr/lib/libtdb.so.1.4.10dolphin(20460): RO /usr/lib/libltdl.so.7.3.2dolphin(20460): RO /usr/lib/pulseaudio/libpulsecommon-17.0.sodolphin(20460): RO /usr/lib/libelogind.so.0.35.0dolphin(20460): RO /usr/lib/libGLdispatch.so.0.0.0dolphin(20460): RO /usr/lib/libexpat.so.1.9.2dolphin(20460): RO /usr/lib/libpcre2-8.so.0.12.0dolphin(20460): RO /usr/lib/libgraphite2.so.3.2.1dolphin(20460): RO /usr/lib/libicudata.so.74.2dolphin(20460): RO /usr/lib/libgomp.so.1.0.0dolphin(20460): O /usr/lib/libQt6Multimedia.so.6.6.3dolphin(20460): R /usr/lib/libQt6Multimedia.so.6.6.3dolphin(20460): RO /usr/lib/libwayland-cursor.so.0.22.0dolphin(20460): RO /usr/lib/libffi.so.8.1.4dolphin(20460): O /usr/lib/libkrb5.so.3.3dolphin(20460): R /usr/lib/libkrb5.so.3.3dolphin(20460): RO /usr/lib/libk5crypto.so.3.1dolphin(20460): RO /usr/lib/libcom_err.so.2.1dolphin(20460): RO /usr/lib/libkrb5support.so.0.1dolphin(20460): RO /usr/lib/libkeyutils.so.1.10dolphin(20460): RO /usr/lib/libresolv.so.2dolphin(20460): RO /usr/lib/libbrotlicommon.so.1.1.0dolphin(20460): RO /usr/lib/libproxy/libpxbackend-1.0.sodolphin(20460): RO /usr/lib/libgobject-2.0.so.0.8000.0dolphin(20460): RO /usr/lib/libimobiledevice-glue-1.0.so.0.2.0dolphin(20460): RO /usr/lib/libvorbis.so.0.4.9dolphin(20460): RO /usr/lib/libogg.so.0.8.5dolphin(20460): RO /usr/lib/libsndfile.so.1.0.37dolphin(20460): RO /usr/lib/libasyncns.so.0.3.1dolphin(20460): RO /usr/lib/libcurl.so.4.8.0dolphin(20460): RO /usr/lib/libgio-2.0.so.0.8000.0dolphin(20460): RO /usr/lib/libduktape.so.207.20700dolphin(20460): RO /usr/lib/libvorbisenc.so.2.0.12dolphin(20460): RO /usr/lib/libFLAC.so.12.1.0dolphin(20460): RO /usr/lib/libopus.so.0.10.0dolphin(20460): RO /usr/lib/libmpg123.so.0.48.2dolphin(20460): RO /usr/lib/libmp3lame.so.0.0.0dolphin(20460): RO /usr/lib/libnghttp3.so.9.2.0dolphin(20460): RO /usr/lib/libnghttp2.so.14.27.0dolphin(20460): RO /usr/lib/libidn2.so.0.4.0dolphin(20460): RO /usr/lib/libssh2.so.1.0.1dolphin(20460): RO /usr/lib/libpsl.so.5.3.4dolphin(20460): RO /usr/lib/libgmodule-2.0.so.0.8000.0dolphin(20460): RO /usr/lib/libunistring.so.5.1.0dolphin(20460): C /etc/ld.so.cachedolphin(20460): O /usr/lib/locale/locale-archivedolphin(20460): RO /usr/lib/qt6/plugins/platformsdolphin(20460): O /usr/lib/qt6/plugins/platforms/libqminimal.sodolphin(20460): C /usr/lib/qt6/plugins/platforms/libqminimal.sodolphin(20460): O /usr/lib/qt6/plugins/platforms/libqeglfs.sodolphin(20460): C /usr/lib/qt6/plugins/platforms/libqeglfs.sodolphin(20460): CO /usr/lib/qt6/plugins/platforms/libqvkkhrdisplay.sodolphin(20460): O /usr/lib/qt6/plugins/platforms/libqlinuxfb.sodolphin(20460): C /usr/lib/qt6/plugins/platforms/libqlinuxfb.sodolphin(20460): O /usr/lib/qt6/plugins/platforms/libqwayland-egl.sodolphin(20460): C /usr/lib/qt6/plugins/platforms/libqwayland-egl.sodolphin(20460): O /usr/lib/qt6/plugins/platforms/libqxcb.sodolphin(20460): C /usr/lib/qt6/plugins/platforms/libqxcb.sodolphin(20460): CO /usr/lib/qt6/plugins/platforms/libqwayland-generic.sodolphin(20460): CO /usr/lib/qt6/plugins/platforms/libqminimalegl.sodolphin(20460): CO /usr/lib/qt6/plugins/platforms/libqvnc.sodolphin(20460): RC /usr/lib/qt6/plugins/platformsdolphin(20460): O /usr/lib/qt6/plugins/platforms/libqoffscreen.sodolphin(20460): C /usr/lib/qt6/plugins/platforms/libqoffscreen.sodolphin(20460): RO /usr/lib/qt6/plugins/platforms/libqxcb.sodolphin(20460): RO /usr/lib/libQt6XcbQpa.so.6.6.3dolphin(20460): RO /usr/lib/libxcb-cursor.so.0.0.0dolphin(20460): RO /usr/lib/libxcb-icccm.so.4.0.0dolphin(20460): RO /usr/lib/libxcb-image.so.0.0.0dolphin(20460): RO /usr/lib/libxcb-randr.so.0.1.0dolphin(20460): RO /usr/lib/libxcb-render.so.0.0.0dolphin(20460): O /usr/lib/libxcb-render-util.so.0.0.0dolphin(20460): R /usr/lib/libxcb-render-util.so.0.0.0dolphin(20460): RO /usr/lib/libxcb-shape.so.0.0.0dolphin(20460): RO /usr/lib/libxcb-shm.so.0.0.0dolphin(20460): RO /usr/lib/libxcb-sync.so.1.0.0dolphin(20460): RO /usr/lib/libxcb-xfixes.so.0.0.0dolphin(20460): RO /usr/lib/libxcb-xkb.so.1.0.0dolphin(20460): RO /usr/lib/libX11-xcb.so.1.0.0dolphin(20460): RO /usr/lib/libSM.so.6.0.1dolphin(20460): O /usr/lib/libICE.so.6.3.0dolphin(20460): R /usr/lib/libICE.so.6.3.0dolphin(20460): RO /usr/lib/libxcb-xinput.so.0.1.0dolphin(20460): RO /usr/lib/libxkbcommon-x11.so.0.0.0dolphin(20460): O /etc/ld.so.cachedolphin(20460): RO /usr/lib/libxcb-util.so.1.0.0dolphin(20460): RO /usr/lib/libuuid.so.1.3.0dolphin(20460): C /etc/ld.so.cachedolphin(20460): O /usr/share/hwdata/pnp.idsdolphin(20460): R /usr/share/hwdata/pnp.idsdolphin(20460): R /usr/share/hwdata/pnp.idsdolphin(20460): C /usr/share/hwdata/pnp.idsdolphin(20460): O /usr/share/hwdata/pnp.idsdolphin(20460): R /usr/share/hwdata/pnp.idsdolphin(20460): R /usr/share/hwdata/pnp.idsdolphin(20460): C /usr/share/hwdata/pnp.idsdolphin(20460): O /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): RC /usr/share/X11/locale/locale.aliasdolphin(20460): RO /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): R /usr/share/X11/locale/locale.aliasdolphin(20460): C /usr/share/X11/locale/locale.aliasdolphin(20460): RO /usr/share/X11/locale/locale.dirdolphin(20460): R /usr/share/X11/locale/locale.dirdolphin(20460): R /usr/share/X11/locale/locale.dirdolphin(20460): R /usr/share/X11/locale/locale.dirdolphin(20460): R /usr/share/X11/locale/locale.dirdolphin(20460): R /usr/share/X11/locale/locale.dirdolphin(20460): R /usr/share/X11/locale/locale.dirdolphin(20460): C /usr/share/X11/locale/locale.dirdolphin(20460): RO /usr/share/X11/locale/en_US.UTF-8/XLC_LOCALEdolphin(20460): C /usr/share/X11/locale/en_US.UTF-8/XLC_LOCALEdolphin(20460): O /usr/lib/qt6/plugins/platformthemesdolphin(20460): R /usr/lib/qt6/plugins/platformthemesdolphin(20460): O /usr/lib/qt6/plugins/platformthemes/KDEPlasmaPlatformTheme6.sodolphin(20460): C /usr/lib/qt6/plugins/platformthemes/KDEPlasmaPlatformTheme6.sodolphin(20460): O /usr/lib/qt6/plugins/platformthemes/libqgtk3.sodolphin(20460): C /usr/lib/qt6/plugins/platformthemes/libqgtk3.sodolphin(20460): O /usr/lib/qt6/plugins/platformthemes/libqxdgdesktopportal.sodolphin(20460): C /usr/lib/qt6/plugins/platformthemes/libqxdgdesktopportal.sodolphin(20460): RC /usr/lib/qt6/plugins/platformthemesdolphin(20460): O /usr/lib/qt6/plugins/platformthemes/libqt6gtk2.sodolphin(20460): C /usr/lib/qt6/plugins/platformthemes/libqt6gtk2.sodolphin(20460): RO /usr/lib/qt6/plugins/platformthemes/KDEPlasmaPlatformTheme6.sodolphin(20460): O /etc/ld.so.cachedolphin(20460): RO /usr/lib/libQt6QuickControls2.so.6.6.3dolphin(20460): RO /usr/lib/libKF6StatusNotifierItem.so.6.0.0dolphin(20460): RO /usr/lib/libXcursor.so.1.0.2dolphin(20460): RO /usr/lib/libQt6QuickTemplates2.so.6.6.3dolphin(20460): RO /usr/lib/libXrender.so.1.3.0dolphin(20460): C /etc/ld.so.cachedolphin(20460): RCO /home/leyla/.config/kdedefaults/kdeglobalsdolphin(20460): RO /home/leyla/.config/kdeglobalsdolphin(20460): C /home/leyla/.config/kdeglobalsdolphin(20460): RO /etc/xdg/dolphinrcdolphin(20460): C /etc/xdg/dolphinrcdolphin(20460): O /home/leyla/.config/dolphinrcdolphin(20460): R /home/leyla/.config/dolphinrcdolphin(20460): C /home/leyla/.config/dolphinrcdolphin(20460): CO /home/leyla/.local/share/mime/generic-iconsdolphin(20460): RO /usr/share/mime/generic-iconsdolphin(20460): R /usr/share/mime/generic-iconsdolphin(20460): C /usr/share/mime/generic-iconsdolphin(20460): O /etc/xdg/dolphinrcdolphin(20460): R /etc/xdg/dolphinrcdolphin(20460): C /etc/xdg/dolphinrcdolphin(20460): O /home/leyla/.config/dolphinrcdolphin(20460): R /home/leyla/.config/dolphinrcdolphin(20460): C /home/leyla/.config/dolphinrcdolphin(20460): O /usr/share/icons/breeze-dark/index.themedolphin(20460): R /usr/share/icons/breeze-dark/index.themedolphin(20460): C /usr/share/icons/breeze-dark/index.themedolphin(20460): O /usr/share/icons/breeze/index.themedolphin(20460): R /usr/share/icons/breeze/index.themedolphin(20460): C /usr/share/icons/breeze/index.themedolphin(20460): RCO /etc/xdg/kcminputrcdolphin(20460): O /home/leyla/.config/kdedefaults/kcminputrcdolphin(20460): RC /home/leyla/.config/kdedefaults/kcminputrcdolphin(20460): RO /home/leyla/.config/kcminputrcdolphin(20460): C /home/leyla/.config/kcminputrcdolphin(20460): O /usr/lib/qt6/plugins/platforminputcontextsdolphin(20460): R /usr/lib/qt6/plugins/platforminputcontextsdolphin(20460): O /usr/lib/qt6/plugins/platforminputcontexts/libqtvirtualkeyboardplugin.sodolphin(20460): C /usr/lib/qt6/plugins/platforminputcontexts/libqtvirtualkeyboardplugin.sodolphin(20460): O /usr/lib/qt6/plugins/platforminputcontexts/libibusplatforminputcontextplugin.sodolphin(20460): C /usr/lib/qt6/plugins/platforminputcontexts/libibusplatforminputcontextplugin.sodolphin(20460): RC /usr/lib/qt6/plugins/platforminputcontextsdolphin(20460): O /usr/lib/qt6/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.sodolphin(20460): C /usr/lib/qt6/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.sodolphin(20460): RO /usr/lib/qt6/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.sodolphin(20460): O /usr/lib/qt6/plugins/xcbglintegrationsdolphin(20460): R /usr/lib/qt6/plugins/xcbglintegrationsdolphin(20460): O /usr/lib/qt6/plugins/xcbglintegrations/libqxcb-glx-integration.sodolphin(20460): C /usr/lib/qt6/plugins/xcbglintegrations/libqxcb-glx-integration.sodolphin(20460): RC /usr/lib/qt6/plugins/xcbglintegrationsdolphin(20460): CO /usr/lib/qt6/plugins/xcbglintegrations/libqxcb-egl-integration.sodolphin(20460): RO /usr/lib/qt6/plugins/xcbglintegrations/libqxcb-glx-integration.sodolphin(20460): RO /usr/lib/libxcb-glx.so.0.0.0dolphin(20460): O /etc/ld.so.cachedolphin(20460): RO /usr/lib/libGLX_mesa.so.0.0.0dolphin(20460): RO /usr/lib/libglapi.so.0.0.0dolphin(20460): RO /usr/lib/libdrm.so.2.4.0dolphin(20460): RO /usr/lib/libxcb-dri2.so.0.0.0dolphin(20460): RO /usr/lib/libXext.so.6.4.0dolphin(20460): RO /usr/lib/libXxf86vm.so.1.0.0dolphin(20460): RO /usr/lib/libxshmfence.so.1.0.0dolphin(20460): RO /usr/lib/libxcb-dri3.so.0.1.0dolphin(20460): RO /usr/lib/libxcb-present.so.0.0.0dolphin(20460): C /etc/ld.so.cachedolphin(20460): RCO /usr/share/drirc.ddolphin(20460): RO /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): RO /usr/lib/gconv/gconv-modulesdolphin(20460): C /usr/lib/gconv/gconv-modulesdolphin(20460): O /usr/lib/gconv/gconv-modules.ddolphin(20460): R /usr/lib/gconv/gconv-modules.ddolphin(20460): RO /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.confdolphin(20460): R /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.confdolphin(20460): R /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.confdolphin(20460): R /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.confdolphin(20460): R /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.confdolphin(20460): R /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.confdolphin(20460): R /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.confdolphin(20460): R /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.confdolphin(20460): R /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.confdolphin(20460): R /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.confdolphin(20460): R /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.confdolphin(20460): R /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.confdolphin(20460): R /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.confdolphin(20460): R /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.confdolphin(20460): C /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.confdolphin(20460): RC /usr/lib/gconv/gconv-modules.ddolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): C /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): RO /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): R /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): R /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): C /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): O /usr/share/locale/locale.aliasdolphin(20460): RC /usr/share/locale/locale.aliasdolphin(20460): O /usr/share/locale/en_GB/LC_MESSAGES/libc.modolphin(20460): RCO /usr/share/drirc.ddolphin(20460): RO /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): C /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): RO /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): R /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): R /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): C /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): O /usr/lib/dri/zink_dri.sodolphin(20460): R /usr/lib/dri/zink_dri.sodolphin(20460): O /etc/ld.so.cachedolphin(20460): RO /usr/lib/libLLVM-17.sodolphin(20460): RO /usr/lib/libsensors.so.5.0.0dolphin(20460): RO /usr/lib/libdrm_radeon.so.1.0.1dolphin(20460): RO /usr/lib/libelf-0.191.sodolphin(20460): RO /usr/lib/libdrm_amdgpu.so.1.0.0dolphin(20460): RO /usr/lib/libdrm_nouveau.so.2.0.0dolphin(20460): RO /usr/lib/libdrm_intel.so.1.0.0dolphin(20460): RO /usr/lib/libedit.so.0.0.72dolphin(20460): RO /usr/lib/libncursesw.so.6.4dolphin(20460): RO /usr/lib/libxml2.so.2.12.6dolphin(20460): RO /usr/lib/libpciaccess.so.0.11.1dolphin(20460): C /etc/ld.so.cachedolphin(20460): O /usr/share/drirc.ddolphin(20460): RC /usr/share/drirc.ddolphin(20460): RO /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): C /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): RO /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): R /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): R /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): C /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): O /usr/share/drirc.ddolphin(20460): RC /usr/share/drirc.ddolphin(20460): RO /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): C /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): RO /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): R /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): R /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): C /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): O /usr/share/drirc.ddolphin(20460): R /usr/share/drirc.ddolphin(20460): RC /usr/share/drirc.ddolphin(20460): O /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): R /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): C /usr/share/drirc.d/00-mesa-defaults.confdolphin(20460): RO /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): R /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): R /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): C /usr/share/drirc.d/00-radv-defaults.confdolphin(20460): O /usr/share/libdrm/amdgpu.idsdolphin(20460): R /usr/share/libdrm/amdgpu.idsdolphin(20460): R /usr/share/libdrm/amdgpu.idsdolphin(20460): R /usr/share/libdrm/amdgpu.idsdolphin(20460): C /usr/share/libdrm/amdgpu.idsdolphin(20460): RCO /etc/nsswitch.confdolphin(20460): RO /etc/passwddolphin(20460): C /etc/passwddolphin(20460): O /home/leyla/.cache/mesa_shader_cache/indexdolphin(20460): RO /home/leyla/.cache/mesa_shader_cache/b3/8c098933e056281f16cd645f9e4b193cb48e8cdolphin(20460): C /home/leyla/.cache/mesa_shader_cache/b3/8c098933e056281f16cd645f9e4b193cb48e8cdolphin(20460): RO /usr/share/locale/en/LC_MESSAGES/kjobwidgets6_qt.qmdolphin(20460): RO /usr/share/locale/en_GB/LC_MESSAGES/kjobwidgets6_qt.qmdolphin(20460): O /usr/share/locale/en_GB/LC_MESSAGES/kwindowsystem6_qt.qmdolphin(20460): R /usr/share/locale/en_GB/LC_MESSAGES/kwindowsystem6_qt.qmdolphin(20460): RO /usr/share/locale/en_GB/LC_MESSAGES/solid6_qt.qmdolphin(20460): RO /usr/share/locale/en_GB/LC_MESSAGES/kdbusaddons6_qt.qmdolphin(20460): RO /usr/share/locale/en_GB/LC_MESSAGES/knotifications6_qt.qmdolphin(20460): O /usr/share/locale/en_GB/LC_MESSAGES/kbookmarks6_qt.qmdolphin(20460): R /usr/share/locale/en_GB/LC_MESSAGES/kbookmarks6_qt.qmdolphin(20460): RO /usr/share/locale/en_GB/LC_MESSAGES/libphonon_qt.qmdolphin(20460): RO /usr/share/locale/en_GB/LC_MESSAGES/userfeedbackprovider6_qt.qmdolphin(20460): O /usr/share/locale/en_GB/LC_MESSAGES/kcompletion6_qt.qmdolphin(20460): R /usr/share/locale/en_GB/LC_MESSAGES/kcompletion6_qt.qmdolphin(20460): RO /usr/share/locale/en_GB/LC_MESSAGES/kitemviews6_qt.qmdolphin(20460): RO /usr/share/locale/en/LC_MESSAGES/kwidgetsaddons6_qt.qmdolphin(20460): RO /usr/share/locale/en_GB/LC_MESSAGES/kwidgetsaddons6_qt.qmdolphin(20460): RO /usr/lib/qt6/plugins/iconenginesdolphin(20460): CO /usr/lib/qt6/plugins/iconengines/libqsvgicon.sodolphin(20460): RC /usr/lib/qt6/plugins/iconenginesdolphin(20460): O /usr/lib/qt6/plugins/iconengines/KIconEnginePlugin.sodolphin(20460): C /usr/lib/qt6/plugins/iconengines/KIconEnginePlugin.sodolphin(20460): O /usr/share/locale/en_GB/LC_MESSAGES/kconfig6_qt.qmdolphin(20460): R /usr/share/locale/en_GB/LC_MESSAGES/kconfig6_qt.qmdolphin(20460): O /usr/share/locale/en_GB/LC_MESSAGES/kauth6_qt.qmdolphin(20460): R /usr/share/locale/en_GB/LC_MESSAGES/kauth6_qt.qmdolphin(20460): O /usr/share/locale/en_GB/LC_MESSAGES/kglobalaccel6_qt.qmdolphin(20460): R /usr/share/locale/en_GB/LC_MESSAGES/kglobalaccel6_qt.qmdolphin(20460): O /usr/share/locale/en_GB/LC_MESSAGES/sonnet6_qt.qmdolphin(20460): R /usr/share/locale/en_GB/LC_MESSAGES/sonnet6_qt.qmdolphin(20460): O /usr/share/locale/en_GB/LC_MESSAGES/kcodecs6_qt.qmdolphin(20460): R /usr/share/locale/en_GB/LC_MESSAGES/kcodecs6_qt.qmdolphin(20460): O /usr/share/locale/en_GB/LC_MESSAGES/karchive6_qt.qmdolphin(20460): R /usr/share/locale/en_GB/LC_MESSAGES/karchive6_qt.qmdolphin(20460): O /usr/share/locale/en/LC_MESSAGES/kcoreaddons6_qt.qmdolphin(20460): R /usr/share/locale/en/LC_MESSAGES/kcoreaddons6_qt.qmdolphin(20460): O /usr/share/locale/en_GB/LC_MESSAGES/kcoreaddons6_qt.qmdolphin(20460): R /usr/share/locale/en_GB/LC_MESSAGES/kcoreaddons6_qt.qmdolphin(20460): O /usr/lib/qt6/plugins/stylesdolphin(20460): R /usr/lib/qt6/plugins/stylesdolphin(20460): O /usr/lib/qt6/plugins/styles/libqt6gtk2-style.sodolphin(20460): C /usr/lib/qt6/plugins/styles/libqt6gtk2-style.sodolphin(20460): O /usr/lib/qt6/plugins/styles/breeze6.sodolphin(20460): C /usr/lib/qt6/plugins/styles/breeze6.sodolphin(20460): O /usr/lib/qt6/plugins/styles/libkvantum.sodolphin(20460): C /usr/lib/qt6/plugins/styles/libkvantum.sodolphin(20460): RC /usr/lib/qt6/plugins/stylesdolphin(20460): O /usr/lib/qt6/plugins/styles/oxygen6.sodolphin(20460): C /usr/lib/qt6/plugins/styles/oxygen6.sodolphin(20460): RO /usr/lib/qt6/plugins/styles/libqt6gtk2-style.sodolphin(20460): RO /usr/lib/libgtk-x11-2.0.so.0.2400.33dolphin(20460): RO /usr/lib/libgdk-x11-2.0.so.0.2400.33dolphin(20460): RO /usr/lib/libgdk_pixbuf-2.0.so.0.4200.10dolphin(20460): RO /usr/lib/libpango-1.0.so.0.5200.2dolphin(20460): O /etc/ld.so.cachedolphin(20460): RO /usr/lib/libpangocairo-1.0.so.0.5200.2dolphin(20460): RO /usr/lib/libatk-1.0.so.0.25209.1dolphin(20460): RO /usr/lib/libcairo.so.2.11800.0dolphin(20460): RO /usr/lib/libpangoft2-1.0.so.0.5200.2dolphin(20460): RO /usr/lib/libXinerama.so.1.0.0dolphin(20460): O /usr/lib/libXi.so.6.1.0dolphin(20460): R /usr/lib/libXi.so.6.1.0dolphin(20460): O /usr/lib/libXrandr.so.2.2.0dolphin(20460): R /usr/lib/libXrandr.so.2.2.0dolphin(20460): RO /usr/lib/libXcomposite.so.1.0.0dolphin(20460): RO /usr/lib/libXdamage.so.1.1.0dolphin(20460): RO /usr/lib/libjpeg.so.8.3.2dolphin(20460): RO /usr/lib/libtiff.so.6.0.2dolphin(20460): RO /usr/lib/libfribidi.so.0.4.0dolphin(20460): RO /usr/lib/libthai.so.0.3.1dolphin(20460): RO /usr/lib/libpixman-1.so.0.43.4dolphin(20460): RO /usr/lib/libjbig.so.2.1dolphin(20460): RO /usr/lib/libdatrie.so.1.4.0dolphin(20460): C /etc/ld.so.cachedolphin(20460): C /usr/bin/dolphindolphin(20460): C /usr/lib/ld-linux-x86-64.so.2dolphin(20460): C /usr/lib/qt6/plugins/platforms/libqxcb.sodolphin(20460): C /usr/lib/libxcb-cursor.so.0.0.0dolphin(20460): C /usr/lib/libxcb-icccm.so.4.0.0dolphin(20460): C /usr/lib/libxcb-image.so.0.0.0dolphin(20460): C /usr/lib/libxcb-randr.so.0.1.0dolphin(20460): C /usr/lib/libxcb-render.so.0.0.0dolphin(20460): C /usr/lib/libxcb-render-util.so.0.0.0dolphin(20460): C /usr/lib/libxcb-shape.so.0.0.0dolphin(20460): C /usr/lib/libxcb-shm.so.0.0.0dolphin(20460): C /usr/share/locale/en_GB/LC_MESSAGES/libc.modolphin(20460): C /usr/lib/libdolphinprivate.so.24.02.1dolphin(20460): C /usr/lib/libKF6KIOFileWidgets.so.6.0.0dolphin(20460): C /usr/lib/libKF6NewStuffWidgets.so.6.0.0dolphin(20460): C /usr/lib/libKF6Parts.so.6.0.0dolphin(20460): C /usr/lib/libKF6KIOWidgets.so.6.0.0dolphin(20460): C /usr/lib/libKF6Completion.so.6.0.0dolphin(20460): C /usr/lib/libKF6KIOGui.so.6.0.0dolphin(20460): C /usr/lib/libKF6JobWidgets.so.6.0.0dolphin(20460): C /usr/lib/libKF6WindowSystem.so.6.0.0dolphin(20460): C /usr/lib/libKF6BalooWidgets.so.24.02.1dolphin(20460): C /usr/lib/libKF6KIOCore.so.6.0.0dolphin(20460): C /usr/lib/libKF6Crash.so.6.0.0dolphin(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 – 01 April 2024, 22:17:44 Quote from: 5tryx – on 01 April 2024, 21:01:30Here'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 -QoBoth 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 – 01 April 2024, 23:51:05 Quote from: gripped – on 01 April 2024, 22:17:44Quote from: 5tryx – on 01 April 2024, 21:01:30Here'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 -QoBoth 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.