# Steps to reproduce Simply try running Scribus. It closes immediatelly. # Notes * I have attached the raw output of `strace scribus`. * It seems that, from the strace, one sees that something (Scribus?) attempts to use things from the host's root ("/"), not from the derivative's root ("$out/"), although, if comparing the existance of some files between the two path trees, some of them don't exist in the derivative's path tree (e.g.: No "$out/lib/python2.7/site.py", or no "$profile/lib/python2.7/site.py", in the case of the current user's ".guix-profile" directory). Respectfully, Adonay.