Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 31
    • Issues 31
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 58
    • Merge requests 58
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • 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 DesktopPlasma Desktop
  • Merge requests
  • !720

applets/taskmanager: always show album art for single-window tooltips

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Nate Graham requested to merge ngraham/plasma-desktop:always-show-album-art-for-single-window-app-tooltips into master Nov 29, 2021
  • Overview 8
  • Commits 1
  • Pipelines 4
  • Changes 1

The Task Manager tooltips now have logic to avoid showing album art for tooltips where the window title doesn't include the media name. This makes sense for the case of a multi-window app, where it almost perfectly solves the problem of the album art appearing on all of the tooltips rather than only the relevant one.

However this check does not make sense for single-window apps, where the only thing it can do is cause an app to erroneously hide the album art for playing media because the app doesn't include the media name in its window title. Elisa is one such app, and there are probably others too.

cc @fusionfuture @bharadwaj-raju

album_art_in_Elisa_again

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: always-show-album-art-for-single-window-app-tooltips