bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55422: Emacs not starting due to gsettings changes.


From: Po Lu
Subject: bug#55422: Emacs not starting due to gsettings changes.
Date: Sun, 15 May 2022 12:19:43 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

[Please do not change the subject line when replying to bug reports.]

Pankaj Jangid <pankaj@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'?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]