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 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 95
    • Merge requests 95
  • 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

Merged
Created Jan 07, 2022 by Marco Martin@martDeveloper

Delay setPrimaryOutputName on X11 nativeeventfilter

  • 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