We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build of wingpanel (on Gentoo Linux) against Mutter 45/libmutter-13 failed:
../wingpanel-8.0.0/wingpanel-interface/FocusManager.vala:136.25-136.32: error: initializer list used for unknown type 136 | { x, y } | ^~~~~~~~ ../wingpanel-8.0.0/wingpanel-interface/FocusManager.vala:131.21-137.21: error: 1 extra arguments for `bool Meta.Window.begin_grab_op (Meta.GrabOp, Clutter.InputDevice?, Clutter.EventSequence?, uint32)' 131 | window.begin_grab_op ( | ^~~~~~~~~~~~~~~~~~~~~~ 132 | Meta.GrabOp.MOVING, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 133 | event.get_device (), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 134 | event.get_event_sequence (), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 135 | event.get_time (), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | { x, y } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 137 | ); | ~~~~~~~~~~~~~~~~~~~~~ Compilation failed: 2 error(s), 0 warning(s)
Looks like similar fix as for Gala is required: see elementary/gala#2039
Build passes
Other Linux
Latest release (I have run all updates)
No response
The text was updated successfully, but these errors were encountered:
Build confirmed to work with Mutter 46/libmutter-14 on Gentoo (however this is not available in stable).
Sorry, something went wrong.
wingpanel-8.0.0_mutter45.patch.gz Attached patch fixes the build issue with Mutter45
No branches or pull requests
What Happened?
Build of wingpanel (on Gentoo Linux) against Mutter 45/libmutter-13 failed:
Looks like similar fix as for Gala is required: see elementary/gala#2039
Steps to Reproduce
Expected Behavior
Build passes
OS Version
Other Linux
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response
The text was updated successfully, but these errors were encountered: