Running my app on natively Wayland in development #369
amir-reza-bijandi
started this conversation in
General
Replies: 2 comments 1 reply
-
@amir-reza-bijandi, You can try updating to v2.0.0@beta, and append a "scripts": {
"dev": "electron-vite dev -- --ozone-platform=wayland --enable-features=WaylandWindowDecorations"
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
@alex8088 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to run my app natively under Wayland in development?
I know I should pass these arguments to electron executable, but I don't know how?
--ozone-platform=wayland --enable-features=WaylandWindowDecorations
Beta Was this translation helpful? Give feedback.
All reactions