Bug 373559 - OSDs (On Screen Displays) are Broken
Summary: OSDs (On Screen Displays) are Broken
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Global Theme packages (other bugs)
Version First Reported In: master
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-12 08:44 UTC by 3ndymion
Modified: 2016-12-12 10:15 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!!!  : )