3

Can I disable the tooltip shown at the side of the Launcher icon when hovered by the mouse. These are nice, but I want to disable them, because when I press "Dash Home" button on the launcher, then want to write something on the dash, I can't see the letters because of the tooltip.

How can I disable the Unity tooltip from hiding search string in dash? I am using Ubuntu 12.04. I have given a screenshot of the launcher. My problem is basically with this

enter image description here


Update 1

I have given advice to follow this answer in chat discussion, but nothing has changed.


Update 2

As an answer suggests, I updated unity to the latest version. It is now unity 5.12.0. as the below output indicates

$ unity --version
unity 5.12.0
Anwar
  • 77,855

1 Answers1

3

I tried using the Live USB , your mentioned problem persists in Default Ubuntu 12.04 Unity (5.10.0-0ubuntu6) release, well you need to do a System update where currently Unity is updated to unity (5.12-0ubuntu1.1).

You can refer the Change Log, which states

Dash - Make statefulness of Dash Home and Dash Lenses consistent (LP: #914759))

Dash - Remove Dash Home shortcut icons (LP: #885738)

Dash text input does not get focus (LP: #774447)

Note: According to confirmed bug report here

This bug was fixed in the package unity - 5.12-0ubuntu1.1 unity (12-0ubuntu1.1) precise-proposed; urgency=low

  • Cherry pick upstream fixes.

    • Fix UnityViewWindow background when blur is disabled (LP: #989291)
    • App icon on the Unity Launcher lost track of running instance (LP: #772063)
    • No launcher icon or Alt+Tab entry for Gimp windows (LP: #995916)
    • Locked smuxi launcher icon does not indicate smuxi running status (LP: #999820)
    • Fix dash search field hidden by tooltips (LP: #978030)
    • Launcher is silent to screen reader users (LP: #949448)
    • Fix 3D apps running much slower under Unity (LP: #987304)
    • Reduced number of calls to ResultViewGrid::QueueDraw
    • Reduced number of calls to BGHash::RefreshColor -- Alan Pope Wed, 23 May 2012 18:10:49 +0100

    I guess for it to work , you will have to Enable the Precise-proposed repository option from Software Source in Update column.

atenz
  • 12,858