Skip to content

Commit 741ee83

Browse files
andreygrigolAndrey RibeiroCalinou
authored
Update README.md to add instructions for XWayland workaround (#995)
* Added new information to the README about the issue of drag + shift drop now working in Linux systems with Wayland * Apply suggestions from code review * Apply suggestions from code review * Modified the info about running VS Code through XWayland, by editing the exec flags instead of having to run through terminal --------- Co-authored-by: Andrey Ribeiro <aribeiro7@lenovo.com> Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
1 parent e39fc24 commit 741ee83

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ Godot has some Editor Settings that can help you if your workflow involves chang
223223

224224
### I'm using Linux and the drag + shift drop isn't working. Why?
225225

226-
Most likely you're using Wayland as display server, and there's a limitation of support in VS Code. Try
227-
running `code` through the terminal in the project directory with the flag `--ozone-platform=x11`.
228-
This will force VS Code to run through XWayland, where it works.
226+
Most likely you're using Wayland as display server, and there's a limitation of support in VS Code.
227+
In the exec flags, modify the snippet from `{project} --goto {file}:{line}:{col}` to
228+
`{project} --goto {file}:{line}:{col} --ozone-platform=x11`, which will force VS Code to run
229+
through XWayland, where it works.

0 commit comments

Comments
 (0)