Bug 285366 - devel/gsettings-desktop-schemas
Summary: devel/gsettings-desktop-schemas
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-desktop (Team)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-13 13:34 UTC by Henri Hennebert
Modified: 2025-03-13 13:46 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (desktop)


Attachments
add a toggle-shaded entry to org.gnome.desktop.wm.keybindings (594 bytes, patch)
2025-03-13 13:34 UTC, Henri Hennebert
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Hennebert 2025-03-13 13:34:36 UTC
Created attachment 258626 [details]
add a toggle-shaded entry to org.gnome.desktop.wm.keybindings

when starting gdm I get this error:

dbus-daemon[1752]: [session uid=92 pid=1752] Activating service name='org.a11y.Bus' requested by ':1.0' (uid=92 pid=1755 comm="/usr/local/libexec/gnome-session-check-accelerated")
dbus-daemon[1752]: [session uid=92 pid=1752] Successfully activated service 'org.a11y.Bus'
libmutter-Message: 08:02:24.661: Running GNOME Shell (using mutter 42.4) as a X11 window and compositing manager

(gnome-shell:1760): GLib-GIO-ERROR **: 08:02:25.032: Settings schema 'org.gnome.desktop.wm.keybindings' does not contain a key named 'toggle-shaded'
gnome-session-binary 1753 - - WARNING: Application 'org.gnome.Shell.desktop' killed by signal 5
libmutter-Message: 08:02:25.073: Running GNOME Shell (using mutter 42.4) as a X11 window and compositing manager

(gnome-shell:1761): GLib-GIO-ERROR **: 08:02:25.265: Settings schema 'org.gnome.desktop.wm.keybindings' does not contain a key named 'toggle-shaded'
gnome-session-binary 1753 - - WARNING: Application 'org.gnome.Shell.desktop' killed by signal 5
gnome-session-binary 1753 - - WARNING: App 'org.gnome.Shell.desktop' respawning too quickly

When I add this patch
devel/gsettings-desktop-schemas/files/patch-schemas-org.gnome.desktop.wm.keybindings.gschema.xml.in

It solve my problem
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-03-13 13:45:20 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=941481394053efc5a60c00e4295c5f57a2491224

commit 941481394053efc5a60c00e4295c5f57a2491224
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-03-13 13:42:05 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-03-13 13:44:17 +0000

    devel/gsettings-desktop-schemas: fix gnome-shell

    add a toggle-shaded entry to org.gnome.desktop.wm.keybindings schema,
    as we are still having an old gnome-shell we need to readd this entry

    PR:             285366
    Reported by:    Henri Hennebert <hlh@restart.be>

 devel/gsettings-desktop-schemas/Makefile                    |  1 +
 ...as_org.gnome.desktop.wm.keybindings.gschema.xml.in (new) | 13 +++++++++++++
 2 files changed, 14 insertions(+)