Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 16:13:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 246502] security/keepassxc: Cannot mix incompatible Qt library (version 0x50d02) with this library (version 0x50e02)
Message-ID:  <bug-246502-7788-7igUi5n717@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-246502-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-246502-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246502

--- Comment #2 from Riccardo Mollo <riccardomollo84@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 lik=
e to
have GTK look on QT apps when possible):

declare -x QT_AUTO_SCREEN_SCALE_FACTOR=3D"0"
declare -x QT_QPA_PLATFORMTHEME=3D"gtk2"
declare -x QT_SCALE_FACTOR=3D"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".

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246502-7788-7igUi5n717>