davidk / PrusaSlicer-ARM.AppImage

PrusaSlicer packaged in a ARM AppImage. Pre-built AppImages located within releases.
https://github.com/davidk/PrusaSlicer-ARM.AppImage/releases
MIT License
58 stars 10 forks source link

FUSE v2 v3 issue #25

Closed kumters closed 1 year ago

kumters commented 1 year ago

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/"
davidk commented 1 year ago

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!