5 lines
241 B
Bash
5 lines
241 B
Bash
# Clearing the Screen
|
|
clear
|
|
|
|
# Fixing the issue by using Software Rendering
|
|
sudo flatpak override --env=__EGL_VENDOR_LIBRARY_FILENAMES=/usr/lib/x86_64-linux-gnu/GL/default/share/glvnd/egl_vendor.d/50_mesa.json io.github.softfever.OrcaSlicer
|