-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
enable wayland by default #19232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
enable wayland by default #19232
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Binary size of the breakout example:
- Without wayland: 71,596,288
- With wayland: 73,349,376 (+2.44%)
Personally, I think that's acceptable, considering the benefits.
The usage seems to be at 45% now, so it could benefit a lot of users.
Maybe related? |
@cart has argued against this in the past, but things have continued to develop and user feedback has been anecdotally good. I'm weakly in favor, but I'll leave the final call to him. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Execution looks fine.
Objective
Solution
Just one commit to add
wayland
to the default features indeedWhy should it be merged?
The discussion in #4106 seems to be overwhelmingly positive toward adding
wayland
to the default features, as it can greatly improve user experience for Linux users who use Wayland.Many of the most popular Linux Desktop Environments (DE) like KDE Plasma Desktop and GNOME have Wayland support. With the release of Plasma 6, Wayland is now used by default, and in GNOME, Wayland has been the default for quite a while now.
With Plasma and GNOME, the most popular Linux DEs, now defaulting to Wayland, it seems like enabling Wayland support would truly indeed positively affect quite a lot of Linux users indeed.
Copied from #10792