From 3c80fb7908e2274dc9bbfa6cdba2cc7011717024 Mon Sep 17 00:00:00 2001 From: alextrical <35117191+alextrical@users.noreply.github.com> Date: Thu, 7 Dec 2023 20:26:31 +0000 Subject: [PATCH] debug --- config/scripts/orcaslicer.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/scripts/orcaslicer.sh b/config/scripts/orcaslicer.sh index 0aa0aaaf9d..3e75383e28 100644 --- a/config/scripts/orcaslicer.sh +++ b/config/scripts/orcaslicer.sh @@ -23,8 +23,8 @@ chmod +x /tmp/OrcaSlicer/OrcaSlicer.AppImage # yes | cp -rf /tmp/OrcaSlicer/squashfs-root/bin/* /usr/bin # yes | cp -rf /tmp/OrcaSlicer/squashfs-root/resources/* /usr/resources -# #Setup Desktop file -# mv /tmp/OrcaSlicer/squashfs-root/OrcaSlicer.desktop /usr/share/applications/OrcaSlicer.desktop -# sed -i 's@AppRun@/usr/bin/orca-slicer@g' /usr/share/applications/OrcaSlicer.desktop -# sed -i 's@Utility;@Graphics;3DGraphics;Engineering;@g' /usr/share/applications/OrcaSlicer.desktop -# echo "Keywords=3D;Printing;Slicer;slice;3D;printer;convert;gcode;stl;obj;amf;SLA" >> /usr/share/applications/OrcaSlicer.desktop \ No newline at end of file +#Setup Desktop file +mv /tmp/OrcaSlicer/squashfs-root/OrcaSlicer.desktop /usr/share/applications/OrcaSlicer.desktop +sed -i 's@AppRun@/usr/bin/orca-slicer@g' /usr/share/applications/OrcaSlicer.desktop +sed -i 's@Utility;@Graphics;3DGraphics;Engineering;@g' /usr/share/applications/OrcaSlicer.desktop +echo "Keywords=3D;Printing;Slicer;slice;3D;printer;convert;gcode;stl;obj;amf;SLA" >> /usr/share/applications/OrcaSlicer.desktop \ No newline at end of file