nixpkgs/nixos
Bjørn Forsman 5c8d9bacd0 nixos/gnome-desktop: fix adding printers with GNOME Control Center
...by adding system-config-printer to services.dbus.packages (if
services.printing.enable is true).

Without this patch, trying to add a printer will result in a little dialog
saying "Failed to add new printer" and gnome-control-center will print this to
the terminal (line wrapped):

(gnome-control-center:3546): printers-cc-panel-WARNING **: \
  GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: \
  The name org.fedoraproject.Config.Printing was not provided by any .service files

system-config-printer supplies the "org.fedoraproject.Config.Printing" dbus
service, thus fixing the problem.

(cherry picked from commit a156a8ab1a)
2016-06-22 14:23:07 +02:00
..
doc/manual releasenotes: fix opengl.extraPackages option name 2016-05-21 16:35:31 +02:00
lib test-driver: Fix "unit X is inactive and there are no pending jobs" 2016-05-24 20:01:52 +01:00
maintainers Update AMI creation script 2016-04-06 18:40:53 +02:00
modules nixos/gnome-desktop: fix adding printers with GNOME Control Center 2016-06-22 14:23:07 +02:00
tests NixOS installer tests: Add a test using Gummiboot 2016-05-31 17:04:24 +02:00
COPYING
default.nix Revert "Add a way to pin a NixOS version within the module system." 2016-02-27 20:48:12 +01:00
README
release-combined.nix nixos/release-combined: Add boot-stage1 test 2016-05-06 22:06:34 +02:00
release-small.nix release-small.nix: Drop the grub1 test 2015-08-11 13:51:55 +02:00
release.nix nixos/tests: Add a test for boot stage 1 2016-05-06 22:06:34 +02:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.