How can I remove the "Dash Home" icon from the Unity launcher?

user27451

My notebook has a widescreen display so vertical space is an absolute premium for me. When I installed Ubuntu 11.10 I was disappointed to see that a new icon confusingly named "Dash Home" had been added to the very top of the Unity launcher. I can't move it to the bottom (by dragging it) and it doesn't have a context menu with which to remove it (by unchecking "Keep In Launcher"). It's horrible.

How can I remove it from the Unity launcher and reclaim the space that was taken from me? (I realize that if it's removed I'll have to open the dashboard with the super key - I'm fine with that)

user27451

I wasn't satisfied with the answers so I compared the 11.10 Unity-2D source with earlier versions. It can be done. Here's how to do it:

(for 11.04/11.10)

gksudo gedit /usr/share/unity-2d/launcher/Launcher.qml

(for 12.04)

gksudo gedit /usr/share/unity-2d/shell/launcher/Launcher.qml

Scroll down until you find the following section:

    Component.onCompleted: {
        items.appendModel(bfbModel);
        items.appendModel(applications);
        items.appendModel(workspaces);
        items.appendModel(devices);
        shelfItems.appendModel(trashes);
    }

items.appendModel(bfbModel); is the offending line of code. Remove this line (or comment it out). Save your changes and close the file.

Restart Unity-2D with:

killall unity-2d-launcher

(12.04)

killall unity-2d-shell

Let's hope someone adds a way to toggle this feature in the upcoming Unity settings manager. Cheers!

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I remove the "Dash Home" icon from the Unity launcher?

From Dev

Can I remove 'dash home' from the Unity launcher?

From Dev

Can't remove the icon of a wine application from unity dash home

From Dev

How can I remove the Trash icon from the Unity launcher?

From Dev

How can I remove the workspace switcher icon from Unity launcher?

From Dev

How to remove the mate terminal icon from the Dash home?

From Dev

How to remove the mate terminal icon from the Dash home?

From Dev

Can I remove a category from the Dash-home

From Dev

Can I remove a category from the Dash-home

From Dev

How to keep icon in unity launcher and remove from desktop?

From Dev

How to keep icon in unity launcher and remove from desktop?

From Dev

How can I change the icon of an application in the Unity launcher?

From Dev

How can I give a script its own icon in the Unity launcher?

From Dev

How can I change the icon of an application in the Unity launcher?

From Dev

How can I dock a specific System Settings as an icon to the Unity launcher?

From Dev

How can I create launcher icon for PhpStorm?

From Dev

How can I create launcher icon for PhpStorm?

From Dev

How do I stop Unity 7 from focusing a window when I scroll while hovering a launcher icon?

From Dev

How can I remove google chrome from launcher?

From Dev

How to rearrange search results in Unity dash home?

From Dev

How to rearrange search results in Unity dash home?

From Dev

Can I use the Unity launcher icon to minimize applications/windows?

From Dev

Can I use the Unity launcher icon to minimize applications/windows?

From Dev

Can I move the workspace switcher icon to the top of the Unity launcher

From Dev

How can I remove multiple Home entries in the menu of the Files launcher icon?

From Dev

Can I replace 'Dash Home' with a list of applications

From Dev

How can I restore the Unity Launcher?

From Dev

How can I restore the Unity Launcher?

From Dev

How can I change the Unity launcher delay?

Related Related

  1. 1

    How can I remove the "Dash Home" icon from the Unity launcher?

  2. 2

    Can I remove 'dash home' from the Unity launcher?

  3. 3

    Can't remove the icon of a wine application from unity dash home

  4. 4

    How can I remove the Trash icon from the Unity launcher?

  5. 5

    How can I remove the workspace switcher icon from Unity launcher?

  6. 6

    How to remove the mate terminal icon from the Dash home?

  7. 7

    How to remove the mate terminal icon from the Dash home?

  8. 8

    Can I remove a category from the Dash-home

  9. 9

    Can I remove a category from the Dash-home

  10. 10

    How to keep icon in unity launcher and remove from desktop?

  11. 11

    How to keep icon in unity launcher and remove from desktop?

  12. 12

    How can I change the icon of an application in the Unity launcher?

  13. 13

    How can I give a script its own icon in the Unity launcher?

  14. 14

    How can I change the icon of an application in the Unity launcher?

  15. 15

    How can I dock a specific System Settings as an icon to the Unity launcher?

  16. 16

    How can I create launcher icon for PhpStorm?

  17. 17

    How can I create launcher icon for PhpStorm?

  18. 18

    How do I stop Unity 7 from focusing a window when I scroll while hovering a launcher icon?

  19. 19

    How can I remove google chrome from launcher?

  20. 20

    How to rearrange search results in Unity dash home?

  21. 21

    How to rearrange search results in Unity dash home?

  22. 22

    Can I use the Unity launcher icon to minimize applications/windows?

  23. 23

    Can I use the Unity launcher icon to minimize applications/windows?

  24. 24

    Can I move the workspace switcher icon to the top of the Unity launcher

  25. 25

    How can I remove multiple Home entries in the menu of the Files launcher icon?

  26. 26

    Can I replace 'Dash Home' with a list of applications

  27. 27

    How can I restore the Unity Launcher?

  28. 28

    How can I restore the Unity Launcher?

  29. 29

    How can I change the Unity launcher delay?

HotTag

Archive