Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Plasma Desktop Plasma Desktop
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 42
    • Merge requests 42
  • 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 DesktopPlasma Desktop
  • Merge requests
  • !615

Merged
Created Oct 19, 2021 by Nate Graham@ngrahamDeveloper

applets/taskmanager: Always set mprisSourceName to parentPid

  • Overview 4
  • Commits 1
  • Changes 1

Conditionally setting mprisSourceName to either AppPid or pidParent made no sense, because:

  1. AppPid was not defined in this file so it didn't work
  2. pidParent was set to the value of AppPid anyway, rendering the two branches of the conditional identical even if it did work

Just set it to pidParent directly. This fixes a console error.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-error