Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a156a8ab1a8a89b93b10b226507d247a143a5e0e
      
https://github.com/NixOS/nixpkgs/commit/a156a8ab1a8a89b93b10b226507d247a143a5e0e
  Author: Bjørn Forsman <bjorn.fors...@gmail.com>
  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.


  Commit: 2724c25fb06c2323e814c17022451b38beb20968
      
https://github.com/NixOS/nixpkgs/commit/2724c25fb06c2323e814c17022451b38beb20968
  Author: Luca Bruno <luca...@src.gnome.org>
  Date:   2016-06-22 (Wed, 22 Jun 2016)

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

  Log Message:
  -----------
  Merge pull request #16420 from bjornfor/printing-fixes-for-upstream

nixos/gnome-desktop: fix adding printers with GNOME Control Center


Compare: https://github.com/NixOS/nixpkgs/compare/5e7bcc41b346...2724c25fb06c
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to