Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P Plasma Workspace
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 110
    • Merge requests 110
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Plasma
  • Plasma Workspace
  • Merge requests
  • !1339

Delay setPrimaryOutputName on X11 nativeeventfilter

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Marco Martin requested to merge work/mart/delayedPrimaryReaction into master Jan 07, 2022
  • Overview 6
  • Commits 1
  • Pipelines 6
  • Changes 1

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

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: work/mart/delayedPrimaryReaction