can I have rectangular grid workspace in ubuntu 18.04?

Clash Royale CLAN TAG#URR8PPP up vote
6
down vote
favorite
problem description
I really like the 2 by 2 work spaces in ubuntu 16.04. But it seems I can only shift workspace up and down.
Is there a way to?
What I have tried
Try the extension called Workspace Grid, however, it does not work because when I tried to install it, I cannot find installation extension in the Gnome Tweak
Can I have 2x2 workspaces in Ubuntu 17.10?
18.04 workspaces workspace-switcher
add a comment |Â
up vote
6
down vote
favorite
problem description
I really like the 2 by 2 work spaces in ubuntu 16.04. But it seems I can only shift workspace up and down.
Is there a way to?
What I have tried
Try the extension called Workspace Grid, however, it does not work because when I tried to install it, I cannot find installation extension in the Gnome Tweak
Can I have 2x2 workspaces in Ubuntu 17.10?
18.04 workspaces workspace-switcher
The install option does not appear probably because: 'Officially it doesn't support GNOME v3.26 yet, but you may be able to make it work adding "3.26" to its metadata.json file.' (Or 3.28 in the case of 18.04)
â muru
May 25 at 5:24
Did you use Unity in Ubuntu 16.04, but Gnome in 17.10? I also lost my 3x3 grid in going from 16 to 17, but that's because somehow my desktop switched to Gnome. The Unity setting is still there for the 3x3 grid, but it's ignored by Gnome. (Using the Workspace Grid now, which does the job).
â Kaz
May 30 at 17:35
add a comment |Â
up vote
6
down vote
favorite
up vote
6
down vote
favorite
problem description
I really like the 2 by 2 work spaces in ubuntu 16.04. But it seems I can only shift workspace up and down.
Is there a way to?
What I have tried
Try the extension called Workspace Grid, however, it does not work because when I tried to install it, I cannot find installation extension in the Gnome Tweak
Can I have 2x2 workspaces in Ubuntu 17.10?
18.04 workspaces workspace-switcher
problem description
I really like the 2 by 2 work spaces in ubuntu 16.04. But it seems I can only shift workspace up and down.
Is there a way to?
What I have tried
Try the extension called Workspace Grid, however, it does not work because when I tried to install it, I cannot find installation extension in the Gnome Tweak
Can I have 2x2 workspaces in Ubuntu 17.10?
18.04 workspaces workspace-switcher
asked May 25 at 5:21
Shaowu
516
516
The install option does not appear probably because: 'Officially it doesn't support GNOME v3.26 yet, but you may be able to make it work adding "3.26" to its metadata.json file.' (Or 3.28 in the case of 18.04)
â muru
May 25 at 5:24
Did you use Unity in Ubuntu 16.04, but Gnome in 17.10? I also lost my 3x3 grid in going from 16 to 17, but that's because somehow my desktop switched to Gnome. The Unity setting is still there for the 3x3 grid, but it's ignored by Gnome. (Using the Workspace Grid now, which does the job).
â Kaz
May 30 at 17:35
add a comment |Â
The install option does not appear probably because: 'Officially it doesn't support GNOME v3.26 yet, but you may be able to make it work adding "3.26" to its metadata.json file.' (Or 3.28 in the case of 18.04)
â muru
May 25 at 5:24
Did you use Unity in Ubuntu 16.04, but Gnome in 17.10? I also lost my 3x3 grid in going from 16 to 17, but that's because somehow my desktop switched to Gnome. The Unity setting is still there for the 3x3 grid, but it's ignored by Gnome. (Using the Workspace Grid now, which does the job).
â Kaz
May 30 at 17:35
The install option does not appear probably because: 'Officially it doesn't support GNOME v3.26 yet, but you may be able to make it work adding "3.26" to its metadata.json file.' (Or 3.28 in the case of 18.04)
â muru
May 25 at 5:24
The install option does not appear probably because: 'Officially it doesn't support GNOME v3.26 yet, but you may be able to make it work adding "3.26" to its metadata.json file.' (Or 3.28 in the case of 18.04)
â muru
May 25 at 5:24
Did you use Unity in Ubuntu 16.04, but Gnome in 17.10? I also lost my 3x3 grid in going from 16 to 17, but that's because somehow my desktop switched to Gnome. The Unity setting is still there for the 3x3 grid, but it's ignored by Gnome. (Using the Workspace Grid now, which does the job).
â Kaz
May 30 at 17:35
Did you use Unity in Ubuntu 16.04, but Gnome in 17.10? I also lost my 3x3 grid in going from 16 to 17, but that's because somehow my desktop switched to Gnome. The Unity setting is still there for the 3x3 grid, but it's ignored by Gnome. (Using the Workspace Grid now, which does the job).
â Kaz
May 30 at 17:35
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
6
down vote
accepted
The option to install GNOME extensions using GNOME Tweaks is removed from last few versions of the application. But you can simply install and manage extensions from their official websites. To do that first install the chrome-gnome-shell package by running the following command in Terminal
sudo apt install chrome-gnome-shell
Then visit https://extensions.gnome.org/ using Firefox or Google Chrome, the website should ask you to install one browser add-on/extension. Install it.
Then go to the extension's homepage, you'll be able to install the extension just by toggling on the button at the top-right:

