Bug 486596 - Snap crashes when creating a new image on ubuntu
Summary: Snap crashes when creating a new image on ubuntu
Status: REPORTED
Alias: None
Product: krita
Classification: Applications
Component: General (show other bugs)
Version: 5.2.2
Platform: Snap Linux
: NOR crash
Target Milestone: ---
Assignee: Scarlett Moore
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-05 00:32 UTC by nrobinaubertin
Modified: 2024-05-05 01:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nrobinaubertin 2024-05-05 00:32:50 UTC
SUMMARY

Using the latest snap from the stable channel (revision 104) on ubuntu mantic (23.10), it crashes when trying to create a new project.

STEPS TO REPRODUCE
1. Install the latest version `snap install krita`
2. Open krita
3. Create a new image (a new project)

OBSERVED RESULT

The snap crashes

EXPECTED RESULT

It should create a new project

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: ubuntu 23.10
Qt Version: N/A

ADDITIONAL INFORMATION

My current workaround is to lock the snap version to the revision 98 (which works).
```
snap install krita --revision=98
snap refresh --hold=forever krita
```