Skip to content
  • Marco Martin's avatar
    Delay setPrimaryOutputName on X11 nativeeventfilter · 9c04d562
    Marco Martin authored
    if we do immediately setPrimaryOutputName, the name is still :0.0
    because the app didn't have time to react yet (since here we are in the event filter,
    we are just before that by definition) so the output name can still be wrong.
    
    when we go from no outputs to one, at this point the name of the one QScreen
    instane is still wrong :0.0 which will be renamed right after.
    
    BUG:447936
    9c04d562