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 737625 - workspace: Don't relocate sticky windows
workspace: Don't relocate sticky windows
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2014-09-29 22:23 UTC by Florian Müllner
Modified: 2014-09-29 22:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
workspace: Don't relocate sticky windows (1.00 KB, patch)
2014-09-29 22:23 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2014-09-29 22:23:34 UTC
A small annoyance I noticed during testing for bug 737581, see patch.
Comment 1 Florian Müllner 2014-09-29 22:23:37 UTC
Created attachment 287403 [details] [review]
workspace: Don't relocate sticky windows

Windows are relocated before their workspace is removed, however this
is only necessary for windows that are *only* on that workspace; for
windows on all workspaces, that step is annoying as it will unset the
sticky state requested by the user.
Comment 2 Jasper St. Pierre (not reading bugmail) 2014-09-29 22:39:41 UTC
Review of attachment 287403 [details] [review]:

Yeah, this was the original behavior, which I thought was sketchy. I'd be happy to fix this.
Comment 3 Florian Müllner 2014-09-29 22:41:48 UTC
Attachment 287403 [details] pushed as 68283df - workspace: Don't relocate sticky windows