The popular free open-source digital painting software, Krita, released version 5.2.3 a few days ago.
The release rework the build system, so the CI can be built in all 4 platforms (Windows, Linux, macOS, and Android).
Besides that, Krita 5.2.3 fixed various bugs, including crash on saving webp images, crashes when inserting keyframe columns when there’s a transform mask, animation playback freezes when pausing past the end of audio, batch exporter python plugin does not respect trimming flag, and various fixes to tool canvas input shortcut behavior.
There are also some improvements, including:
For more about the changes in Krita 5.2.3, see both the final and Beta release notes
The Krita website provides the installers for Linux, Windows, macOS, as well as source code, via the link button below:
Besides using the AppImage, there are 3 other package formats that work for Ubuntu users. They include:
sudo apt install flatpak
flatpak install https://dl.flathub.org/repo/appstream/org.kde.krita.flatpakref
sudo add-apt-repository ppa:ubuntuhandbook1/krita
sudo apt update
sudo apt install krita
To uninstall the Snap package, use either Ubuntu Software or App Center.
To uninstall the Deb package, open terminal (Ctrl+Alt+T) and run command:
sudo apt remove --autoremove krita krita-data
And, run command to remove the PPA:
sudo add-apt-repository --remove ppa:ubuntuhandbook1/krita
For the Flatpak package, uninstall it via command:
flatpak uninstall --delete-data org.kde.krita
Also run flatpak uninstall --unused
to clear useless runtime libraries.
The post Krita 5.2.3 Released with Numerous Bug-Fixes (Ubuntu PPA) appeared first on Osgrove.
You’ve recently installed VMware Workstation on your Ubuntu system and encountered the frustrating “Could not…
Have you ever found yourself staring at a terminal full of 404 errors while trying…
One particularly frustrating error that many users face when trying to upgrade from Ubuntu 18.04 …
In the world of containerization, time synchronization issues can create unexpected roadblocks when working with…
If you’ve recently upgraded to Ubuntu 23.04 or newer, you might have encountered a frustrating…
Canonical announces the General Availability of Ubuntu for the NVIDIA® Jetson Orin™ for edge AI…