[solved] How to drag & drop files for import/export into Bitwig on a Steamdeck

Official support for: bitwig.com
Post Reply New Topic
RELATED
PRODUCTS

Post

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
and ... ta-da !!! You can now drag audio and midi files directly into Bitwig !
Hope it helps !

Post Reply

Return to “Bitwig”