Bug 481175 - Cannot create new puzzles
Summary: Cannot create new puzzles
Status: RESOLVED FIXED
Alias: None
Product: palapeli
Classification: Applications
Component: general (show other bugs)
Version: 2.1.240195
Platform: Exherbo Linux
: NOR normal
Target Milestone: ---
Assignee: Stefan Majewsky
URL:
Keywords: qt6
Depends on:
Blocks:
 
Reported: 2024-02-10 17:32 UTC by Bernd Steinhauser
Modified: 2024-02-12 21:14 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernd Steinhauser 2024-02-10 17:32:52 UTC
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.
Comment 1 Bug Janitor Service 2024-02-10 19:04:17 UTC
A possibly relevant merge request was started @ https://invent.kde.org/games/palapeli/-/merge_requests/25
Comment 2 Albert Astals Cid 2024-02-12 21:14:08 UTC
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
Comment 3 Albert Astals Cid 2024-02-12 21:14:51 UTC
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