Skip to content
GitLab
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 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 109
    • Merge requests 109
  • 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
  • PlasmaPlasma
  • Plasma Workspace
  • Merge requests
  • !549

[libtaskmanager] Activate window before moving, resizing, minimizing, or maximizing it

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alex Rosca requested to merge roscale/plasma-workspace:activate_window_before_action into master Jan 04, 2021
  • Overview 7
  • Commits 1
  • Pipelines 2
  • Changes 1

Make Wayland behaviour similar to X11. When restoring a window from a minimize state, switch to its corresponding desktop instead of duplicating it on the current desktop. Do the same with other actions.

Steps to reproduce:

  • Open a window on virtual desktop 1.
  • Minimize the window.
  • Switch to virtual desktop 2.
  • Restore the minimized window.

X11 result: Automatically switched to virtual desktop 1 with the window restored.

Wayland result: We stay on virtual desktop 2, the window is restored and it can be accessed on both virtual desktop 1 and 2.

Edited Jan 05, 2021 by Alex Rosca
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: activate_window_before_action