Bug 373559

Summary: OSDs (On Screen Displays) are Broken
Product: [Plasma] plasmashell Reporter: 3ndymion <3ndymion>
Component: Global Theme packagesAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: notmart, plasma-bugs-null
Priority: NOR    
Version First Reported In: master   
Target Milestone: 1.0   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description 3ndymion 2016-12-12 08:44:09 UTC
I discovered a somewhat unimportant bug related to the taskbar being set to auto-hide.  It breaks the OSDs (on screen displays).  When the volume or screen brightness button is pressed, the OSD does not display.  This is what I've discovered about it so far:

if (taskbar = showing) OSDs work.
if (taskbar != showing) OSDs are broken.

if (any notification = showing) OSDs work.

It does not matter if the taskbar is set to auto-hide or show always.  As long as it is currently showing on the screen, the OSDs will display as they're supposed to.  Notifications seem to affect the OSDs in the same way.
Comment 1 Marco Martin 2016-12-12 10:08:13 UTC
this has been recently fixed in master
Comment 2 3ndymion 2016-12-12 10:15:37 UTC
(In reply to Marco Martin from comment #1)
> this has been recently fixed in master

Very cool.  Thank you!!!  : )