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.
Canonical’s Kubernetes LTS (Long Term Support) will support FedRAMP compliance and receive at least 12…
Welcome to the Ubuntu Weekly Newsletter, Issue 878 for the week of February 2 –…
At Canonical, we firmly believe that delivering an outstanding, customer-centric support experience is impossible without…
I want to share how to install osTicket v1.14 for Ubuntu 20.04 server. osTicket written…
Now I want to share how to install WordPress on ubuntu 20.04 server. WordPress is…
Now I want to share the DNS server installation process on your Ubuntu 20.04 server.…