AUTO-ADMIN: Non-MP3, WAV, OGG, SoundCloud, YouTube, Vimeo, Twitter and Facebook links in this post have been protected automatically. Once the member reaches 5 posts the links will function as normal.
The issue occurs specifically when dragging files from a file manager such as Dolphin into Bitwig on a Steam Deck. Dolphin runs natively under Wayland, while Bitwig runs through XWayland. This mismatch appears to prevent drag-and-drop from working correctly.
A simple workaround is to force Dolphin to run under XWayland before launching Bitwig.
Here is the script (made by Claude) I use:
Code: Select all (#)
#!/bin/bash
# Launch Dolphin in XWayland mode for Bitwig drag & drop
QT_QPA_PLATFORM=xcb dolphin &
# Launch Bitwig
flatpak run com.bitwig.BitwigStudio
Hope it helps !
