Are the dock settings completely gone from the latest version of Ubuntu? I can't seem to find them in the Settings application. If so, how can I change the icon size and move the dock around?
12 Answers
If you cannot find the setting, you can try to install dconf editor and change dock's config there.
To install dconf editor run the command below
sudo apt-get install dconf-editorOpen it and go to dash to dock extension
org/gnome/shell/extension/dash-to-dock/There you can find all settings
1It can now be found in Settings -->> Appearance -->> Dock
0