Comment 0 for bug 857216

Revision history for this message
Steve Masson (steve-masson) wrote : Unity Launcher Improvement/Suggestion

I highly suggest to provide a "glass" mode for the Launcher Items. This is much more appealing.
In Unity-2D, one can get this "glass" mode by doing the following:

In file /usr/share/unity-2d/launcher/LauncherItem.qml

In section Image id "tileBackground":

-- add the line "opacity: 0"
-- in subsection "SequentialAnimation", change "0.0" to "1.0", and "1.0" to "0.0"

In section Image id "tileOutline":

-- change the line "opacity: 0" for "opacity: 1.0"
-- in subsection "SequentialAnimation", change "1.0" to "0.0", and "0.0" to "1.0"