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 796148 - [PATCH] monitor-manager: Output IDs returned by GetResources are wrong.
[PATCH] monitor-manager: Output IDs returned by GetResources are wrong.
Status: RESOLVED FIXED
Product: gnome-flashback
Classification: Other
Component: display-config
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Flashback Maintainers
GNOME Flashback Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-05-15 20:16 UTC by Ignacy Gawędzki
Modified: 2018-05-16 10:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix output ids returned by GetResources. (988 bytes, patch)
2018-05-15 20:16 UTC, Ignacy Gawędzki
none Details | Review
monitor-manager: Fix output ids returned by GetResources. (1.25 KB, patch)
2018-05-15 22:11 UTC, Ignacy Gawędzki
committed Details | Review

Description Ignacy Gawędzki 2018-05-15 20:16:04 UTC
Created attachment 372089 [details] [review]
Fix output ids returned by GetResources.

The commit in Mutter that inspired to make GfOutput a GObject introduced the same bug.  It has been fixed there since then, but not in gnome-flashback.  So here comes the patch.

Cheers,

Ignacy
Comment 1 Alberts Muktupāvels 2018-05-15 21:31:28 UTC
Thanks! I have related mutter commit in my email, but have not had time to do same for gnome-flashback...

Tried to apply patch with git am, but it seems to have some problem:
Patch format detection failed.

Can you re-attach patch that can be quickly applied with git am?
Comment 2 Ignacy Gawędzki 2018-05-15 22:11:17 UTC
Created attachment 372100 [details] [review]
monitor-manager: Fix output ids returned by GetResources.

This one should be applicable with git am.
Comment 3 Alberts Muktupāvels 2018-05-16 10:36:00 UTC
Comment on attachment 372100 [details] [review]
monitor-manager: Fix output ids returned by GetResources.

Thanks!