You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DISTRIBUTION_LIKE=$(awk -F= '/^ID_LIKE=/ {print $2}' /etc/os-release)# treat any ubuntu based os as debianif [ "${DISTRIBUTION_LIKE}"=="\"ubuntu debian\"" ]
./BuildLinux.sh -u
cd build
./AppRun
Actual results
Results in:
./AppRun: line 9: ./OrcaSlicer/build/bin/orca-slicer: No such file or directory
Expected results
Should launch Orca without further intervention
Project file & Debug log uploads
Fixed by updating line 9 in OrcaSlicer/build/AppRun to "$DIR/package/bin/orca-slicer"
Checklist of files to include
Log file
Project file
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this problem?
OrcaSlicer Version
2.3.0
Operating System (OS)
Linux
OS Version
Pop!_OS 22.04 LTS
Additional system information
No response
Printer
AnkerMake M5
How to reproduce
BuildLinux.sh
to allow for any Ubuntu based OS to buildFrom
https://github.com/SoftFever/OrcaSlicer/blob/2ea2ab08de921cce8dd8400a647f6772a7121a7f/BuildLinux.sh#L81C1-L83
To
./BuildLinux.sh -u
cd build
./AppRun
Actual results
Results in:
Expected results
Should launch Orca without further intervention
Project file & Debug log uploads
Fixed by updating line 9 in
OrcaSlicer/build/AppRun
to"$DIR/package/bin/orca-slicer"
Checklist of files to include
Anything else?
No response
The text was updated successfully, but these errors were encountered: