Printing: Difference between revisions
imported>Taktoa No edit summary |
imported>Mickours |
||
| Line 136: | Line 136: | ||
You could try to manually fix the path variable in /var/lib/cups/cupsd.conf<br /> | You could try to manually fix the path variable in /var/lib/cups/cupsd.conf<br /> | ||
Alternatively you could try to delete the file and run <code>sudo nixos-rebuild switch</code> | Alternatively you could try to delete the file and run <code>sudo nixos-rebuild switch</code> | ||
===File is missing (Gnome 3)=== | |||
When you add an printer in Gnome (using <code>gnome-control-center printers</code>) you create a profile for your printer. | |||
'''Problem'''<br /> | |||
But, later you may experience an error like '''"/nix/store/.../lib/cups/filter/pstospl not available: No such file or directory"'''. | |||
'''Cause'''<br /> | |||
When you create a printer profile you get a freeze version of cups filter and when cups is updated, because you have upgraded your system, and garbage collected this version is gone. | |||
'''Solution'''<br /> | |||
Go into the <code>gnome-control-center printers</code> settings, remove the printer and recreate it. | |||