[Bug 246502] security/keepassxc: Cannot mix incompatible Qt library (version 0x50d02) with this library (version 0x50e02)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 16 16:13:06 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246502

--- Comment #2 from Riccardo Mollo <riccardomollo84 at gmail.com> ---
I think I found a workaround to solve the problem.

I had the following environment variables set (because I use Mate and I like to
have GTK look on QT apps when possible):

declare -x QT_AUTO_SCREEN_SCALE_FACTOR="0"
declare -x QT_QPA_PLATFORMTHEME="gtk2"
declare -x QT_SCALE_FACTOR="1"

by unsetting them, the problem disappeared.

Yes, I use official FreeBSD repo only:

FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: yes
}

It seems that the responsible of the issue is package
"qt5-style-plugins-5.0.0.23_7".
By reading stuff on forums, it seems that other QT applications suffer from the
same problem, and another way to fix it (instead of unsetting the variables)
should be, at the moment, downgrading "qt5-style-plugins" to version
"5.0.0.23".

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list