I installed a lot a Pango Things.
It seems "pango-ubuntu" is the missing one as after installing it is working fine again
Git Clone URL: | https://aur.archlinux.org/xmind.git (read-only, click to copy) |
---|---|
Package Base: | xmind |
Description: | Brainstorming and Mind Mapping Software |
Upstream URL: | https://www.xmind.net |
Keywords: | office productivity |
Licenses: | unknown |
Submitter: | arojas |
Maintainer: | bacteriostat |
Last Packager: | bacteriostat |
Votes: | 53 |
Popularity: | 0.061268 |
First Submitted: | 2017-07-06 19:05 (UTC) |
Last Updated: | 2024-11-08 05:25 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
I installed a lot a Pango Things.
It seems "pango-ubuntu" is the missing one as after installing it is working fine again
The current workaround could be downgrading the pango library.
sudo pacman -U https://archive.archlinux.org/packages/p/pango/pango-1%3A1.43.0-2-x86_64.pkg.tar.xz
I searched around, seems it also happens on Plex(https://forums.plex.tv/t/plexamp-linux-crash-on-launch/444951/27), someone pointed out the problem appears to be that this is an electron app, which has a static copy of an old harfbuzz built into it. Seems that the version is 1.4.2, which is older than what pango requires.(https://gitlab.gnome.org/GNOME/pango/issues/410#note_583435).
Downgrading to 1.43 version since the 1.44 version will cause the gtkfilechooserddialog display squared unrecognized characters.(https://bugs.archlinux.org/task/63297?project=1&string=pango)
Throwing gdb
at it I get:
Thread 1 "XMind" received signal SIGSEGV, Segmentation fault.
0x00007ffff3e9beef in hb_ot_var_get_axis_infos () from /usr/lib/libharfbuzz.so.0
So it seems to be a problem with an updated harfbuzz
version..
Not work for me. (Gnome3 + X11)
╰─ $ 139 /opt/XMind\ ZEN/XMind Failed to get crash dump id. Report Id: Segmentation fault (core dumped)
A recent update seems to have broken this package for me. XMind-Zen now doesn't launches at all and segfaults right away:
[pid 12835] openat(AT_FDCWD, "/usr/share/fonts/cantarell/Cantarell-Regular.otf", O_RDONLY) = 33</usr/share/fonts/cantarell/Cantarell-Regular.otf>
[pid 12835] fstat(33</usr/share/fonts/cantarell/Cantarell-Regular.otf>, {st_mode=S_IFREG|0644, st_size=137812, ...}) = 0
[pid 12835] mmap(NULL, 137812, PROT_READ, MAP_PRIVATE|MAP_NORESERVE, 33</usr/share/fonts/cantarell/Cantarell-Regular.otf>, 0) = 0x7f09074a2000
[pid 12835] close(33</usr/share/fonts/cantarell/Cantarell-Regular.otf>) = 0
[pid 12835] --- SIGSEGV {si_signo=SIGSEGV, si_code=SI_KERNEL, si_addr=NULL} ---
Without any of the following being a solution for this crash, I found when reproducing my issue on a fresh Arch machine that a few dependencies seems to be currently missing in the PKGBUILD
/ .SRCINFO
:
gtk2
alsa-lib
extra/cantarell-fonts
or extra/adobe-source-sans-pro-fonts
. XMind-Zen fails with Check failed: typeface. Could not find any font: Cantarell, sans
if it cannot find one of these.looks like depending on gconf
Works fine under Gnome after installing gconf and changing PKGBuild mirrors to "http://dl3.xmind.net/XMind-ZEN-for-Linux-64bit.rpm" and "https://www.xmind.net/terms/index.html"
Hi there!
As noted by @miomio and @18TooShort, the tool hangs and never loads any new/opened map. Has the package been fixed with electron2?
Cheers
@miomio @18TooShort I will revert the recent commit, please update then.
Pinned Comments