Skip to content

Wip/initial setup flicker fix

Ray Strode requested to merge wip/initial-setup-flicker-fix into master

initial-setup right now has two problems

  1. it uses X11 by default when everything else uses wayland
  2. as a result it flickers between initial-setup and the user login screen

this merge request changes it to use wayland and fixes the flicker

Merge request reports