Skip to content

Commit

Permalink
Fix some incorrect gsettings schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Nov 7, 2023
1 parent 2265985 commit db389b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clutter/clutter/egl/clutter-backend-eglnative.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ on_xsettings_change_event (GSettings *xsettings,
static void
clutter_backend_egl_native_init (ClutterBackendEglNative *backend_egl_native)
{
static const gchar xsettings_path[] = "org.gnome.settings-daemon.plugins.xsettings";
static const gchar xsettings_path[] = "org.cinnamon.settings-daemon.plugins.xsettings";
GSettingsSchemaSource *source = g_settings_schema_source_get_default ();
GSettingsSchema *schema = g_settings_schema_source_lookup (source,
xsettings_path,
Expand Down
2 changes: 1 addition & 1 deletion src/wayland/meta-wayland-keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#include "backends/native/meta-event-native.h"
#endif

#define GSD_KEYBOARD_SCHEMA "org.gnome.settings-daemon.peripherals.keyboard"
#define GSD_KEYBOARD_SCHEMA "org.cinnamon.settings-daemon.peripherals.keyboard"

G_DEFINE_TYPE (MetaWaylandKeyboard, meta_wayland_keyboard,
META_TYPE_WAYLAND_INPUT_DEVICE)
Expand Down

0 comments on commit db389b5

Please sign in to comment.