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
  • !2160

Remove ContainmentYpe from the systray containmer plasmoid

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Marco Martin requested to merge work/mart/systrayNotPanel into master Sep 23, 2022
  • Overview 2
  • Commits 1
  • Pipelines 2
  • Changes 1

The systray container plasmoid is not a containment, but is a normal applet that does some hack to display the contents of the internal systray applet which is one.

Since plasma-framework is built with if KCOREADDONS_BUILD_DEPRECATED_SINCE(5, 89)

now everything that has the containmentype key is considered as a containment, and now the systray is listed in the "add panel" menu, however it doesn't really work there. that key was wrong from there to begin wwith. After some testing there doesn't seem to be any behavior difference of the systary plasmoid when used

BUG:454416

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/mart/systrayNotPanel