Bug 458871

Summary: Task Manager's audio mute icon could have a tooltip
Product: [Plasma] plasmashell Reporter: Jin Liu <ad.liu.jin>
Component: Task Manager and Icons-Only Task ManagerAssignee: Plasma Bugs List <plasma-bugs>
Status: CONFIRMED ---    
Severity: wishlist CC: nate
Priority: NOR    
Version: 5.25.5   
Target Milestone: 1.0   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on: 428191    
Bug Blocks:    
Attachments: Clipped tooltip

Description Jin Liu 2022-09-08 10:46:59 UTC
SUMMARY
When an app is playing audio, its entry in task manager has an audio badge which mutes the app. The badge could have a tooltip saying "Mute"/"Unmute" on hover.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.97
Qt Version: 5.15.5
Comment 1 Jin Liu 2022-09-08 10:48:02 UTC
Created attachment 151921 [details]
Clipped tooltip

I tried adding a tooltip using QQC2.ToolTip, but it's clipped.
Comment 2 Nate Graham 2022-09-09 04:34:27 UTC
> I tried adding a tooltip using QQC2.ToolTip, but it's clipped.
You should use a PlasmaComponents3 tooltip, not a QQC2 style tooltip. But regardless, it's because of Bug 428191.