[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-30 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1866088 *** https://bugs.launchpad.net/bugs/1866088 Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu) Status: New => Confirmed -- You received this bug notification

[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

[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 Sebastien Bacher
*** This bug is a duplicate of bug 1866088 *** https://bugs.launchpad.net/bugs/1866088 @Chris, the source is using javascript and not compiled, you can probably simply copy your modified file over the one in /usr/share /gnome-shell/extensions/ubuntu-d...@ubuntu.com/ and restart your session

[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-09 Thread Sebastien Bacher
*** This bug is a duplicate of bug 1866088 *** https://bugs.launchpad.net/bugs/1866088 @Chris, thanks for the investigation and the comments, that's useful and looks like an issue we should look at fixing before release -- You received this bug notification because you are a member of

[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-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 Sebastien Bacher
Thanks, it means that's not an issue with the settings interface but with the dock itself, could you report the issue upstream on https://github.com/micheleg/dash-to-dock/issues ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[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 Daniel van Vugt
** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu) Status: Incomplete => New ** Changed in: gnome-control-center (Ubuntu) Status: Incomplete => Invalid ** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu) Importance: Undecided => Low -- You received this bug

[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 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-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 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-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 Daniel van Vugt
** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1871358 Title: Dock shows on all displays even when you

[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 Sebastien Bacher
Thank you for you bug report. Does it work/can you set it to one of the monitor if you do? $ gsettings set org.gnome.shell.extensions.dash-to-dock preferred-monitor where n is the number of you monitor (you can try, 1, 2, 3) ** Changed in: gnome-control-center (Ubuntu) Importance: Undecided