Skip to content
New issue

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

Gnome-41 #33337

Merged
merged 83 commits into from
Jan 21, 2022
Merged

Gnome-41 #33337

merged 83 commits into from
Jan 21, 2022

Conversation

Gottox
Copy link
Member

@Gottox Gottox commented Oct 5, 2021

This is a tracking PR for Gnome to let people contribute here instead of starting their own update.

The actual update will be rolled out in multiple PRs, once the branch works.

@Gottox Gottox mentioned this pull request Oct 5, 2021
3 tasks
@Gottox
Copy link
Member Author

Gottox commented Oct 5, 2021

blocked by #33315

@q66
Copy link
Contributor

q66 commented Oct 5, 2021

it's not safe to build gnome-shell with libsoup3

you cannot safely have libsoup2 (through a dependency, e.g. libgweather) and libsoup3 in one process without conflicts

@oreo639
Copy link
Member

oreo639 commented Oct 22, 2021

For upower, can't you just add python3-packaging to checkdepends instead of disabling the checks?

@st3r4g
Copy link
Contributor

st3r4g commented Dec 5, 2021

cannot reproduce the evolution-data-server test failure on x86_64 locally.

@@ -20,6 +20,7 @@ license="GPL-3.0-or-later"
homepage="https://gitlab.gnome.org/GNOME/gnome-settings-daemon"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=e6ca6361fbd1deab2de1a1e390d4f14167cf47b1c547dbb8b65a5d89e9663884
CFLAGS="-UG_DISABLE_ASSERT"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could just add -Db_ndebug=false to configure_args

@st3r4g
Copy link
Contributor

st3r4g commented Dec 16, 2021

After upgrading to Gnome 41 most of the times my volume icon doesn't show up after login until I trigger a change in the icon by modifying the volume. Can anyone else reproduce this?

@Gottox
Copy link
Member Author

Gottox commented Dec 16, 2021

Did you change the theme?

@st3r4g
Copy link
Contributor

st3r4g commented Dec 16, 2021

Did you change the theme?

No, default theme. Upgrading to adwaita-icon-theme-41.0_1 didn't make a difference.

@oreo639
Copy link
Member

oreo639 commented Dec 17, 2021

I built it using ./xbps-src update-sys and xi -u and I haven't experienced that issue.
Try making sure that all the updated packages are built and installed?

@oreo639
Copy link
Member

oreo639 commented Dec 17, 2021

One issue I did notice is that the "Open in terminal" option in nautilus is missing. Downgrading gnome-terminal to the one in the repos allows nautilus to find it again. Maybe there is an issue with the dependencies or configuration options?

build_style=gnu-configure
configure_args="--disable-static --with-nautilus-extension"
build_style=meson
configure_args="-Dnautilus_extension=false -Db_ndebug=false"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This disables nautilus integration. Did you mean -Dnautilus_extension=true?

@Gottox Gottox force-pushed the gnome-41 branch 5 times, most recently from eda5216 to 84e4733 Compare December 17, 2021 15:18
@Gottox Gottox merged commit 7cc9017 into void-linux:master Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants