···1088 but instead use more of the YAML-specific syntax.
1089 </para>
1090 </listitem>
0000000001091 </itemizedlist>
1092 </section>
1093</section>
···1088 but instead use more of the YAML-specific syntax.
1089 </para>
1090 </listitem>
1091+ <listitem>
1092+ <para>
1093+ GNOME desktop environment now enables
1094+ <literal>QGnomePlatform</literal> as the Qt platform theme,
1095+ which should avoid crashes when opening file chooser dialogs
1096+ in Qt apps by using XDG desktop portal. Additionally, it will
1097+ make the apps fit better visually.
1098+ </para>
1099+ </listitem>
1100 </itemizedlist>
1101 </section>
1102</section>
+2
nixos/doc/manual/release-notes/rl-2111.section.md
···312- 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.
313314- `lib.formats.yaml`'s `generate` will not generate JSON anymore, but instead use more of the YAML-specific syntax.
00
···312- 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.
313314- `lib.formats.yaml`'s `generate` will not generate JSON anymore, but instead use more of the YAML-specific syntax.
315+316+- 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.