davidk/PrusaSlicer-ARM.AppImage

FUSE v2 v3 issue

kumters opened this issue · 1 comments

Hi guys, this package is little bit older than newest RPI OS (64bit RPI OS on RPI400). You AppImage use/needs FUSE2, but latest RPI is based on FUSE3. Please add this as a workaround for PrusaSlicer v2.5.0 on latest 64bit RPI OS:
sudo apt-get install fuse libfuse2

BTW my OS:

cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

Hello,

The latest release instructions have been updated with the additional packages needed to run the AppImage. They will carry forward with subsequent releases if they are built. Thank you for the report and system details!