···213 </listitem>
214 <listitem>
215 <para>
0000000216 <link xlink:href="https://www.getoutline.com/">Outline</link>,
217 a wiki and knowledge base similar to Notion. Available as
218 <link linkend="opt-services.outline.enable">services.outline</link>.
···387 <para>
388 <literal>pkgs.cosign</literal> does not provide the
389 <literal>cosigned</literal> binary anymore.
00000000390 </para>
391 </listitem>
392 <listitem>
···213 </listitem>
214 <listitem>
215 <para>
216+ <link xlink:href="https://languagetool.org/">languagetool</link>,
217+ a multilingual grammar, style, and spell checker. Available as
218+ <link xlink:href="options.html#opt-services.languagetool.enable">services.languagetool</link>.
219+ </para>
220+ </listitem>
221+ <listitem>
222+ <para>
223 <link xlink:href="https://www.getoutline.com/">Outline</link>,
224 a wiki and knowledge base similar to Notion. Available as
225 <link linkend="opt-services.outline.enable">services.outline</link>.
···394 <para>
395 <literal>pkgs.cosign</literal> does not provide the
396 <literal>cosigned</literal> binary anymore.
397+ </para>
398+ </listitem>
399+ <listitem>
400+ <para>
401+ Emacs now uses the Lucid toolkit by default instead of GTK
402+ because of stability and compatibility issues. Users who still
403+ wish to remain using GTK can do so by using
404+ <literal>emacs-gtk</literal>.
405 </para>
406 </listitem>
407 <listitem>
+6
nixos/doc/manual/release-notes/rl-2211.section.md
···78- [kanata](https://github.com/jtroo/kanata), a tool to improve keyboard comfort and usability with advanced customization.
79 Available as [services.kanata](options.html#opt-services.kanata.enable).
8000081- [Outline](https://www.getoutline.com/), a wiki and knowledge base similar to Notion. Available as [services.outline](#opt-services.outline.enable).
8283- [netbird](https://netbird.io), a zero configuration VPN.
···135 version for the entire lifecycle of the 22.11 release.
136137- `pkgs.cosign` does not provide the `cosigned` binary anymore.
000138139- riak package removed along with `services.riak` module, due to lack of maintainer to update the package.
140
···78- [kanata](https://github.com/jtroo/kanata), a tool to improve keyboard comfort and usability with advanced customization.
79 Available as [services.kanata](options.html#opt-services.kanata.enable).
8081+- [languagetool](https://languagetool.org/), a multilingual grammar, style, and spell checker.
82+ Available as [services.languagetool](options.html#opt-services.languagetool.enable).
83+84- [Outline](https://www.getoutline.com/), a wiki and knowledge base similar to Notion. Available as [services.outline](#opt-services.outline.enable).
8586- [netbird](https://netbird.io), a zero configuration VPN.
···138 version for the entire lifecycle of the 22.11 release.
139140- `pkgs.cosign` does not provide the `cosigned` binary anymore.
141+142+- Emacs now uses the Lucid toolkit by default instead of GTK because of stability and compatibility issues.
143+ Users who still wish to remain using GTK can do so by using `emacs-gtk`.
144145- riak package removed along with `services.riak` module, due to lack of maintainer to update the package.
146
+4-2
nixos/lib/test-driver/test_driver/machine.py
···426 self.monitor.send(message)
427 return self.wait_for_monitor_prompt()
428429- def wait_for_unit(self, unit: str, user: Optional[str] = None) -> None:
00430 """Wait for a systemd unit to get into "active" state.
431 Throws exceptions on "failed" and "inactive" states as well as
432 after timing out.
···456 unit, f" with user {user}" if user is not None else ""
457 )
458 ):
459- retry(check_active)
460461 def get_unit_info(self, unit: str, user: Optional[str] = None) -> Dict[str, str]:
462 status, lines = self.systemctl('--no-pager show "{}"'.format(unit), user)
···426 self.monitor.send(message)
427 return self.wait_for_monitor_prompt()
428429+ def wait_for_unit(
430+ self, unit: str, user: Optional[str] = None, timeout: int = 900
431+ ) -> None:
432 """Wait for a systemd unit to get into "active" state.
433 Throws exceptions on "failed" and "inactive" states as well as
434 after timing out.
···458 unit, f" with user {user}" if user is not None else ""
459 )
460 ):
461+ retry(check_active, timeout)
462463 def get_unit_info(self, unit: str, user: Optional[str] = None) -> Dict[str, str]:
464 status, lines = self.systemctl('--no-pager show "{}"'.format(unit), user)
···3334 hardware.opengl.enable = true;
35 programs.xwayland.enable = true;
36- services.udisks2.enable = true;
37 environment.systemPackages = [ pkgs.cagebreak pkgs.wayland-utils ];
3839 # Need to switch to a different GPU driver than the default one (-vga std) so that Cagebreak can launch:
···3334 hardware.opengl.enable = true;
35 programs.xwayland.enable = true;
36+ security.polkit.enable = true;
37 environment.systemPackages = [ pkgs.cagebreak pkgs.wayland-utils ];
3839 # Need to switch to a different GPU driver than the default one (-vga std) so that Cagebreak can launch:
···1-diff --git i/data/org.gnome.gitlab.YaLTeR.VideoTrimmer.metainfo.xml.in.in w/data/org.gnome.gitlab.YaLTeR.VideoTrimmer.metainfo.xml.in.in
2-index 9bd25b6..c627369 100644
3---- i/data/org.gnome.gitlab.YaLTeR.VideoTrimmer.metainfo.xml.in.in
4-+++ w/data/org.gnome.gitlab.YaLTeR.VideoTrimmer.metainfo.xml.in.in
5-@@ -19,12 +19,6 @@
6- Video Trimmer cuts out a fragment of a video given the start and end timestamps. The video is never re-encoded, so the process is very fast and does not reduce the video quality.
7- </p>
8- </description>
9-- <screenshots>
10-- <screenshot type="default">
11-- <image>https://gitlab.gnome.org/YaLTeR/video-trimmer/uploads/e840fa093439348448007197d07c8033/image.png</image>
12-- <caption>Main Window</caption>
13-- </screenshot>
14-- </screenshots>
15- <releases>
16- <release version="0.7.1" date="2022-03-23">
17- <description>
···463464 g4py = python3Packages.geant4; # Added 2020-06-06
465 gaia = throw "gaia has been removed because it seems abandoned upstream and uses no longer supported dependencies"; # Added 2020-06-06
0466 gawp = throw "gawp has been dropped due to the lack of maintanence from upstream since 2017"; # Added 2022-06-02
467 gdal_1_11 = throw "gdal_1_11 was removed. Use gdal instead"; # Added 2021-04-03
468 gdb-multitarget = throw "'gdb-multitarget' has been renamed to/replaced by 'gdb'"; # Converted to throw 2022-02-22
···463464 g4py = python3Packages.geant4; # Added 2020-06-06
465 gaia = throw "gaia has been removed because it seems abandoned upstream and uses no longer supported dependencies"; # Added 2020-06-06
466+ gammy = throw "'gammy' is deprecated upstream and has been replaced by 'gummy'"; # Added 2022-09-03
467 gawp = throw "gawp has been dropped due to the lack of maintanence from upstream since 2017"; # Added 2022-06-02
468 gdal_1_11 = throw "gdal_1_11 was removed. Use gdal instead"; # Added 2021-04-03
469 gdb-multitarget = throw "'gdb-multitarget' has been renamed to/replaced by 'gdb'"; # Converted to throw 2022-02-22