X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=0orjNIrsDB1yscBuMva3CS5lbU/afxMAfPNSl7ylcO4=; b=A0TbXsbpfVnmd9AQdumhoWwbhdnCAd84/ReIN6y7j5YGW4H9vAOZ4YaT0dWe41mYwE 8d6cbpYFbelwBY0XFsvbxhTsnRiLUYZQSHBNCXVUwVpHwrzLpG+0cXvum1ojCoOU8tva kAt4ytgN4dxrBxrdQip00gJ/e+tg6QrP3JJhm7AxTkQ5HiTunnvB1+9NG3eT6Zq9r35W G2GSoBtXiX92N4hsvSOT0JXoUrRZ+O8Hlhk2mPg24QurQRdevZ3s8uBeyVyqiu3d5anD HJ+4tgff27V2nkKx3S6Eh0Tqx5Sb9FcmQCOo9y6fVfA3ItLZzWS/iKFN9y0zqAGEZWJS 2PJg== X-Received: by 10.152.203.233 with SMTP id kt9mr3573822lac.29.1378502271135; Fri, 06 Sep 2013 14:17:51 -0700 (PDT) Date: Sat, 7 Sep 2013 01:17:42 +0400 From: Vladimir Zhbanov To: gEDA User List Subject: Re: [geda-user] schdiff and gEDA/gaf 1.9 Message-ID: <20130906211742.GA5276@localhost.localdomain> Mail-Followup-To: gEDA User List References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, Sep 06, 2013 at 10:46:11PM +0530, Abhijit Kshirsagar wrote: > Hey all, > > So I upgraded to 1.9 recently, and there seems to be something wrong > with schdiff - the output is missing all text. I hacked around, and > figured that now that with the excellent "gaf export" we could just > use that in schdiff instead of the old gschem call. > > I also find Imagemagick very painful when it displays the final image, > so I changed it to eog for me. > What would be a portable solution here? I use my own corrections similar to yours. See attached patch. The 'see' program used there is a part of the 'mime-support' package which provides you with facilities of flexible adjusting of what programs you want to use to see or edit something. The package is available at least in Debian-based distributions. Its programs use ~/.mime.types and ~/.mailcap to achieve their goals. I have just added the following line in my ~/.mailcap: image/png; geeqie %s and it works as expected. As for text visibility, as a guess, do you use unchanged color maps? If not, some colors may become invisible when printed.