Hi,
A few weeks ago, on my new computer with Kubuntu 22.04, I installed KBibTeX and at my first attempt to open a ".bib" file, the program crashed. I made several attempts with different ".bib" files and every time, there was a crash.
So I reported the bug to the KDE Bugtracking System and someone told me this:
I searched for Qt5 Patch Collection and I found this at https://community.kde.org/Qt5PatchCollection:
What is the tooling specific to our distribution? or
How do I ask Kubuntu to switch its Qt packages to the patch collection?
Thanks
A few weeks ago, on my new computer with Kubuntu 22.04, I installed KBibTeX and at my first attempt to open a ".bib" file, the program crashed. I made several attempts with different ".bib" files and every time, there was a crash.
So I reported the bug to the KDE Bugtracking System and someone told me this:
This is a Qt bug that was fixed a year ago in the KDE patch collection. You should ask your distro to switch their Qt packages to the patch collection or at least backport the fix for this. [...] This bug was introduced upstream in Qt 5.15.3.
How do I get this integrated in my distribution?
These patches can be obtained with the following command:
git format-patch v5.15.3-lts-lgpl..origin/kde/5.15
They can then be integrated using the tooling specific to your distribution.
These patches can be obtained with the following command:
git format-patch v5.15.3-lts-lgpl..origin/kde/5.15
They can then be integrated using the tooling specific to your distribution.
How do I ask Kubuntu to switch its Qt packages to the patch collection?
Thanks
Comment