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.
pretty sure it's the default now
No due date set.
No dependencies set.
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?