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 792527 - [wayland] xdg-output is sending output size as location
[wayland] xdg-output is sending output size as location
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: wayland
git master
Other Linux
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2018-01-15 09:40 UTC by Olivier Fourdan
Modified: 2018-01-15 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] wayland: send xdg-output size as size, not position (1.12 KB, patch)
2018-01-15 09:42 UTC, Olivier Fourdan
committed Details | Review

Description Olivier Fourdan 2018-01-15 09:40:52 UTC
Description:

Commit db32047 (bug 787363) which added support for xdg-output in mutter contains a typo which makes it sending the output size as a location, not good... But simple enough to fix!

(sorry my bad)
Comment 1 Olivier Fourdan 2018-01-15 09:42:13 UTC
Created attachment 366811 [details] [review]
[PATCH] wayland: send xdg-output size as size, not position
Comment 2 Jonas Ådahl 2018-01-15 09:49:30 UTC
Review of attachment 366811 [details] [review]:

Oops, sorry for missing that one!
Comment 3 Olivier Fourdan 2018-01-15 09:52:53 UTC
(In reply to Jonas Ådahl from comment #2)
> Oops, sorry for missing that one!

Oh no, don't be, I really am the only one to blame here! :)
Comment 4 Olivier Fourdan 2018-01-15 09:53:32 UTC
Comment on attachment 366811 [details] [review]
[PATCH] wayland: send xdg-output size as size, not position

attachment 366811 [details] [review] pushed as commit 3e77f67 - wayland: send xdg-output size as size, not position
Comment 5 Olivier Fourdan 2018-01-15 09:53:57 UTC
Thanks, and sorry again!