[scribus] Scribus AppImage

probono probono at puredarwin.org
Sun Apr 30 17:35:56 UTC 2017


2017-04-30 19:29 GMT+02:00 probono <probono at puredarwin.org>:
> This can be fixed by running, in the AppDir:
> ( cd usr/lib ; cp -r /usr/lib/python2.7 . )

Also, Scribus and the embedded Python have hardcoded /usr which we patch away:
cd usr/ ; find . -type f -exec sed -i -e 's|/usr|././|g' {} \; ; cd ..

Tcl/Tk, Tkinter (for Calendar script):
ldd /usr/li*/python2.*/lib-dynload/_tkinter.so | grep "=>" | awk
'{print $3}' | xargs -I '{}' cp -v '{}' ./usr/lib || true
cp -r /usr/li*/tcl8.5 /usr/li*/tk8.5 usr/lib/
cp -r /usr/share/tcl* /usr/share/tk* usr/share/

Check https://github.com/probonopd/AppImages/blob/master/recipes/scribus/Recipe
but keep in mind that was made for CentOS 6.



More information about the scribus mailing list