From owner-freebsd-questions@freebsd.org Wed Apr 27 04:41:29 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C744B1CA37 for ; Wed, 27 Apr 2016 04:41:29 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU004-OMC2S38.hotmail.com (blu004-omc2s38.hotmail.com [65.55.111.113]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D9D7116FC for ; Wed, 27 Apr 2016 04:41:28 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU436-SMTP59 ([65.55.111.73]) by BLU004-OMC2S38.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Tue, 26 Apr 2016 21:41:21 -0700 X-TMN: [Lphcx39pQyeAJgdT0f2vkItfzjmlBdnD] X-Originating-Email: [bourne.identity@hotmail.com] Message-ID: Subject: Re: How to access CUPS printer from wine applications ? To: Polytropon References: <20160427000932.c9916c64.freebsd@edvax.de> CC: tijl@coosemans.org, freebsd-questions@freebsd.org From: Manish Jain Date: Wed, 27 Apr 2016 10:09:41 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160427000932.c9916c64.freebsd@edvax.de> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Apr 2016 04:40:57.0785 (UTC) FILETIME=[FDDADA90:01D1A03E] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 04:41:29 -0000 On 04/27/16 03:39, Polytropon wrote: > On Tue, 26 Apr 2016 23:32:45 +0530, Manish Jain wrote: >>> Wine can be built with CUPS support but it isn't enabled by default so >>> you have to build your own package: >>> >>> cd /usr/ports/emulators/wine >>> make config >>> (enable the CUPS option) >>> make install clean >> Hi Tijl, >> >> Ah, I am on amd64, so I have to use i386-wine, not wine. The CUPS option >> applies only to the wine port, not i386-wine - which can only be built >> with MONO/GECKO options. > I have just checked this interesting solution on the i386 version. > I ran "wine wordpad", typed some nonsense, and hit Ctrl+P. The > printers known to CUPS did show up in the printer dialog, and > when the job was submitted, it appeared in the correct queue > (and got printed as intended). Well, I never tried that, but who > knows where it might be useful... :-) > > > > No, I just get a modal dialog stating that no printers are installed. "Please install one and retry".