Operating System
Linux (+ wayland)
Operating System Version
Not relevant
CPU Architecture
Not relevant
Slicer Version
0.0.10
3D Printer Model
Not relevant
What happened?
- Open the Slicer in a Wayland session.
- Open a file explorer
- pick an STL file and drag it on top of the Slicer window
- observe how the file is not opened
Expected result
The file should be opened.
Workaround
There is a workaround, forcing the use of XWayland:
WAYLAND_DISPLAY= GDK_BACKEND=x11 SDL_VIDEODRIVER=x11 sc-slicer-gui
More context
The root case is known bug in winit.
Code of Conduct
- I agree to follow SoulCrafted's Code of Conduct
### Operating System
Linux (+ wayland)
### Operating System Version
Not relevant
### CPU Architecture
Not relevant
### Slicer Version
0.0.10
### 3D Printer Model
Not relevant
### What happened?
1. Open the Slicer in a Wayland session.
2. Open a file explorer
3. pick an STL file and drag it on top of the Slicer window
4. observe how the file is not opened
### Expected result
The file should be opened.
### Workaround
There is a workaround, forcing the use of XWayland:
```
WAYLAND_DISPLAY= GDK_BACKEND=x11 SDL_VIDEODRIVER=x11 sc-slicer-gui
```
### More context
The root case is known bug in `winit`.
### Code of Conduct
- [x] I agree to follow SoulCrafted's Code of Conduct