···10881088 but instead use more of the YAML-specific syntax.
10891089 </para>
10901090 </listitem>
10911091+ <listitem>
10921092+ <para>
10931093+ GNOME desktop environment now enables
10941094+ <literal>QGnomePlatform</literal> as the Qt platform theme,
10951095+ which should avoid crashes when opening file chooser dialogs
10961096+ in Qt apps by using XDG desktop portal. Additionally, it will
10971097+ make the apps fit better visually.
10981098+ </para>
10991099+ </listitem>
10911100 </itemizedlist>
10921101 </section>
10931102</section>
+2
nixos/doc/manual/release-notes/rl-2111.section.md
···312312- Nginx will use the value of `sslTrustedCertificate` if provided for a virtual host, even if `enableACME` is set. This is useful for providers not using the same certificate to sign OCSP responses and server certificates.
313313314314- `lib.formats.yaml`'s `generate` will not generate JSON anymore, but instead use more of the YAML-specific syntax.
315315+316316+- GNOME desktop environment now enables `QGnomePlatform` as the Qt platform theme, which should avoid crashes when opening file chooser dialogs in Qt apps by using XDG desktop portal. Additionally, it will make the apps fit better visually.