Open
Conversation
garaevdi
commented
Feb 11, 2026
99fe78a to
c6efb61
Compare
Member
|
@garaevdi can you resolve merge conflicts and bump CI to mutter-18? :) |
54a47e7 to
e45885c
Compare
Contributor
Author
|
I think it's better to hold off this PR for now. I'd like to wait for mutter's RC so the api would be little bit more stable. |
Member
|
@garaevdi it seems like Mutter RC is out now. Any more changes to propose before we move ahead? |
danirabbit
reviewed
Mar 6, 2026
| run: | | ||
| apt update | ||
| apt install -y gettext gsettings-desktop-schemas-dev libatk-bridge2.0-dev libclutter-1.0-dev libgee-0.8-dev libglib2.0-dev libgnome-desktop-4-dev libgnome-bg-4-dev libgranite-dev libgtk-3-dev ${{ matrix.mutter_pkg }} libsqlite3-dev meson systemd-dev valac valadoc | ||
| apt install -y gettext gsettings-desktop-schemas-dev libatk-bridge2.0-dev libclutter-1.0-dev libgee-0.8-dev libglib2.0-dev libgnome-desktop-4-dev libgnome-bg-4-dev libgranite-dev libgtk-3-dev ${{ matrix.mutter_pkg }} libsoup-3.0-dev libsqlite3-dev meson systemd-dev valac valadoc |
Member
There was a problem hiding this comment.
was adding soup here intentional?
Contributor
Author
There was a problem hiding this comment.
Yes, for some reason, libmutter-18 on ubuntu requires it... Perhaps with RC this would get fixed
📦[garaevdi@elementary-devel gala]$ pkg-config --cflags libmutter-18
Package libsoup-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsoup-3.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libsoup-3.0', required by 'libmutter-18', not found
This reverts commit 59c2f98.
Contributor
Author
|
Ah, it seems like latest RC wasn't pushed to ubuntu repos due to some tests failing on their end... :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #2762
Also adds some fixes for #2720
Tested on fedora 44