feat(troubleshooting): add note about prop nvidia drivers on linux

This commit is contained in:
DecDuck
2024-12-26 13:17:47 +11:00
parent 18fc5d3c5d
commit c039fd1dd8
2 changed files with 32 additions and 23 deletions
+8
View File
@@ -0,0 +1,8 @@
# Troubleshooting
## I'm on Linux, with Nvidia proprietary drivers, and Drop won't launch
Add `WEBKIT_DISABLE_DMABUF_RENDERER=1` to the Drop .desktop file:
1. Open `/usr/share/applications/Drop\ Desktop\ Client.desktop` with your preferred editor
2. Add `WEBKIT_DISABLE_DMABUF_RENDERER=1` before `drop-app` on the `Exec=drop-app` line