From 7f2f20ab93172bf0a068cd9491faef193d28778c Mon Sep 17 00:00:00 2001 From: "Aleksey N. Vinogradov" Date: Wed, 10 Apr 2019 13:00:45 +0700 Subject: [PATCH] Update README.md Added note about possibly crash with previous PPD. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bdc2779..17700e6 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,9 @@ Installation implies restarting CUPS service, and also putting built files to sy Cmake script has both installation scenarios for Linux and Mac Os X. +*IMPORTANT!* If you upgrade from previous version of the filter, you NEED to manually change PPD file to one from this sources. +CUPS by default will not do it, and previous PPD with this filter will fail end even crash the job. So, if you previously used the driver from this repository, and it became crashing after installing this one, you need to go to printer's preferences and select 'new' driver instead of previous cached by CUPS. + Configuring ===========