Skip to content

Commit

Permalink
gnome3.at-spi2-core: fix service not found error
Browse files Browse the repository at this point in the history
The service was not registered as a systemd service resulting in errors
in the system journal every time a GNOME application was launched.

See: #16327
  • Loading branch information
jtojnar authored and Mic92 committed Sep 25, 2017
1 parent e19b5ef commit edf780b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/services/desktops/gnome3/at-spi2-core.nix
Expand Up @@ -34,6 +34,8 @@ with lib;

services.dbus.packages = [ pkgs.at_spi2_core ];

systemd.packages = [ pkgs.at_spi2_core ];

};

}

0 comments on commit edf780b

Please sign in to comment.