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: Pankaj Jangid
Subject: bug#55422: Emacs not starting due to gsettings changes.
Date: Sun, 15 May 2022 10:47:06 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Po Lu <luangruo@yahoo.com> writes:

> 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'?

It is returning false.





reply via email to

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