Bug #3377
[jami-qt] Doesn't run properly
0%
Description
When I updated Jami from GNOME version to Qt one the application doesn't appear. However, when I try to run from the terminal, that's the result that I get:
$ jami
Using Qt runtime version: 6.4.1
Qt build version mismatch! 6.3.0
Canceled (core dumped)
Related issues
History
Updated by sjoel about 1 month ago
That bug also happens to me.
I tried to fix it by recompiling jami-qt, but it didn't work, so I've also recompiled jami-libclient and jami-daemon (I downloaded the associated PKGBUILD from the parabola repositories and run makepkg).
Unfortunately, that didn't work either: if I recompile jami-daemon, jamid segfaults, if I use jami-daemon from the parabola repositories, it cannot find libgit2.so.1.4 (an outdated library).
jami-qt works after recompiling, but jami-daemon does not. I believe it's time to flag all jami packages as out of date.
EDIT: I've also tried to checkout the master branch of jami-daemon, but I get this error:
software/jami-daemon/src/jami-daemon/contrib/src/pjproject/rules.mak:42: *** Trying to download https://github.com/savoirfairelinux/pjproject/archive/eae25732568e600d248aa8c226271ff6b81df170.tar.gz but DISABLE_CONTRIB_DOWNLOADS is TRUE, aborting.. Stop.
This error is not triggered if I use the commit given in the PKGBUILD