3
9
Fork
You've already forked brace
3

Prefer Wayland when available in Chromium #8

Closed
opened 2025年02月16日 08:45:40 +01:00 by lucasmz · 2 comments
Contributor
Copy link

Chromium stupidly defaults to X11, trying to figure out how to potentially solve this
Checkable with xeyes

It can be changed to be solved by the user with #ozone-platform-hint but that's not ideal

Chromium stupidly defaults to X11, trying to figure out how to potentially solve this Checkable with xeyes It can be changed to be solved by the user with #ozone-platform-hint but that's not ideal

If the chrome://flags/#ozone-platform-hint is set to 'Auto', change it to 'Default'. Close the browser without selecting the relaunch button when the dialog popup option appears.
Open it either by enabling the --ozone-platform=wayland flag.
Something along the lines of:
chromium --ozone-platform=wayland >/dev/null 2>&1 & disown
Or by adding that flag to $XDG_CONFIG_HOME/chromium-flags.conf

But then again, not sure about how you have everything else setup and configured, so this may require more changes on your end.

If the `chrome://flags/#ozone-platform-hint` is set to 'Auto', change it to 'Default'. Close the browser **_without_** selecting the relaunch button when the dialog popup option appears. Open it either by enabling the `--ozone-platform=wayland` flag. Something along the lines of: `chromium --ozone-platform=wayland >/dev/null 2>&1 & disown` Or by adding that flag to `$XDG_CONFIG_HOME/chromium-flags.conf` But then again, not sure about how you have everything else setup and configured, so this may require more changes on your end.
Author
Contributor
Copy link

pretty sure it's the default now

pretty sure it's the default now
Sign in to join this conversation.
No Branch/Tag specified
master
No results found.
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
divested/brace#8
Reference in a new issue
divested/brace
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?