Writing /var/lib/dokuwiki/wiki.project-insanity.org/data/meta/onlyoffice_bugfix.meta failed
Hotfix release available: 2025-05-14a "Librarian".
upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian".
upgrade now! [56] (what's this?)
onlyoffice_bugfix
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
onlyoffice_bugfix [2019/01/18 10:51] – 2a01:4f8:191:327:c862:aeff:fe39:f759 | onlyoffice_bugfix [2021/10/31 10:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== allfonts segfault ==== | ||
+ | * url https:// | ||
+ | running original fontgen script | ||
+ | <code bash> | ||
+ | sudo -u aur aur sync -c icu58 | ||
+ | cd / | ||
+ | LD_LIBRARY_PATH="/ | ||
+ | </ | ||
+ | manual build | ||
+ | <code bash> | ||
+ | cd / | ||
+ | make clean | ||
+ | make | ||
+ | cd / | ||
+ | LD_LIBRARY_PATH="/ | ||
+ | </ | ||
+ | manual run | ||
+ | <code bash> | ||
+ | sudo -u onlyoffice ./ | ||
+ | --input="/ | ||
+ | --allfonts-web="/ | ||
+ | --allfonts="/ | ||
+ | --images="/ | ||
+ | --selection="/ | ||
+ | --output-web="/ | ||
+ | --use-system=" | ||
+ | </ | ||
+ | ttf-dejavu ttf-liberation | ||
+ | * ttf-mscorefonts-installer | ||
+ | * fonts-crosextra-carlito | ||
+ | * fonts-takao-gothic | ||
+ | * fonts-opensymbol | ||
+ | ===== fixing the bug ===== | ||
+ | <file cpp core/ | ||
+ | std:: | ||
+ | { | ||
+ | [...] | ||
+ | #if defined(__linux__) && !defined(_MAC) | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | #endif | ||
+ | </ |