SUMMARY On the very first deal after KPatience has been launched and a game selected, the animation is abruptly skipped and auto-playable cards may randomly fail to be played. This *only* affects the very first deal after the application has been launched, as subsequent deals (either from the "New Deal" action or picking a game from "New Game") will correctly play the animation. STEPS TO REPRODUCE 1. Launch KPatience 2. Select a game 3. Notice that the dealing animation is missing OBSERVED RESULT Cards immediately appear without being drawn, aces that should be auto-played in Mod3 often fail to be auto-played EXPECTED RESULT The proper dealing animation and aces being auto-played in Mod3 SOFTWARE/OS VERSIONS Operating System: Fedora Linux 41 KDE Plasma Version: 6.2.2 KDE Frameworks Version: 6.7.0 Qt Version: 6.7.2 Kernel Version: 6.11.5-300.fc41.x86_64 (64-bit) Graphics Platform: Wayland Processors: 32 × 13th Gen Intel® Core™ i9-13900K Memory: 31.1 GiB of RAM Graphics Processor: Mesa Intel® Arc ADDITIONAL INFORMATION I had noticed this after recently upgrading from Fedora 39 to Fedora 40, and was hoping it would go away after upgrading to Fedora 41. It persisted after upgrading to Fedora 41. I have discussed this with Neal Gompa from the Fedora Project and we both seem to think this is a Qt6-related issue? So I'm filing this bug report after he suggested that I do so.
Well, it's probably something that happened as part of porting to Qt6, it doesn't necessarily mean it's a Qt6 issue *itself*.
(In reply to Neal Gompa from comment #1) > Well, it's probably something that happened as part of porting to Qt6, it > doesn't necessarily mean it's a Qt6 issue *itself*. That's kind of what I meant by "Qt6-related", probably could have worded it better
Can you record a video? Mod3 perfectly animates here want to see what you mean
(In reply to Albert Astals Cid from comment #3) > Can you record a video? > > Mod3 perfectly animates here want to see what you mean Alright, here's a quick video showing the bug: https://youtu.be/D5tgR-1JGSc
Wow you really have no animations at all. I see you're using wayland, can you try in X11?
(In reply to Albert Astals Cid from comment #5) > Wow you really have no animations at all. > > I see you're using wayland, can you try in X11? Considering I'm on Fedora 41, uh, no. There's no longer any option to start Plasma with X11. For further details about this, please ask Neal Gompa.
You can also test it by launching the application in X11 mode. Try this from Konsole: ``` $ QT_QPA_PLATFORM="xcb" kpat & ```
(In reply to Neal Gompa from comment #7) > You can also test it by launching the application in X11 mode. Try this from > Konsole: > > ``` > $ QT_QPA_PLATFORM="xcb" kpat & > ``` Oh, I did not know that! Sorry about namedropping you. The behavior is exactly the same when run this way.
I should also add that, back on Fedora 39 when I didn't have this problem, I was also using only Wayland, soo... really unsure why needing to double-check on X11 was needed
> back on Fedora 39 when I didn't have this problem, I was also using only Wayland, soo... really unsure why needing to double-check on X11 was needed Because I can't read your mind.
Anyhow this seems to be a Fedora problem, since it works fine on non Fedora.
Maybe you can try from flathub and see if that one works? https://flathub.org/apps/org.kde.kpat
(In reply to Albert Astals Cid from comment #12) > Maybe you can try from flathub and see if that one works? > > https://flathub.org/apps/org.kde.kpat I'd rather not find out what happens when native packages and flatpaks collide, thanks. 😬