Dash - button is not transparent when "Backlight Always Off" is selected

Bug #957873 reported by Tsvetko
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Unity
Triaged
Low
Unassigned
unity (Ubuntu)
Triaged
Low
Unassigned

Bug Description

OS: Ubuntu 12.04 LTS beta 1
Unity version: 5.6.0

In case the the ccsm "Backlight Always Off" option is selected, the dash button does not go transparent. The button is the only icon that is not transparent when this option is selected by the user. The transparency of the remaining two icons, trash and workspace switcher, behaves as it should.

A screenshot is also attached.

Tags: ccsm
Revision history for this message
Tsvetko (tsvetko.tsvetkov-deactivatedaccount) wrote :
description: updated
Changed in unity:
status: New → Confirmed
importance: Undecided → Low
milestone: none → backlog
Changed in unity (Ubuntu):
status: New → Confirmed
importance: Undecided → Low
Revision history for this message
Omer Akram (om26er) wrote :

no need to use backlog milestone for a non-default (or non-advertised) feature.

Changed in unity:
milestone: backlog → none
Revision history for this message
Sebastien Bacher (seb128) wrote :

Is that still an issue with unity 5.10?

summary: - Dash button is not transparent when "Backlight Always Off" is selected
+ Dash - button is not transparent when "Backlight Always Off" is selected
tags: added: ccsm
Changed in unity (Ubuntu):
status: Confirmed → Incomplete
Revision history for this message
Tsvetko (tsvetko.tsvetkov-deactivatedaccount) wrote :

Yes.

Revision history for this message
Sebastien Bacher (seb128) wrote :

Ok, setting to triaged but that's a non official, non supported option so not might get worked any time soon

Changed in unity (Ubuntu):
status: Incomplete → Triaged
Omer Akram (om26er)
Changed in unity:
status: Confirmed → Triaged
Revision history for this message
Tsvetko (tsvetko.tsvetkov-deactivatedaccount) wrote :

You can fix that bug if you add the following code statement to bool Launcher::IconDrawEdgeOnly(AbstractLauncherIcon::Ptr icon) const in plugins/unityshell/src/Launcher.cpp

  if ((options()->backlight_mode() == BACKLIGHT_NORMAL || options()->backlight_mode() == BACKLIGHT_ALWAYS_OFF) && icon-> GetIconType() == AbstractLauncherIcon::TYPE_HOME)
    return true;

Note 0: BACKLIGHT_NORMAL is the Backlight Toggle mode. If you don't want to have the dash button transparent when the toggle mode is selected, just remove the BACKLIGHT_NORMAL check.

Note 1: I'm talking about Unity 5 :-)

Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

This was actually a feature.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.