How do I move the "Show Applications" icon in Ubuntu Dock?

niutech

Ubuntu 17.10 introduces the GNOME Shell with the Ubuntu Dock (based on Dash to Dock GNOME Shell extension) and it allows you to put the Dock on the bottom of the desktop:

Ubuntu 17.10 Dock on the bottom of the desktop

However, there is no easy way to move the Show Applications icon (shown on the right) to the left of the Dock. There is no such setting in GNOME Control Center. There is already a bug filed, but does anybody know any workaround until it gets fixed by Ubuntu Dock developers?

niutech

I found the following workaround using the command line:

gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top true

To make it persistent, run these commands as root:

echo show-apps-at-top=true >> /usr/share/glib-2.0/schemas/10_ubuntu-dock.gschema.override
glib-compile-schemas /usr/share/glib-2.0/schemas/

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 do I add a shortcut to the Show Applications menu in Ubuntu 17?

From Dev

How do I open all windows when clicking the icon in Ubuntu dock?

From Dev

How do I hide the icon for a mounted volume from the dock on Ubuntu 19.10 and later?

From Dev

How do I add an icon to the unity dock (not drag and drop)?

From Dev

How do I get the Dock icon to appear for a Clojure app on a mac?

From Dev

Ubuntu dock's "Show Applications" button is missing in Ubuntu 20.04 on VirtualBox

From Dev

How do I change "Show Applications" button on GNOME 3 dash?

From Dev

Where can I find the Ubuntu dock icon

From Dev

How do I get my Dock to appear on the left in Ubuntu 20.10?

From Dev

How do I pin a file shortcut to Ubuntu dock?

From Dev

How do I enable 'minimize on click' on Ubuntu dock in 17.10 and later?

From Dev

How do I pin a file shortcut to Ubuntu dock?

From Dev

How do I get the Ubuntu Dock off the secondary monitor?

From Dev

On Ubuntu 18.10 clicking of dock icon do not hide the window away. How to fix it?

From Dev

How do you remove the Show Applications button?

From Dev

Ubuntu Dock adds a new icon when I open certain programs

From Dev

How do I make an application manually extracted from a .tar be available on "Show Applications"?

From Dev

How to set the Ubuntu dock icon size to less then 16?

From Dev

How to move "Show Applications" button from bottom to top in launcher?

From Dev

How do I auto-hide the Ubuntu Dock using gsettings on Ubuntu 17.10 and later?

From Dev

Pinning LightBurn icon in Ubuntu Dock

From Dev

storing a command as an icon in the ubuntu dock

From Dev

How do I remove an extra dock in cairo dock?

From Dev

How can I get rid of the Ubuntu Dock?

From Dev

How can I make Ubuntu Dock narrower?

From Dev

How do you set the Dock Icon of a Java program?

From Dev

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

From Dev

How can I minimise applications by clicking on its icon on dock?

From Dev

How do I make my Ubuntu Desktop have a dock at the bottom and system utilization widgets on the side?

Related Related

  1. 1

    How do I add a shortcut to the Show Applications menu in Ubuntu 17?

  2. 2

    How do I open all windows when clicking the icon in Ubuntu dock?

  3. 3

    How do I hide the icon for a mounted volume from the dock on Ubuntu 19.10 and later?

  4. 4

    How do I add an icon to the unity dock (not drag and drop)?

  5. 5

    How do I get the Dock icon to appear for a Clojure app on a mac?

  6. 6

    Ubuntu dock's "Show Applications" button is missing in Ubuntu 20.04 on VirtualBox

  7. 7

    How do I change "Show Applications" button on GNOME 3 dash?

  8. 8

    Where can I find the Ubuntu dock icon

  9. 9

    How do I get my Dock to appear on the left in Ubuntu 20.10?

  10. 10

    How do I pin a file shortcut to Ubuntu dock?

  11. 11

    How do I enable 'minimize on click' on Ubuntu dock in 17.10 and later?

  12. 12

    How do I pin a file shortcut to Ubuntu dock?

  13. 13

    How do I get the Ubuntu Dock off the secondary monitor?

  14. 14

    On Ubuntu 18.10 clicking of dock icon do not hide the window away. How to fix it?

  15. 15

    How do you remove the Show Applications button?

  16. 16

    Ubuntu Dock adds a new icon when I open certain programs

  17. 17

    How do I make an application manually extracted from a .tar be available on "Show Applications"?

  18. 18

    How to set the Ubuntu dock icon size to less then 16?

  19. 19

    How to move "Show Applications" button from bottom to top in launcher?

  20. 20

    How do I auto-hide the Ubuntu Dock using gsettings on Ubuntu 17.10 and later?

  21. 21

    Pinning LightBurn icon in Ubuntu Dock

  22. 22

    storing a command as an icon in the ubuntu dock

  23. 23

    How do I remove an extra dock in cairo dock?

  24. 24

    How can I get rid of the Ubuntu Dock?

  25. 25

    How can I make Ubuntu Dock narrower?

  26. 26

    How do you set the Dock Icon of a Java program?

  27. 27

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

  28. 28

    How can I minimise applications by clicking on its icon on dock?

  29. 29

    How do I make my Ubuntu Desktop have a dock at the bottom and system utilization widgets on the side?

HotTag

Archive