GNOME Bugzilla – Bug 719438
gnome-terminal will not open on second screen
Last modified: 2021-06-10 20:38:17 UTC
I am running gnome 3.10 on a "zaphod" dual-screen setup. gnome-terminal will not open a new window on any screen other than :0.0. I have tried using both $DISPLAY set to :0.1 or the option --display :0.1. The new terminal always opens on the screen :0.0. This behavior is the same if the gnome-terminal-server is running or not.
I confirm. I have the same problem.
Created attachment 268317 [details] [review] Corrects so gnome-terminal displays the window on correct screen
My attached patch fixes the problem. This behavior makes gnome-terminal unusable. The current code (at least of 3.10.2) assumes that display :0.0 and :0.1 and :0.2 etc all are the same display. That may be correct in some cases but not always. On my system they are all different displays. The patch treats each display name as a different display. I do not know if this is bad for those where :0.0 and :0.1 are the same display - somebody with that configuration have to check that.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/7391.