SUMMARY Since I upgraded to the release candidate based on kf6, I can't create a new puzzle. I get stuck at the screen saying "Choose a slicing method" and no matter what I choose, the "Next" and "Finish" buttons remained deactivated. STEPS TO REPRODUCE 1. Update to current release candidate 2. Create a new puzzle 3. Select image, provide metadata and click on next 4. Select a slicing method OBSERVED RESULT Can't progress/finish the creation SOFTWARE/OS VERSIONS Operating System: Exherbo KDE Plasma Version: 5.93.0 KDE Frameworks Version: 5.249.0 Qt Version: 6.6.1 Kernel Version: 6.7.3-amdgpu (64-bit) Graphics Platform: Wayland ADDITIONAL INFORMATION I've verified this on my laptop, which is running RC2 on Arch Linux. This laptop has never run Plasma 5 and especially never run palapeli before, so it started with a clean config.
A possibly relevant merge request was started @ https://invent.kde.org/games/palapeli/-/merge_requests/25
Git commit 80f6f858e707bd9eb66766af9cd6a451091effe2 by Albert Astals Cid. Committed on 10/02/2024 at 19:02. Pushed by aacid into branch 'master'. Fix SlicerSelector We need to cast the data to int because later we're checking the variant metatype is int, do we need to do that? probably not, but this is the simplest fix that doesn't really change the logic M +2 -2 src/creator/slicerselector.cpp https://invent.kde.org/games/palapeli/-/commit/80f6f858e707bd9eb66766af9cd6a451091effe2
Git commit e3ff2ad8399cf3d97d59a65ff99d51eff106197f by Albert Astals Cid. Committed on 12/02/2024 at 21:14. Pushed by aacid into branch 'release/24.02'. Fix SlicerSelector We need to cast the data to int because later we're checking the variant metatype is int, do we need to do that? probably not, but this is the simplest fix that doesn't really change the logic (cherry picked from commit 80f6f858e707bd9eb66766af9cd6a451091effe2) M +2 -2 src/creator/slicerselector.cpp https://invent.kde.org/games/palapeli/-/commit/e3ff2ad8399cf3d97d59a65ff99d51eff106197f