Summary: | gnome-base/gdm "Something went wrong screen" because x11-wm/mutter-3.38 is incompatible with gnome-base/gsettings-desktop-schemas-40 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alexandra Parker <alex.iris.parker> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gentoo, grixfosforito, kaliman.mike, marduk, polidevk.polidevk, ricardompcampos, sam, steffen.weber, ursm, whissi |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=786966 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Alexandra Parker
2021-04-28 23:33:17 UTC
adding this to my package.mask seems to fix gdm at least:
>=gnome-base/gsettings-desktop-schemas-40
>=gnome-base/gnome-settings-daemon-40
(In reply to Alexandra Parker from comment #1) > adding this to my package.mask seems to fix gdm at least: > > >=gnome-base/gsettings-desktop-schemas-40 > >=gnome-base/gnome-settings-daemon-40 Yes,this bug is a nasty surprise! Your solution worked for me, thanx! Hello! I'm seeing this exact screen. At the messages log file I have: Apr 28 22:18:19 larry kernel: traps: gnome-shell[2387] trap int3 ip:7f2751eacc65 sp:7ffe2046e000 error:0 in libglib-2.0.so.0.6800.1[7f2751e71000+88000] Could that be related to this same bug? (In reply to ricardompcampos from comment #3) > Hello! I'm seeing this exact screen. At the messages log file I have: > > Apr 28 22:18:19 larry kernel: traps: gnome-shell[2387] trap int3 > ip:7f2751eacc65 sp:7ffe2046e000 error:0 in > libglib-2.0.so.0.6800.1[7f2751e71000+88000] > > Could that be related to this same bug? probably, but to be sure, look for this log line right before the trap: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'hinting' *** Bug 786963 has been marked as a duplicate of this bug. *** (In reply to Alexandra Parker from comment #1) > adding this to my package.mask seems to fix gdm at least: > > >=gnome-base/gsettings-desktop-schemas-40 > >=gnome-base/gnome-settings-daemon-40 I have the same error when installing >=gnome-base/gnome-settings-daemon-40 in my system. However, I have =gnome-base/gsettings-desktop-schemas-40.0 installed, and it will allow to start gdm and gnome-shell normally. I can confirm the problem, masking >=gnome-base/gnome-settings-daemon-40 is enough in my case. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5cc1c9fe62ef9297671af0bfd3015964c626d5b commit e5cc1c9fe62ef9297671af0bfd3015964c626d5b Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2021-04-30 01:41:05 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2021-04-30 01:44:36 +0000 profiles: Mask >=gnome-base/gnome-settings-daemon-40 Closes: https://bugs.gentoo.org/786573 Signed-off-by: Matt Turner <mattst88@gentoo.org> profiles/package.mask | 4 ++++ 1 file changed, 4 insertions(+) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a73d4b7c58b445a9da15446ba96af83eb8050d commit 39a73d4b7c58b445a9da15446ba96af83eb8050d Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2021-05-01 03:23:53 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2021-05-01 03:23:53 +0000 profiles: Unmask >=gnome-base/gnome-settings-daemon-40 Now that gdm-40 is in tree, this is safe to unmask. Bug: https://bugs.gentoo.org/786573 Signed-off-by: Matt Turner <mattst88@gentoo.org> profiles/package.mask | 4 ---- 1 file changed, 4 deletions(-) |