Artix Linux Forum

Artix Linux => Package management => Topic started by: 5tryx on 01 April 2024, 09:11:24

Title: [SOLVED] New Qt6 version incompatibilty
Post by: 5tryx on 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:

~ % 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?

Title: Re: New Qt6 version incompatibilty
Post by: 5tryx on 01 April 2024, 09:24:10
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.
Title: Re: New Qt6 version incompatibilty
Post by: Artist on 01 April 2024, 13:16:00
Should work.
Did you run pacman -Syu ?
Do you have Arch repo's enabled?

artist
Title: Re: New Qt6 version incompatibilty
Post by: 5tryx on 01 April 2024, 13:57:08
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.
Title: Re: New Qt6 version incompatibilty
Post by: gripped on 01 April 2024, 14:15:25
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.
Title: Re: New Qt6 version incompatibilty
Post by: 5tryx on 01 April 2024, 14:41:00
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]
Title: Re: New Qt6 version incompatibilty
Post by: gripped on 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.
Title: Re: New Qt6 version incompatibilty
Post by: 5tryx on 01 April 2024, 17:14:08
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
Title: Re: New Qt6 version incompatibilty
Post by: gripped on 01 April 2024, 17:37:50
If I was in your situation and my own troubleshooting was failing me I'd either:
https://wiki.archlinux.org/title/Pacman/Tips_and_tricks#Reinstalling_all_packages
Title: Re: New Qt6 version incompatibilty
Post by: 5tryx on 01 April 2024, 18:13:22
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.
Title: Re: New Qt6 version incompatibilty
Post by: gripped on 01 April 2024, 19:13:03
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.

Title: Re: New Qt6 version incompatibilty
Post by: gripped on 01 April 2024, 19:36:17
That was just driving me round the twist (my memory is shot)
https://aur.archlinux.org/packages/fatrace-minimal

You'll still get lots of output but imo is far more decipherable than strace
Title: Re: New Qt6 version incompatibilty
Post by: 5tryx on 01 April 2024, 21:01:30
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.
Title: Re: New Qt6 version incompatibilty
Post by: gripped on 01 April 2024, 22:17:44
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.

Title: Re: New Qt6 version incompatibilty
Post by: 5tryx on 01 April 2024, 23:51:05
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.
Title: Re: New Qt6 version incompatibilty
Post by: gripped on 02 April 2024, 00:05:12
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.
If your system is fully up to date with just Artix packages then it should just be working. Your error states an incorrect QT library so I don't see how directory permissions could be the cause. pacman would tell you if there were unexpected permissions while installing packages and I would expect "permissions error" or permission denied if that was the case while running dolphin etc.
But I not going to say it's not that for sure because you problem doesn't make sense IF your system is really 100% updated.
Title: Re: New Qt6 version incompatibilty
Post by: Shoun2137 on 02 April 2024, 06:45:26
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?



This could mean that some library/program needs to recompiled with 6.6.3. I had a problem with qt6gtk2-git from AUR

but then again I have to downgrade to 6.6.2, because they've fucked something with QTBUG-119795 and mpc-qt crashes when going fullscreen/pausing video, but that's not relevant to the issue.
Title: Re: New Qt6 version incompatibilty
Post by: 5tryx on 03 April 2024, 08:07:09
One of my least favourite ways of closing a thread as solved, but this seems solved after an update the day after next.
Apologies for not getting everything sorted, as I was busy all yesterday.

After a system update, contents included:
Code: [Select]
~ % doas pacman -Syyu                                                       
:: Synchronizing package databases...
 system                                                                      241.5 KiB   517 KiB/s 00:00 [--------------------------------------------------------------] 100%
 world                                                                         4.3 MiB  3.57 MiB/s 00:01 [--------------------------------------------------------------] 100%
 galaxy                                                                      335.0 KiB   717 KiB/s 00:00 [--------------------------------------------------------------] 100%
 universe                                                                      5.6 KiB  7.09 KiB/s 00:01 [--------------------------------------------------------------] 100%
 lib32                                                                       162.6 KiB   998 KiB/s 00:00 [--------------------------------------------------------------] 100%
 extra                                                                         8.1 MiB  3.16 MiB/s 00:03 [--------------------------------------------------------------] 100%
 multilib                                                                    138.9 KiB  1736 KiB/s 00:00 [--------------------------------------------------------------] 100%
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: qt6-multimedia-ffmpeg will be installed before its qt6-multimedia dependency
warning: dependency cycle detected:
warning: qt6-multimedia-gstreamer will be installed before its qt6-multimedia dependency

Packages (89) artools-base-0.33.3-2  artools-pkg-0.33.3-2  dmenu-5.3-2  gjs-2:1.80.2-2  gnome-control-center-46.0.1-2  gnome-tweaks-46.0-2
              gobject-introspection-runtime-1.80.1-1  kexec-tools-2.0.28-2  kirigami-addons-1.1.0-1  ldb-2:2.9.0-2  lib32-curl-8.7.1-3  lib32-libcurl-gnutls-8.7.1-3
              lib32-libxkbcommon-1.7.0-2  lib32-mesa-1:24.0.4-2  lib32-sdl2-2.30.2-1  lib32-vulkan-radeon-1:24.0.4-2  libarchive-3.7.2-2  libgirepository-1.80.1-1
              libva-mesa-driver-1:24.0.4-2  libwbclient-4.20.0-2  libxkbcommon-1.7.0-2  libxkbcommon-x11-1.7.0-2  mesa-1:24.0.4-2  mesa-vdpau-1:24.0.4-2  mutter-46.0-2
              neovim-0.9.5-5  noto-fonts-1:24.4.1-1  openshadinglanguage-1.13.8.0-1  orca-46.1-1  python-evdev-1.7.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  qt6gtk2-0.2-3.5  rust-1:1.77.1-2  samba-4.20.0-2  sdl2-2.30.2-1  smbclient-4.20.0-2  tdb-1.4.10-2  tevent-1:0.16.1-2
              tmux-3.4-5  tracker3-3.7.1-2  tracker3-miners-3.7.1-2  vim-9.1.0252-1  vim-runtime-9.1.0252-1  vulkan-intel-1:24.0.4-2  vulkan-mesa-layers-1:24.0.4-2
              vulkan-radeon-1:24.0.4-2  vulkan-swrast-1:24.0.4-2  vulkan-virtio-1:24.0.4-2

Total Download Size:    195.83 MiB
Total Installed Size:  1918.04 MiB
Net Upgrade Size:         1.18 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
 mesa-1:24.0.4-2-x86_64                                                       18.4 MiB  1907 KiB/s 00:10 [--------------------------------------------------------------] 100%
 noto-fonts-1:24.4.1-1-any                                                    27.4 MiB  2.05 MiB/s 00:13 [--------------------------------------------------------------] 100%
 lib32-mesa-1:24.0.4-2-x86_64                                                 17.4 MiB  2.03 MiB/s 00:09 [--------------------------------------------------------------] 100%
 samba-4.20.0-2-x86_64                                                         8.5 MiB  1602 KiB/s 00:05 [--------------------------------------------------------------] 100%
 rust-1:1.77.1-2-x86_64                                                       60.1 MiB  2.41 MiB/s 00:25 [--------------------------------------------------------------] 100%
 smbclient-4.20.0-2-x86_64                                                     6.9 MiB  1761 KiB/s 00:04 [--------------------------------------------------------------] 100%
 vim-runtime-9.1.0252-1-x86_64                                                 7.3 MiB  1831 KiB/s 00:04 [--------------------------------------------------------------] 100%
 gnome-control-center-46.0.1-2-x86_64                                          6.7 MiB  3.27 MiB/s 00:02 [--------------------------------------------------------------] 100%
 vulkan-intel-1:24.0.4-2-x86_64                                                4.8 MiB  1807 KiB/s 00:03 [--------------------------------------------------------------] 100%
 neovim-0.9.5-5-x86_64                                                         6.1 MiB  2.06 MiB/s 00:03 [--------------------------------------------------------------] 100%
 mesa-vdpau-1:24.0.4-2-x86_64                                                  3.8 MiB  2.87 MiB/s 00:01 [--------------------------------------------------------------] 100%
 libva-mesa-driver-1:24.0.4-2-x86_64                                           4.1 MiB  3.00 MiB/s 00:01 [--------------------------------------------------------------] 100%
 orca-46.1-1-any                                                               2.7 MiB  1536 KiB/s 00:02 [--------------------------------------------------------------] 100%
 lib32-vulkan-radeon-1:24.0.4-2-x86_64                                         2.5 MiB  2.09 MiB/s 00:01 [--------------------------------------------------------------] 100%
 mutter-46.0-2-x86_64                                                          2.7 MiB  2.18 MiB/s 00:01 [--------------------------------------------------------------] 100%
 openshadinglanguage-1.13.8.0-1-x86_64                                         2.4 MiB  5.35 MiB/s 00:00 [--------------------------------------------------------------] 100%
 vim-9.1.0252-1-x86_64                                                         2.2 MiB  1918 KiB/s 00:01 [--------------------------------------------------------------] 100%
 vulkan-radeon-1:24.0.4-2-x86_64                                               2.4 MiB  2013 KiB/s 00:01 [--------------------------------------------------------------] 100%
 vulkan-swrast-1:24.0.4-2-x86_64                                            1918.6 KiB  5.11 MiB/s 00:00 [--------------------------------------------------------------] 100%
 tracker3-3.7.1-2-x86_64                                                     769.7 KiB  1334 KiB/s 00:01 [--------------------------------------------------------------] 100%
 sdl2-2.30.2-1-x86_64                                                        994.1 KiB  1585 KiB/s 00:01 [--------------------------------------------------------------] 100%
 tracker3-miners-3.7.1-2-x86_64                                              751.4 KiB  3.92 MiB/s 00:00 [--------------------------------------------------------------] 100%
 lib32-sdl2-2.30.2-1-x86_64                                                  725.3 KiB  2.76 MiB/s 00:00 [--------------------------------------------------------------] 100%
 libarchive-3.7.2-2-x86_64                                                   529.7 KiB  2.55 MiB/s 00:00 [--------------------------------------------------------------] 100%
 kirigami-addons-1.1.0-1-x86_64                                              523.4 KiB  2.95 MiB/s 00:00 [--------------------------------------------------------------] 100%
 gjs-2:1.80.2-2-x86_64                                                       447.0 KiB  2.73 MiB/s 00:00 [--------------------------------------------------------------] 100%
 tmux-3.4-5-x86_64                                                           445.0 KiB  2.96 MiB/s 00:00 [--------------------------------------------------------------] 100%
 vulkan-virtio-1:24.0.4-2-x86_64                                             381.0 KiB  2.33 MiB/s 00:00 [--------------------------------------------------------------] 100%
 lib32-curl-8.7.1-3-x86_64                                                   344.7 KiB  2.35 MiB/s 00:00 [--------------------------------------------------------------] 100%
 lib32-libcurl-gnutls-8.7.1-3-x86_64                                         319.7 KiB  2.40 MiB/s 00:00 [--------------------------------------------------------------] 100%
 gnome-tweaks-46.0-2-any                                                     277.5 KiB  2.71 MiB/s 00:00 [--------------------------------------------------------------] 100%
 vulkan-mesa-layers-1:24.0.4-2-x86_64                                        262.6 KiB  2.73 MiB/s 00:00 [--------------------------------------------------------------] 100%
 ldb-2:2.9.0-2-x86_64                                                        213.6 KiB  2.17 MiB/s 00:00 [--------------------------------------------------------------] 100%
 libxkbcommon-1.7.0-2-x86_64                                                 211.3 KiB  2.49 MiB/s 00:00 [--------------------------------------------------------------] 100%
 libgirepository-1.80.1-1-x86_64                                             146.7 KiB  1129 KiB/s 00:00 [--------------------------------------------------------------] 100%
 lib32-libxkbcommon-1.7.0-2-x86_64                                           134.1 KiB  1397 KiB/s 00:00 [--------------------------------------------------------------] 100%
 kexec-tools-2.0.28-2-x86_64                                                  75.1 KiB   975 KiB/s 00:00 [--------------------------------------------------------------] 100%
 qt6gtk2-0.2-3.5-any                                                         114.2 KiB  1177 KiB/s 00:00 [--------------------------------------------------------------] 100%
 tdb-1.4.10-2-x86_64                                                          70.8 KiB  1057 KiB/s 00:00 [--------------------------------------------------------------] 100%
 python-evdev-1.7.0-2-x86_64                                                  66.7 KiB   866 KiB/s 00:00 [--------------------------------------------------------------] 100%
 tevent-1:0.16.1-2-x86_64                                                     56.6 KiB   808 KiB/s 00:00 [--------------------------------------------------------------] 100%
 artools-pkg-0.33.3-2-any                                                     38.9 KiB   581 KiB/s 00:00 [--------------------------------------------------------------] 100%
 libwbclient-4.20.0-2-x86_64                                                  36.3 KiB   471 KiB/s 00:00 [--------------------------------------------------------------] 100%
 libxkbcommon-x11-1.7.0-2-x86_64                                              23.1 KiB   345 KiB/s 00:00 [--------------------------------------------------------------] 100%
 gobject-introspection-runtime-1.80.1-1-x86_64                                21.5 KiB   342 KiB/s 00:00 [--------------------------------------------------------------] 100%
 dmenu-5.3-2-x86_64                                                           20.4 KiB   268 KiB/s 00:00 [--------------------------------------------------------------] 100%
 artools-base-0.33.3-2-any                                                    13.5 KiB   193 KiB/s 00:00 [--------------------------------------------------------------] 100%
 Total (47/47)                                                               195.8 MiB  5.54 MiB/s 00:35 [--------------------------------------------------------------] 100%
(89/89) checking keys in keyring                                                                         [--------------------------------------------------------------] 100%
(89/89) checking package integrity                                                                       [--------------------------------------------------------------] 100%
(89/89) loading package files                                                                            [--------------------------------------------------------------] 100%
(89/89) checking for file conflicts                                                                      [--------------------------------------------------------------] 100%
(89/89) checking available disk space                                                                    [--------------------------------------------------------------] 100%
:: Processing package changes...
( 1/89) upgrading libarchive                                                                             [--------------------------------------------------------------] 100%
( 2/89) upgrading artools-base                                                                           [--------------------------------------------------------------] 100%
( 3/89) upgrading artools-pkg                                                                            [--------------------------------------------------------------] 100%
( 4/89) upgrading dmenu                                                                                  [--------------------------------------------------------------] 100%
( 5/89) upgrading libgirepository                                                                        [--------------------------------------------------------------] 100%
( 6/89) upgrading gobject-introspection-runtime                                                          [--------------------------------------------------------------] 100%
( 7/89) upgrading gjs                                                                                    [--------------------------------------------------------------] 100%
( 8/89) upgrading tdb                                                                                    [--------------------------------------------------------------] 100%
( 9/89) upgrading tevent                                                                                 [--------------------------------------------------------------] 100%
(10/89) upgrading ldb                                                                                    [--------------------------------------------------------------] 100%
(11/89) upgrading libwbclient                                                                            [--------------------------------------------------------------] 100%
(12/89) upgrading smbclient                                                                              [--------------------------------------------------------------] 100%
(13/89) upgrading kexec-tools                                                                            [--------------------------------------------------------------] 100%
(14/89) upgrading libxkbcommon                                                                           [--------------------------------------------------------------] 100%
(15/89) upgrading mesa                                                                                   [--------------------------------------------------------------] 100%
(16/89) upgrading libxkbcommon-x11                                                                       [--------------------------------------------------------------] 100%
(17/89) upgrading gnome-control-center                                                                   [--------------------------------------------------------------] 100%
(18/89) upgrading gnome-tweaks                                                                           [--------------------------------------------------------------] 100%
(19/89) upgrading qt6-translations                                                                       [--------------------------------------------------------------] 100%
(20/89) upgrading qt6-base                                                                               [--------------------------------------------------------------] 100%
(21/89) upgrading qt6-declarative                                                                        [--------------------------------------------------------------] 100%
(22/89) upgrading sdl2                                                                                   [--------------------------------------------------------------] 100%
(23/89) upgrading qt6-multimedia-ffmpeg                                                                  [--------------------------------------------------------------] 100%
(24/89) upgrading qt6-multimedia-gstreamer                                                               [--------------------------------------------------------------] 100%
(25/89) upgrading qt6-multimedia                                                                         [--------------------------------------------------------------] 100%
(26/89) upgrading qt6-svg                                                                                [--------------------------------------------------------------] 100%
(27/89) upgrading qt6-wayland                                                                            [--------------------------------------------------------------] 100%
(28/89) upgrading kirigami-addons                                                                        [--------------------------------------------------------------] 100%
(29/89) upgrading lib32-curl                                                                             [--------------------------------------------------------------] 100%
(30/89) upgrading lib32-libcurl-gnutls                                                                   [--------------------------------------------------------------] 100%
(31/89) upgrading lib32-libxkbcommon                                                                     [--------------------------------------------------------------] 100%
(32/89) upgrading lib32-mesa                                                                             [--------------------------------------------------------------] 100%
(33/89) upgrading lib32-sdl2                                                                             [--------------------------------------------------------------] 100%
(34/89) upgrading vulkan-radeon                                                                          [--------------------------------------------------------------] 100%
(35/89) upgrading lib32-vulkan-radeon                                                                    [--------------------------------------------------------------] 100%
(36/89) upgrading libva-mesa-driver                                                                      [--------------------------------------------------------------] 100%
(37/89) upgrading mesa-vdpau                                                                             [--------------------------------------------------------------] 100%
(38/89) upgrading mutter                                                                                 [--------------------------------------------------------------] 100%
(39/89) upgrading neovim                                                                                 [--------------------------------------------------------------] 100%
(40/89) upgrading noto-fonts                                                                             [--------------------------------------------------------------] 100%
(41/89) upgrading openshadinglanguage                                                                    [--------------------------------------------------------------] 100%
(42/89) upgrading orca                                                                                   [--------------------------------------------------------------] 100%
(43/89) upgrading python-evdev                                                                           [--------------------------------------------------------------] 100%
(44/89) upgrading qt6-3d                                                                                 [--------------------------------------------------------------] 100%
(45/89) upgrading qt6-shadertools                                                                        [--------------------------------------------------------------] 100%
(46/89) upgrading qt6-5compat                                                                            [--------------------------------------------------------------] 100%
(47/89) upgrading qt6-charts                                                                             [--------------------------------------------------------------] 100%
(48/89) upgrading qt6-connectivity                                                                       [--------------------------------------------------------------] 100%
(49/89) upgrading qt6-datavis3d                                                                          [--------------------------------------------------------------] 100%
(50/89) upgrading qt6-doc                                                                                [--------------------------------------------------------------] 100%
(51/89) upgrading qt6-examples                                                                           [--------------------------------------------------------------] 100%
(52/89) upgrading qt6-quicktimeline                                                                      [--------------------------------------------------------------] 100%
(53/89) upgrading qt6-quick3d                                                                            [--------------------------------------------------------------] 100%
(54/89) upgrading qt6-graphs                                                                             [--------------------------------------------------------------] 100%
(55/89) upgrading qt6-grpc                                                                               [--------------------------------------------------------------] 100%
(56/89) upgrading qt6-websockets                                                                         [--------------------------------------------------------------] 100%
(57/89) upgrading qt6-httpserver                                                                         [--------------------------------------------------------------] 100%
(58/89) upgrading qt6-imageformats                                                                       [--------------------------------------------------------------] 100%
(59/89) upgrading qt6-languageserver                                                                     [--------------------------------------------------------------] 100%
(60/89) upgrading qt6-positioning                                                                        [--------------------------------------------------------------] 100%
(61/89) upgrading qt6-location                                                                           [--------------------------------------------------------------] 100%
(62/89) upgrading qt6-lottie                                                                             [--------------------------------------------------------------] 100%
(63/89) upgrading qt6-networkauth                                                                        [--------------------------------------------------------------] 100%
(64/89) upgrading qt6-quick3dphysics                                                                     [--------------------------------------------------------------] 100%
(65/89) upgrading qt6-quickeffectmaker                                                                   [--------------------------------------------------------------] 100%
(66/89) upgrading qt6-remoteobjects                                                                      [--------------------------------------------------------------] 100%
(67/89) upgrading qt6-scxml                                                                              [--------------------------------------------------------------] 100%
(68/89) upgrading qt6-sensors                                                                            [--------------------------------------------------------------] 100%
(69/89) upgrading qt6-serialport                                                                         [--------------------------------------------------------------] 100%
(70/89) upgrading qt6-serialbus                                                                          [--------------------------------------------------------------] 100%
(71/89) upgrading qt6-speech                                                                             [--------------------------------------------------------------] 100%
(72/89) upgrading qt6-tools                                                                              [--------------------------------------------------------------] 100%
(73/89) upgrading qt6-virtualkeyboard                                                                    [--------------------------------------------------------------] 100%
(74/89) upgrading qt6-webchannel                                                                         [--------------------------------------------------------------] 100%
(75/89) upgrading qt6-webengine                                                                          [--------------------------------------------------------------] 100%
(76/89) upgrading qt6-webview                                                                            [--------------------------------------------------------------] 100%
(77/89) upgrading qt6-xcb-private-headers                                                                [--------------------------------------------------------------] 100%
(78/89) upgrading qt6gtk2                                                                                [--------------------------------------------------------------] 100%
(79/89) upgrading rust                                                                                   [--------------------------------------------------------------] 100%
(80/89) upgrading samba                                                                                  [--------------------------------------------------------------] 100%
(81/89) upgrading tmux                                                                                   [--------------------------------------------------------------] 100%
(82/89) upgrading tracker3                                                                               [--------------------------------------------------------------] 100%
(83/89) upgrading tracker3-miners                                                                        [--------------------------------------------------------------] 100%
(84/89) upgrading vim-runtime                                                                            [--------------------------------------------------------------] 100%
(85/89) upgrading vim                                                                                    [--------------------------------------------------------------] 100%
(86/89) upgrading vulkan-intel                                                                           [--------------------------------------------------------------] 100%
(87/89) upgrading vulkan-mesa-layers                                                                     [--------------------------------------------------------------] 100%
(88/89) upgrading vulkan-swrast                                                                          [--------------------------------------------------------------] 100%
(89/89) upgrading vulkan-virtio                                                                          [--------------------------------------------------------------] 100%
:: Running post-transaction hooks...
(1/9) Creating temporary files...
(2/9) Reloading device manager configuration...
(3/9) Qt6 Upgrade Warning
[WARNING] qt6-base was updated, qt6 applications will break until qt6gtk2 is rebuilt.
(4/9) Updating fontconfig cache...
(5/9) Updating 32-bit fontconfig cache...
(6/9) Compiling GSettings XML schema files...
(7/9) Updating icon theme caches...
(8/9) Updating the desktop file MIME type cache...
(9/9) Updating X fontdir indices...
~ % okular
<{Ran fine}>

Library dependencies seem to now all be consistent. As this is likely an issue that only I - how fitting it was 1st April - will deal with, I'm comfortable setting as resolved. We can likely piece together what the cause was, retroactively, but it looks like we can move forward.
Main takeaway is to keep archives in-mind, as a stop-gap, if similar situations come up.
Title: Re: [SOLVED] New Qt6 version incompatibilty
Post by: nous on 03 April 2024, 19:00:14
The issue was caused by qt6gtk2, which had to be rebuilt.