Ubuntu 18.04 - GNOME Shell more than one window behaviour problem

Clash Royale CLAN TAG#URR8PPP up vote
2
down vote
favorite
I installed Ubuntu 18.04 on two systems and it resulted in two different behaviours of the GNOME shell when one application has more than two Windows.
For example Firefox (wanted behaviour):
1 open Window + 2nd private window open. In the Ubuntu dock the Firefox Icon now has two dots. When clicking the Firefox Icon a little preview opens where i can choose which one to open.

For some reason this doesn't work on my second installation of Ubuntu 18.04 and I couldn't find any settings regarding this. When having two windows open and clicking the icon in the dock it automatically opens the recently used Window.
I really don't want to re-install from scratch because it took me a long time setting the system up and everything else is working perfectly fine.
18.04 gnome-shell ubuntu-dock
add a comment |Â
up vote
2
down vote
favorite
I installed Ubuntu 18.04 on two systems and it resulted in two different behaviours of the GNOME shell when one application has more than two Windows.
For example Firefox (wanted behaviour):
1 open Window + 2nd private window open. In the Ubuntu dock the Firefox Icon now has two dots. When clicking the Firefox Icon a little preview opens where i can choose which one to open.

For some reason this doesn't work on my second installation of Ubuntu 18.04 and I couldn't find any settings regarding this. When having two windows open and clicking the icon in the dock it automatically opens the recently used Window.
I really don't want to re-install from scratch because it took me a long time setting the system up and everything else is working perfectly fine.
18.04 gnome-shell ubuntu-dock
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I installed Ubuntu 18.04 on two systems and it resulted in two different behaviours of the GNOME shell when one application has more than two Windows.
For example Firefox (wanted behaviour):
1 open Window + 2nd private window open. In the Ubuntu dock the Firefox Icon now has two dots. When clicking the Firefox Icon a little preview opens where i can choose which one to open.

For some reason this doesn't work on my second installation of Ubuntu 18.04 and I couldn't find any settings regarding this. When having two windows open and clicking the icon in the dock it automatically opens the recently used Window.
I really don't want to re-install from scratch because it took me a long time setting the system up and everything else is working perfectly fine.
18.04 gnome-shell ubuntu-dock
I installed Ubuntu 18.04 on two systems and it resulted in two different behaviours of the GNOME shell when one application has more than two Windows.
For example Firefox (wanted behaviour):
1 open Window + 2nd private window open. In the Ubuntu dock the Firefox Icon now has two dots. When clicking the Firefox Icon a little preview opens where i can choose which one to open.

For some reason this doesn't work on my second installation of Ubuntu 18.04 and I couldn't find any settings regarding this. When having two windows open and clicking the icon in the dock it automatically opens the recently used Window.
I really don't want to re-install from scratch because it took me a long time setting the system up and everything else is working perfectly fine.
18.04 gnome-shell ubuntu-dock
edited May 14 at 19:58
pomsky
21.8k76594
21.8k76594
asked May 14 at 19:45
ZimmerBaum
282
282
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
accepted
Open Terminal and run the following command on your second installation
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'previews'
This would provide the little preview windows you're looking for.
Unfortunately, this does not solve it for me. Is it possible that runninggsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'beforehand does not allow this change?
â Ethunxxx
May 22 at 8:59
@Ethunxxx That should not be the case, have you rebooted (or re-logged in) once after running the command?
â pomsky
May 22 at 11:45
Yes, I have, but I still does not work. I get the following message in the terminal when I run your command:GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.Is that normal?
â Ethunxxx
May 24 at 12:38
@Ethunxxx Have you logged in as the root?
â pomsky
May 24 at 15:07
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
Open Terminal and run the following command on your second installation
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'previews'
This would provide the little preview windows you're looking for.
Unfortunately, this does not solve it for me. Is it possible that runninggsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'beforehand does not allow this change?
â Ethunxxx
May 22 at 8:59
@Ethunxxx That should not be the case, have you rebooted (or re-logged in) once after running the command?
â pomsky
May 22 at 11:45
Yes, I have, but I still does not work. I get the following message in the terminal when I run your command:GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.Is that normal?
â Ethunxxx
May 24 at 12:38
@Ethunxxx Have you logged in as the root?
â pomsky
May 24 at 15:07
add a comment |Â
up vote
3
down vote
accepted
Open Terminal and run the following command on your second installation
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'previews'
This would provide the little preview windows you're looking for.
Unfortunately, this does not solve it for me. Is it possible that runninggsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'beforehand does not allow this change?
â Ethunxxx
May 22 at 8:59
@Ethunxxx That should not be the case, have you rebooted (or re-logged in) once after running the command?
â pomsky
May 22 at 11:45
Yes, I have, but I still does not work. I get the following message in the terminal when I run your command:GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.Is that normal?
â Ethunxxx
May 24 at 12:38
@Ethunxxx Have you logged in as the root?
â pomsky
May 24 at 15:07
add a comment |Â
up vote
3
down vote
accepted
up vote
3
down vote
accepted
Open Terminal and run the following command on your second installation
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'previews'
This would provide the little preview windows you're looking for.
Open Terminal and run the following command on your second installation
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'previews'
This would provide the little preview windows you're looking for.
answered May 14 at 19:55
pomsky
21.8k76594
21.8k76594
Unfortunately, this does not solve it for me. Is it possible that runninggsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'beforehand does not allow this change?
â Ethunxxx
May 22 at 8:59
@Ethunxxx That should not be the case, have you rebooted (or re-logged in) once after running the command?
â pomsky
May 22 at 11:45
Yes, I have, but I still does not work. I get the following message in the terminal when I run your command:GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.Is that normal?
â Ethunxxx
May 24 at 12:38
@Ethunxxx Have you logged in as the root?
â pomsky
May 24 at 15:07
add a comment |Â
Unfortunately, this does not solve it for me. Is it possible that runninggsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'beforehand does not allow this change?
â Ethunxxx
May 22 at 8:59
@Ethunxxx That should not be the case, have you rebooted (or re-logged in) once after running the command?
â pomsky
May 22 at 11:45
Yes, I have, but I still does not work. I get the following message in the terminal when I run your command:GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.Is that normal?
â Ethunxxx
May 24 at 12:38
@Ethunxxx Have you logged in as the root?
â pomsky
May 24 at 15:07
Unfortunately, this does not solve it for me. Is it possible that running
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize' beforehand does not allow this change?â Ethunxxx
May 22 at 8:59
Unfortunately, this does not solve it for me. Is it possible that running
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize' beforehand does not allow this change?â Ethunxxx
May 22 at 8:59
@Ethunxxx That should not be the case, have you rebooted (or re-logged in) once after running the command?
â pomsky
May 22 at 11:45
@Ethunxxx That should not be the case, have you rebooted (or re-logged in) once after running the command?
â pomsky
May 22 at 11:45
Yes, I have, but I still does not work. I get the following message in the terminal when I run your command:
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. Is that normal?â Ethunxxx
May 24 at 12:38
Yes, I have, but I still does not work. I get the following message in the terminal when I run your command:
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. Is that normal?â Ethunxxx
May 24 at 12:38
@Ethunxxx Have you logged in as the root?
â pomsky
May 24 at 15:07
@Ethunxxx Have you logged in as the root?
â pomsky
May 24 at 15:07
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%2f1036250%2fubuntu-18-04-gnome-shell-more-than-one-window-behaviour-problem%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