Hi, if you run the pampi-nonfree binary in a non English Debian installation you have errors like this: /home/$YOURUSER/Documents/presentations/assets/tools/GeoGebra/deployggb.js: file or directory do not exist this because in a localized sistem the Documents directory has the localized name. For example in Italian is Documenti. As workaround, for who want to execute the binary can create a symbolic link between the English name and the localized one, execute the binary and then remote the link. For example for Italian language: $ ln -s ~/Documenti ~/Documents $ pampi-nonfree $ rm ~/Documents Ciao Davide
Hello Davide, I modified a patch for pampi-nonfree, so it should rely on Qt5's detection library to decide the location of Documents/Documenti or other local names for this generic place. I have uploaded the release to debian/unstable, and closed the bug report. Please feel free to reopen it if the patch is inappropriate. Best regards, Georges. Davide Prina a écrit :