Describe the bug
Printers which are configured and working in CUPS do not show up in the print dialog of GTK applications. Previously there was a Print to file (PDF) printer option which is no longer present. Notably Firefox and Evince are effected.
I am using Sway as my window manager which may be relevant, but printing worked previously.
I tested with Okular a QT application and it does still have all the printers available to it including print to file.
To Reproduce
Steps to reproduce the behavior:
- Enable printing as configure a printer with CUPS
- Open a GTK application and attempt to print a document
- Notice the print dialog has no options to print
Expected behavior
See configured printers in the print dialog as well as the Print to File (PDF) option.
Additional context
Relevant sections of `/etc/nixos/configuration.nix:
# Enable CUPS to print documents.
services.printing = {
enable = true;
defaultShared = true;
};
services.avahi.enable = true;
services.avahi.nssmdns = true;
programs.system-config-printer.enable = true;
Metadata
- system:
"x86_64-linux"
- host os:
Linux 5.2.16, NixOS, 20.03pre193829.f0fec244ca3 (Markhor)
- multi-user?:
yes
- sandbox:
yes
- version:
nix-env (Nix) 2.3
- channels(root):
"nixos-20.03pre193829.f0fec244ca3"
- nixpkgs:
/nix/var/nix/profiles/per-user/root/channels/nixos
Describe the bug
Printers which are configured and working in CUPS do not show up in the print dialog of GTK applications. Previously there was a Print to file (PDF) printer option which is no longer present. Notably Firefox and Evince are effected.
I am using Sway as my window manager which may be relevant, but printing worked previously.
I tested with Okular a QT application and it does still have all the printers available to it including print to file.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
See configured printers in the print dialog as well as the Print to File (PDF) option.
Additional context
Relevant sections of `/etc/nixos/configuration.nix:
Metadata
"x86_64-linux"Linux 5.2.16, NixOS, 20.03pre193829.f0fec244ca3 (Markhor)yesyesnix-env (Nix) 2.3"nixos-20.03pre193829.f0fec244ca3"/nix/var/nix/profiles/per-user/root/channels/nixos