How do I move Ubuntu dock to bottom on Ubuntu 17.10 and later?

Clash Royale CLAN TAG#URR8PPP up vote
11
down vote
favorite
Just upgraded from Ubuntu 17.04 to Ubuntu 17.10.
Please help me to shift the side bar (aka Ubuntu Dock) to bottom.
I tried running the following command which used to work with older Ubuntu releases
gsettings set com.canonical.Unity.Launcher launcher-position Bottom
but it's not working.
gnome-shell ubuntu-dock
add a comment |Â
up vote
11
down vote
favorite
Just upgraded from Ubuntu 17.04 to Ubuntu 17.10.
Please help me to shift the side bar (aka Ubuntu Dock) to bottom.
I tried running the following command which used to work with older Ubuntu releases
gsettings set com.canonical.Unity.Launcher launcher-position Bottom
but it's not working.
gnome-shell ubuntu-dock
add a comment |Â
up vote
11
down vote
favorite
up vote
11
down vote
favorite
Just upgraded from Ubuntu 17.04 to Ubuntu 17.10.
Please help me to shift the side bar (aka Ubuntu Dock) to bottom.
I tried running the following command which used to work with older Ubuntu releases
gsettings set com.canonical.Unity.Launcher launcher-position Bottom
but it's not working.
gnome-shell ubuntu-dock
Just upgraded from Ubuntu 17.04 to Ubuntu 17.10.
Please help me to shift the side bar (aka Ubuntu Dock) to bottom.
I tried running the following command which used to work with older Ubuntu releases
gsettings set com.canonical.Unity.Launcher launcher-position Bottom
but it's not working.
gnome-shell ubuntu-dock
edited Aug 26 at 13:36
pomsky
22.1k76996
22.1k76996
asked Oct 20 '17 at 19:29
riaz rafeeque
58116
58116
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
15
down vote
Go to System Settings and Select Dock from the Left Sidebar. In here, you'll see the option to move the Launcher (it's called Dock in Ubuntu 17.10) to bottom or to the right.
add a comment |Â
up vote
11
down vote
In Settings, select Dock and you'll see a "Position on screen" option.
(Please note that Unity has been replaced by GNOME since Ubuntu 17.10.)
The corresponding gsettings command would be:
gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM
(In place of BOTTOM you can set any of the following options: LEFT (default), RIGHT and TOP.)
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
15
down vote
Go to System Settings and Select Dock from the Left Sidebar. In here, you'll see the option to move the Launcher (it's called Dock in Ubuntu 17.10) to bottom or to the right.
add a comment |Â
up vote
15
down vote
Go to System Settings and Select Dock from the Left Sidebar. In here, you'll see the option to move the Launcher (it's called Dock in Ubuntu 17.10) to bottom or to the right.
add a comment |Â
up vote
15
down vote
up vote
15
down vote
Go to System Settings and Select Dock from the Left Sidebar. In here, you'll see the option to move the Launcher (it's called Dock in Ubuntu 17.10) to bottom or to the right.
Go to System Settings and Select Dock from the Left Sidebar. In here, you'll see the option to move the Launcher (it's called Dock in Ubuntu 17.10) to bottom or to the right.
edited Oct 21 '17 at 10:32
fossfreedomâ¦
146k34322367
146k34322367
answered Oct 20 '17 at 19:55
abhishek
1,8881013
1,8881013
add a comment |Â
add a comment |Â
up vote
11
down vote
In Settings, select Dock and you'll see a "Position on screen" option.
(Please note that Unity has been replaced by GNOME since Ubuntu 17.10.)
The corresponding gsettings command would be:
gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM
(In place of BOTTOM you can set any of the following options: LEFT (default), RIGHT and TOP.)
add a comment |Â
up vote
11
down vote
In Settings, select Dock and you'll see a "Position on screen" option.
(Please note that Unity has been replaced by GNOME since Ubuntu 17.10.)
The corresponding gsettings command would be:
gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM
(In place of BOTTOM you can set any of the following options: LEFT (default), RIGHT and TOP.)
add a comment |Â
up vote
11
down vote
up vote
11
down vote
In Settings, select Dock and you'll see a "Position on screen" option.
(Please note that Unity has been replaced by GNOME since Ubuntu 17.10.)
The corresponding gsettings command would be:
gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM
(In place of BOTTOM you can set any of the following options: LEFT (default), RIGHT and TOP.)
In Settings, select Dock and you'll see a "Position on screen" option.
(Please note that Unity has been replaced by GNOME since Ubuntu 17.10.)
The corresponding gsettings command would be:
gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM
(In place of BOTTOM you can set any of the following options: LEFT (default), RIGHT and TOP.)
edited Apr 27 at 13:50
answered Oct 20 '17 at 19:37
Gunnar Hjalmarsson
17.7k23059
17.7k23059
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f966927%2fhow-do-i-move-ubuntu-dock-to-bottom-on-ubuntu-17-10-and-later%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password