-
Notifications
You must be signed in to change notification settings - Fork 87
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
Meta: GNOME 43 Unresolved Issues (T10401) #232
Comments
Thomas Staudinger (#Staudey), 2022-09-28 19:54:57 UTC So it seems like new gnome-terminal versions no longer get released like before, see this comment from the maintainer. They did publish more recent git tags though, which now seems to be what we should follow to keep it up to date. https://gitlab.gnome.org/GNOME/gnome-terminal/-/tags |
Matthias (#palto42), 2022-10-22 09:29:56 UTC The issue with the nextcloud-client integration in Nautilus seems to be a GTK4 incompatibility caused by the Python package nautilus-terminal, for which there is already the issue #82 filed. |
Evan Maddock (#EbonJaeger), 2022-10-22 13:54:05 UTC The problem is that Nautilus extensions must now use GTK4, and these old extensions use GTK3. Both extensions likely have the same issue, but the extensions themselves are unrelated. Also on top of that, there seems to be an error with Nextcloud's usage of an API call (it's missing an argument). |
Matthias (#palto42), 2022-10-23 09:12:12 UTC I rebuilt the |
Thomas Staudinger (@Staudey), 2023-01-04 23:18:36 UTC nextcloud-client should be fixed as of https://dev.getsol.us/R3740:a337d1b1fe7db2ce97de65f5b8013ef81bd84c3e |
Nautilus wallpaper reset issue still exists, nemo works as expected |
@davidjharder Is this still an issue since GNOME 44 landed? |
I'll currently on Gnome, I will check in the next couple of days but I'm pretty sure I set a wallpaper from default nautilus and it worked perfectly last week over the Christmas break. |
Just to confirm, I have set a few wallpapers on Gnome 45, and it applies correctly and doesn't reset back to default at any point. Hope this helps. |
GNOME 43 has arrived! With it has come a few problems that still need to be addressed. This task will be updated as items are found or addressed. Feedback and notices of package breakages as a result of this stack upgrade are welcome and encouraged!
Current Status
Synced to Stable as of October 14.
Known Issues
gnome-terminal
: Nautilus 43 has a new extension API, but gnome-terminal has not yet seen a release. This means that there is no "Open in Terminal" option for directories, and gnome-terminal cannot actually be rebuilt. Fedora 37 is using an unreleased version of gnome-terminal with this patch, which does restore the functionality.libwnck
: New behavior can cause calling code to break. Affected packages:xdg-desktop-portal-gtk
: Trying to set a wallpaper from a file in Nautilus resets the wallpaper back to default. The xdg-desktop-portal wallpaper portal appears as expected, but then wallpaper is reset on clicking Apply. So far I have been unsuccessful in getting any kind of debugging messages to give a direction.nextcloud-client
: After the recent update on 10/14 the integration of Nextcloud in Nautilus is partially broken. See here. A patch to fix this has been merged upstream.rhythmbox
: libsoup version mismatch causes it to segfault on open. Rhythmbox uses libsoup 2, but grilo (a dependency of Rhythmbox) uses libsoup 3. See here.The text was updated successfully, but these errors were encountered: