[Bug 1871358] Re: Dock shows on all displays even when you don't want it to (because all displays are the same model of monitor)

2020-04-08 Thread Chris McCutcheon
Sorry I should have posted an additional comment yesterday. This is my first Ubuntu bug posting. I did try manually setting the preferred-monitor parameter: gsettings set org.gnome.shell.extensions.dash-to-dock preferred- monitor 1 Then I verified the setting was changed: gsettings get

[Bug 1871358] Re: Dock shows on all displays even when you don't want it to (because all displays are the same model of monitor)

2020-04-08 Thread Chris McCutcheon
I did try logging out as well as restarting. After reboot I verified the preferred-monitor setting was still set to the monitor I set it to (which it is). But the Dock still persists on all three monitors. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, wh

[Bug 1871358] Re: Dock shows on all displays even when you don't want it to (because all displays are the same model of monitor)

2020-04-08 Thread Chris McCutcheon
** Attachment added: "gsettings and Appearance settings" https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1871358/+attachment/5349471/+files/ubuntu-dock-issue-2.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 1871358] Re: Dock shows on all displays even when you don't want it to (because all displays are the same model of monitor)

2020-04-09 Thread Chris McCutcheon
Thank you. After reviewing the Dash-to-Dock code myself I discovered another gsetting "multi-monitor". When "multi-monitor" is set to "true" the "preferred-monitor" setting is ignored. Changing "multi-monitor" to "false" has corrected the problem for me. I am able to consistently reproduce the

[Bug 1871358] Re: Dock shows on all displays even when you don't want it to (because all displays are the same model of monitor)

2020-04-09 Thread Chris McCutcheon
*** This bug is a duplicate of bug 1866088 *** https://bugs.launchpad.net/bugs/1866088 After more searching I just discovered this issue is a duplicate of bug #1866088 ** This bug has been marked a duplicate of bug 1866088 Problems with the Dock setting of "Show on" in the Appearance tab

[Bug 1871358] Re: Dock shows on all displays even when you don't want it to (because all displays are the same model of monitor)

2020-04-11 Thread Chris McCutcheon
*** This bug is a duplicate of bug 1866088 *** https://bugs.launchpad.net/bugs/1866088 @Sebastien I tired to go a step further. I cloned the git repo for the gnome-shell-extension-ubuntu-dock. I found the line where the combobox listener triggers the change for the active monitor selection.

[Bug 1871358] Re: Dock shows on all displays even when you don't want it to (because all displays are the same model of monitor)

2020-04-13 Thread Chris McCutcheon
*** This bug is a duplicate of bug 1866088 *** https://bugs.launchpad.net/bugs/1866088 @Sebastien Thank you for that info. Now I will know where to look when playing with extensions in future. I was looking in the wrong place for the defect. The issue is not in the extension it's in the gno