After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 745469 - new gedit window opened if current window close to top or bottom of screen
new gedit window opened if current window close to top or bottom of screen
Status: RESOLVED DUPLICATE of bug 733577
Product: gedit
Classification: Applications
Component: general
3.14.x
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2015-03-02 15:55 UTC by Pierre Ossman
Modified: 2015-03-09 13:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre Ossman 2015-03-02 15:55:27 UTC
Ok, so this one is fun. If gedit is within about 30 pixels to the top or bottom of the screen then running "gedit foo" will open a new window. Moving it out of this range opens the file in the current window. Extremely annoying as it often happens that you've moved it down a bit to get it out of the way.

Not sure how the logic for this magic is. _NET_WM_DESKTOP is correct and doesn't change by this movement at least.
Comment 1 Sébastien Wilmet 2015-03-09 12:20:27 UTC
Is it with gnome-shell 3.14?

On X11, gedit detects on which desktop a gedit window is, but this code doesn't work on Wayland, so we should anyway do something related to this for Wayland support.
Comment 2 Sébastien Wilmet 2015-03-09 13:04:01 UTC

*** This bug has been marked as a duplicate of bug 733577 ***