X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:references :mime-version:content-type:in-reply-to; q=dns; s=default; b=m4g1 RlwZxeeqffe3fiXMywrP64pXgkK7g/PKw9IgQdNF3vlNvPizpu84JwZ0AlrYwuPo 49pjMF1K7MSgmTm2sLvTEomigUf3J6LK1SHdOCI6Dvq3f7Q0Nfc20C74lvjmrDcH nP8mxR4WbQS550oQ7e4XIiYNU6uOCosyfaG9JN0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:references :mime-version:content-type:in-reply-to; s=default; bh=xc2E0v61QJ 83cT96ILoxenYjZAw=; b=dY0RBsIh4lWyIytNH1KHrKKwwEYZMRZTXUlY0YO62q 2xTQ9bAyKBhpsFg3clnEGUHzm+fbWTQypURuzwf/kmcg0ntZrQBd6HFYBgjXIVgs hy1aywDFywfXr6YMPJN8qPB5oEIuSEdrmQFvWUG4e0tmyZLYVoyhihHb+/Q6ZZlW 4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f171.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=8mhG0l9AhfBK0BS3CVBKcINPynBkvqJtubxdhkpBNOg=; b=EpAuj3enaPA5dtohqr93kMtkHA2c9IvKTSOzaogjv77VSmPAmXi6pmJ0GPgJ+gBkNd XwGM8HEuB6PaQpJ/FDK9sVp6EA1d12YOrNBnm6z58wKD8xH0t+heYuIq8c4SpmQtle5O wssEB829nQFMrwWyO693G1GfezIO0KBuusUW7IliJl4JVZYPVNmMJdnAZkmggW2BrfIL JdhwVcsgLA3IbgY92UlSaeL4aFkvESoGQjlG498mT7HNIx60Zjm1Z6rJ059nUusVB802 1kKOfcbuOVzgcJzl/BdD6PrK6aHCazCMS1de36Z8UANSyFvvCTbT/zfPRqb8Bx7zGM9D eU2w== X-Gm-Message-State: ALoCoQk/kgivfIG3COqtrvX6HlVs2qVhI16y7RHR2Hz3rhctOP3x4QHKRxQhLCifFkqfb0cWyIoK X-Received: by 10.112.156.169 with SMTP id wf9mr5106149lbb.85.1420642080316; Wed, 07 Jan 2015 06:48:00 -0800 (PST) Date: Wed, 7 Jan 2015 14:47:57 +0000 From: Adam Dinwoodie To: cygwin AT cygwin DOT com Subject: Re: gitk requires font-adobe-dpi75. Adam? Yaakov? Message-ID: <20150107144757.GB20436@dinwoodie.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes On Wed, Jan 07, 2015 at 03:28:51PM +0100, Houder wrote: > Just a hint ... (for the next release, perhaps) > > gitk (i.e tcl-tk) requires an "x-server" (operational dependency). For that reason, I > have xorg-server installed (which includes the XWin command). > > XWin (which provides me the required "x-server") is invoked as follows: > > XWin --multiwindow & # now I have an x-server running ... > > gitk is invoked as follows: > > DISPLAY=:0 gitk --all > > gitk will crash (silently), unless I have font-adobe-dpi75 installed as well ... > > gitk does NOT require font-adobe-dpi75 in setup.ini, but apparently it is required in > order for gitk NOT to crash. > > Hint: packages like xman and xterm have font-adobe-dpi75 as a requirement in setup.ini > > (yes, I could have installed xinit, which (transitively) requires font-abobe-dpi75) Thanks for the report! I'd initially thought this was a similar situation to previous complaints about gitk not including xorg-server as a dependency (which per [0] is correct if regularly confusing). However looking at xterm it appears the convention is to require font-adobe-dpi75 even while xorg-server isn't a requirement. [0]: https://cygwin.com/ml/cygwin/2012-02/msg00602.html I'm not particularly familiar with the maze of X-related dependencies, but unless someone points out some reason not to, I'll add font-adobe-dpi75 as a requirement for gitk (and probably git-gui, but I'll check if that's necessary) with the next Git build. That should appear in the next couple of days, barring any unforseen problems. Adam -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple