GNU bug report logs - #55422
Emacs not starting due to gsettings changes.

Previous Next

Package: emacs;

Reported by: Pankaj Jangid <pankaj <at> codeisgreat.org>

Date: Sun, 15 May 2022 03:21:02 UTC

Severity: normal

Done: Po Lu <luangruo <at> yahoo.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Po Lu <luangruo <at> yahoo.com>
To: Pankaj Jangid <pankaj <at> codeisgreat.org>
Cc: 55422 <at> debbugs.gnu.org, pieter.van.prooijen <at> teloden.nl
Subject: bug#55422: Emacs not starting due to gsettings changes.
Date: Sun, 15 May 2022 12:19:43 +0800
[Please do not change the subject line when replying to bug reports.]

Pankaj Jangid <pankaj <at> codeisgreat.org> writes:

> Is the fix available on master. Because in the latest pull, I am still
> getting the error. And Emacs is not starting.

Please set a breakpoint on this part of xsettings.c:

  GVariant *val;
  const char *antialias;

- if (!xg_settings_key_valid_p (settings, GSETTINGS_FONT_ANTIALIASING))
    return;

  val = g_settings_get_value (settings, GSETTINGS_FONT_ANTIALIASING);

What is the return of `xg_settings_key_valid_p'?




This bug report was last modified 3 years and 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.