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 :-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/957873

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/957873/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to