Alternatively, you can manually install extensions following this answer.
1
It's amazing ... ly stupid to have to install extensions for your desktop as if they were browser extensions.
â Kaz
May 29 at 19:24
@Kaz Well, there are other ways to install extensions, see this: askubuntu.com/questions/1029161/â¦
â pomsky
May 29 at 20:35
add a comment |Â
up vote
1
down vote
TL;DR: Yes, you can.
This is the alternative answer in case you're too lazy to install that GNOME extension.
You can install Unity desktop if you don't mind downloading and using other than GNOME desktop. It's pulled back to universe repository (unlike 16.04 which is in main), which Canonical doesn't maintain anymore.
Simply type this command in terminal:
$ sudo apt install ubuntu-unity-desktop unity-tweak-tool
You might be prompted with choices of default desktop manager. Pick either gdm or lightdm.
Log off/reboot and select Unity when logging in. Then, open Unity Tweak Tool and click Workspace Settings.

Here, you can configure it to have 2 by 2 workspaces.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
accepted
The option to install GNOME extensions using GNOME Tweaks is removed from last few versions of the application. But you can simply install and manage extensions from their official websites. To do that first install the chrome-gnome-shell package by running the following command in Terminal
sudo apt install chrome-gnome-shell
Then visit https://extensions.gnome.org/ using Firefox or Google Chrome, the website should ask you to install one browser add-on/extension. Install it.
Then go to the extension's homepage, you'll be able to install the extension just by toggling on the button at the top-right:

Alternatively, you can manually install extensions following this answer.
1
It's amazing ... ly stupid to have to install extensions for your desktop as if they were browser extensions.
â Kaz
May 29 at 19:24
@Kaz Well, there are other ways to install extensions, see this: askubuntu.com/questions/1029161/â¦
â pomsky
May 29 at 20:35
add a comment |Â
up vote
6
down vote
accepted
The option to install GNOME extensions using GNOME Tweaks is removed from last few versions of the application. But you can simply install and manage extensions from their official websites. To do that first install the chrome-gnome-shell package by running the following command in Terminal
sudo apt install chrome-gnome-shell
Then visit https://extensions.gnome.org/ using Firefox or Google Chrome, the website should ask you to install one browser add-on/extension. Install it.
Then go to the extension's homepage, you'll be able to install the extension just by toggling on the button at the top-right:

Alternatively, you can manually install extensions following this answer.
1
It's amazing ... ly stupid to have to install extensions for your desktop as if they were browser extensions.
â Kaz
May 29 at 19:24
@Kaz Well, there are other ways to install extensions, see this: askubuntu.com/questions/1029161/â¦
â pomsky
May 29 at 20:35
add a comment |Â
up vote
6
down vote
accepted
up vote
6
down vote
accepted
The option to install GNOME extensions using GNOME Tweaks is removed from last few versions of the application. But you can simply install and manage extensions from their official websites. To do that first install the chrome-gnome-shell package by running the following command in Terminal
sudo apt install chrome-gnome-shell
Then visit https://extensions.gnome.org/ using Firefox or Google Chrome, the website should ask you to install one browser add-on/extension. Install it.
Then go to the extension's homepage, you'll be able to install the extension just by toggling on the button at the top-right:

Alternatively, you can manually install extensions following this answer.
The option to install GNOME extensions using GNOME Tweaks is removed from last few versions of the application. But you can simply install and manage extensions from their official websites. To do that first install the chrome-gnome-shell package by running the following command in Terminal
sudo apt install chrome-gnome-shell
Then visit https://extensions.gnome.org/ using Firefox or Google Chrome, the website should ask you to install one browser add-on/extension. Install it.
Then go to the extension's homepage, you'll be able to install the extension just by toggling on the button at the top-right:

Alternatively, you can manually install extensions following this answer.
answered May 25 at 12:55
pomsky
21.4k76594
21.4k76594
1
It's amazing ... ly stupid to have to install extensions for your desktop as if they were browser extensions.
â Kaz
May 29 at 19:24
@Kaz Well, there are other ways to install extensions, see this: askubuntu.com/questions/1029161/â¦
â pomsky
May 29 at 20:35
add a comment |Â
1
It's amazing ... ly stupid to have to install extensions for your desktop as if they were browser extensions.
â Kaz
May 29 at 19:24
@Kaz Well, there are other ways to install extensions, see this: askubuntu.com/questions/1029161/â¦
â pomsky
May 29 at 20:35
1
1
It's amazing ... ly stupid to have to install extensions for your desktop as if they were browser extensions.
â Kaz
May 29 at 19:24
It's amazing ... ly stupid to have to install extensions for your desktop as if they were browser extensions.
â Kaz
May 29 at 19:24
@Kaz Well, there are other ways to install extensions, see this: askubuntu.com/questions/1029161/â¦
â pomsky
May 29 at 20:35
@Kaz Well, there are other ways to install extensions, see this: askubuntu.com/questions/1029161/â¦
â pomsky
May 29 at 20:35
add a comment |Â
up vote
1
down vote
TL;DR: Yes, you can.
This is the alternative answer in case you're too lazy to install that GNOME extension.
You can install Unity desktop if you don't mind downloading and using other than GNOME desktop. It's pulled back to universe repository (unlike 16.04 which is in main), which Canonical doesn't maintain anymore.
Simply type this command in terminal:
$ sudo apt install ubuntu-unity-desktop unity-tweak-tool
You might be prompted with choices of default desktop manager. Pick either gdm or lightdm.
Log off/reboot and select Unity when logging in. Then, open Unity Tweak Tool and click Workspace Settings.

Here, you can configure it to have 2 by 2 workspaces.
add a comment |Â
up vote
1
down vote
TL;DR: Yes, you can.
This is the alternative answer in case you're too lazy to install that GNOME extension.
You can install Unity desktop if you don't mind downloading and using other than GNOME desktop. It's pulled back to universe repository (unlike 16.04 which is in main), which Canonical doesn't maintain anymore.
Simply type this command in terminal:
$ sudo apt install ubuntu-unity-desktop unity-tweak-tool
You might be prompted with choices of default desktop manager. Pick either gdm or lightdm.
Log off/reboot and select Unity when logging in. Then, open Unity Tweak Tool and click Workspace Settings.

Here, you can configure it to have 2 by 2 workspaces.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
TL;DR: Yes, you can.
This is the alternative answer in case you're too lazy to install that GNOME extension.
You can install Unity desktop if you don't mind downloading and using other than GNOME desktop. It's pulled back to universe repository (unlike 16.04 which is in main), which Canonical doesn't maintain anymore.
Simply type this command in terminal:
$ sudo apt install ubuntu-unity-desktop unity-tweak-tool
You might be prompted with choices of default desktop manager. Pick either gdm or lightdm.
Log off/reboot and select Unity when logging in. Then, open Unity Tweak Tool and click Workspace Settings.

Here, you can configure it to have 2 by 2 workspaces.
TL;DR: Yes, you can.
This is the alternative answer in case you're too lazy to install that GNOME extension.
You can install Unity desktop if you don't mind downloading and using other than GNOME desktop. It's pulled back to universe repository (unlike 16.04 which is in main), which Canonical doesn't maintain anymore.
Simply type this command in terminal:
$ sudo apt install ubuntu-unity-desktop unity-tweak-tool
You might be prompted with choices of default desktop manager. Pick either gdm or lightdm.
Log off/reboot and select Unity when logging in. Then, open Unity Tweak Tool and click Workspace Settings.

Here, you can configure it to have 2 by 2 workspaces.
answered May 25 at 5:31
Aryo Adhi
7331836
7331836
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%2f1040075%2fcan-i-have-rectangular-grid-workspace-in-ubuntu-18-04%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
The install option does not appear probably because: 'Officially it doesn't support GNOME v3.26 yet, but you may be able to make it work adding "3.26" to its metadata.json file.' (Or 3.28 in the case of 18.04)
â muru
May 25 at 5:24
Did you use Unity in Ubuntu 16.04, but Gnome in 17.10? I also lost my 3x3 grid in going from 16 to 17, but that's because somehow my desktop switched to Gnome. The Unity setting is still there for the 3x3 grid, but it's ignored by Gnome. (Using the Workspace Grid now, which does the job).
â Kaz
May 30 at 17:35