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
Fedora 28 x64
Linux shadow 4.17.2-200.fc28.x86_64 #1 SMP Mon Jun 18 20:09:31 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Behavior
Firmware flashing fails with permission denided error while opening the port therefore root permissions are required. When trying to run app as a root (sudo, su, su -) i get following error:
17:14:47: Error: Unable to initialize GTK+, is DISPLAY set properly?
Failed to initialize wxWidgets at /tmp/.mount_Slic3rCkuZxl/usr/bin/lib/site_perl/5.22.0/Slic3r/GUI/2DBed.pm line 10.
Compilation failed in require at /tmp/.mount_Slic3rCkuZxl/usr/bin/lib/site_perl/5.22.0/Slic3r/GUI/2DBed.pm line 10.
BEGIN failed--compilation aborted at /tmp/.mount_Slic3rCkuZxl/usr/bin/lib/site_perl/5.22.0/Slic3r/GUI/2DBed.pm line 10.
Compilation failed in require at /tmp/.mount_Slic3rCkuZxl/usr/bin/lib/site_perl/5.22.0/Slic3r/GUI.pm line 9.
BEGIN failed--compilation aborted at /tmp/.mount_Slic3rCkuZxl/usr/bin/lib/site_perl/5.22.0/Slic3r/GUI.pm line 9.
Compilation failed in require at (eval 78) line 1.
To run app as root I use:
xhost +local:
sudo Slic3r......
But in this case the user configuration (user printer profile) is not directly accessible. I propose to show password request dialogue when updating the firmware and run updater in separate thread with root priviledges.
The text was updated successfully, but these errors were encountered:
Version
Slic3rPE-1.40.1.linux64-full-201807051330.AppImage
Operating system type + version
Fedora 28 x64
Linux shadow 4.17.2-200.fc28.x86_64 #1 SMP Mon Jun 18 20:09:31 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Behavior
Firmware flashing fails with permission denided error while opening the port therefore root permissions are required. When trying to run app as a root (sudo, su, su -) i get following error:
To run app as root I use:
But in this case the user configuration (user printer profile) is not directly accessible. I propose to show password request dialogue when updating the firmware and run updater in separate thread with root priviledges.
The text was updated successfully, but these errors were encountered: