Launcher/Panel has no decorations when is in shown at the bottom and an overlay is shown
Bug #1611694 reported by
Marco Trevisan (Treviño)
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity (Ubuntu) |
Fix Released
|
Medium
|
Marco Trevisan (Treviño) | ||
Xenial |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[Impact]
Launcher and panel are "naked" when the Hud or the Dash are shown in bottom-launcehr mode.
[Test case]
1. Enable the bottom launcher
2. Show the Hud and the Dash
3a. When the Dash is shown the panel should have a decoration
3b. When the Hud is shown the launcher should have a decoration
[Regression potential]
Shell decorations texture might be wrongly drawn in both Left and Bottom mode.
Related branches
lp://staging/~3v1n0/unity/bottom-launcher-overlay-decorations
- Eleni Maria Stea (community): Approve
-
Diff: 214 lines (+86/-18)3 files modifiedunity-shared/DashStyle.cpp (+5/-0)
unity-shared/DashStyle.h (+1/-0)
unity-shared/OverlayRenderer.cpp (+80/-18)
lp://staging/~unity-team/unity/x-sru4
- Unity Team: Pending requested
-
Diff: 1517 lines (+607/-196)26 files modifieddash/FilterExpanderLabel.cpp (+8/-0)
dash/FilterExpanderLabel.h (+1/-0)
debian/changelog (+43/-0)
decorations/DecoratedWindow.cpp (+29/-1)
decorations/DecoratedWindow.h (+1/-0)
decorations/DecorationsForceQuitDialog.cpp (+7/-7)
decorations/DecorationsPriv.h (+3/-0)
decorations/DecorationsWindowButton.cpp (+34/-15)
decorations/DecorationsWindowButton.h (+2/-1)
launcher/SwitcherController.cpp (+3/-2)
launcher/SwitcherView.cpp (+9/-2)
lockscreen/UserAuthenticatorPam.cpp (+3/-2)
panel/PanelMenuView.cpp (+1/-1)
panel/PanelView.cpp (+3/-0)
plugins/unityshell/src/unityshell.cpp (+28/-14)
plugins/unityshell/src/unityshell.h (+2/-2)
shutdown/SessionView.cpp (+0/-8)
unity-shared/CMakeLists.txt (+1/-0)
unity-shared/DashStyle.cpp (+42/-82)
unity-shared/DashStyle.h (+10/-14)
unity-shared/DecorationStyle.cpp (+6/-1)
unity-shared/OverlayRenderer.cpp (+113/-42)
unity-shared/PluginAdapter.cpp (+1/-1)
unity-shared/SpreadWidgets.cpp (+195/-0)
unity-shared/SpreadWidgets.h (+48/-0)
unity-shared/WindowButtons.cpp (+14/-1)
description: | updated |
tags: |
added: verification-done removed: verification-needed |
To post a comment you must log in.
This bug was fixed in the package unity - 7.5.0+16. 10.20160817. 1-0ubuntu1
--------------- 16.10.20160817. 1-0ubuntu1) yakkety; urgency=medium
unity (7.5.0+
[ Andrea Azzarone ] abel. (LP: #1604632)
* Make sure the switcher detail view is properly scaled. Also scale
the xy_offset to make sure the switcher and launcher do not overlap.
(LP: #1605256)
* Close session dialog on first ESC. (LP: #1521116)
* Filter out scrolling envents for FilterExpanderL
[ Marco Trevisan (Treviño) ] orPam: ensure pam_handle_ is null initialized and
* OverlayRenderer: properly decorate launcher/panel when the launcher
is at the bottom (LP: #1611694)
* UserAuthenticat
don't proceed if not set (LP: #1611668)
* OverlayRenderer: don't use rotated textures, just rotate them at
rendering time
* DecorationStyle: set css name for Gtk 3.20
* SpreadWidgets: add container for spread filter and new spread
decorations (LP: #1283314)
-- Marco Trevisan (Treviño) <mail@3v1n0.net> Wed, 17 Aug 2016 14:03:22 +0000