discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: invalid printinfo data, NetBSD


From: Riccardo Mottola
Subject: Re: invalid printinfo data, NetBSD
Date: Mon, 02 Jan 2012 09:51:44 +0100
User-agent: Mozilla/5.0 (X11; NetBSD i386; rv:8.0) Gecko/20111219 Thunderbird/8.0

Hi,

On 01/02/12 09:33, Wolfgang Lux wrote:
you should check your user defaults. Try defaults read NSGlobalDomain GSLPRPrinters I'd expect it to return a printer whose PPDPath is (apparently incorrectly) set to /Local/Library/PostScript/PPD/English.lproj/Generic-PostScript_Printer-Postscript.ppdWolfgang


I don't have such domain in NSGlobalDomain, however, I have it in sharedPrintInfo where all those printers are in /Local

Why is that so? It is wrong for my setup (and possibly for everbody who installs gnustep core stuff into the system domain)
sharedPrintInfo GSLPRPrinters '{
PPDPath = "/Local/Library/PostScript/PPD/English.lproj/Generic-PostScript_Printer-Postscript.ppd";
Ink GSLPRPrinters '{
PPDPath = "/Local/Library/PostScript/PPD/English.lproj/Generic-PostScript_Printer-Postscript.ppd";
Graphos GSLPRPrinters '{
PPDPath = "/Local/Library/PostScript/PPD/English.lproj/Generic-PostScript_Printer-Postscript.ppd";
GWorkspace GSLPRPrinters '{
PPDPath = "/Local/Library/PostScript/PPD/English.lproj/Generic-PostScript_Printer-Postscript.ppd";
grid$ defaults read sharedPrintInfo
sharedPrintInfo GSLPRPrinters '{
    Unnamed = {
        Host = localhost;
        Note = "Automatically Generated";
PPDPath = "/Local/Library/PostScript/PPD/English.lproj/Generic-PostScript_Printer-Postscript.ppd";
        Type = Unknown;
    };
}'


Riccardo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]