Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 83c050aa40656d2b20c33f3780374ca936787c59
      
https://github.com/NixOS/nixpkgs/commit/83c050aa40656d2b20c33f3780374ca936787c59
  Author: Bjørn Forsman <[email protected]>
  Date:   2016-06-22 (Wed, 22 Jun 2016)

  Changed paths:
    M pkgs/tools/misc/system-config-printer/default.nix

  Log Message:
  -----------
  system-config-printer: unbreak dbus service (again)

The service file refers to /usr/bin/... instead of a Nix store path.
Fix it.

The original fix was wrongly removed in commit 03353ce6ff738acce3d
("system-config-printer: 1.3.12 -> 1 5.7"). We can remove this fixup on
the _next_ upstream release.

(cherry picked from commit b741df943fbe7dbbf8d2f295f9aaa0ce3991a5d2)


  Commit: 5c8d9bacd0f3797a4b2b6a7ecb18f5a0490c28ef
      
https://github.com/NixOS/nixpkgs/commit/5c8d9bacd0f3797a4b2b6a7ecb18f5a0490c28ef
  Author: Bjørn Forsman <[email protected]>
  Date:   2016-06-22 (Wed, 22 Jun 2016)

  Changed paths:
    M nixos/modules/services/x11/desktop-managers/gnome3.nix

  Log Message:
  -----------
  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 a156a8ab1a8a89b93b10b226507d247a143a5e0e)


Compare: https://github.com/NixOS/nixpkgs/compare/67d0dd7717cb...5c8d9bacd0f3
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to