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:message-id:date:subject:from:to:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=E1w bYaET8bBuMVv7zeBBT4gRHDUG0dkAdD+51gEOVD4Y1L5E4V/cYjh9GZzF/+JEG4q X/bto/HiWDc8oAhqAmO/0/HPv1ld7xJdmOgbz4KK/gshadZnVvajwA1U2YAx9RAw s2j3MePyXXpUjbT3hyyVyRrbpo02As0A23woBPAM= 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:message-id:date:subject:from:to:mime-version :content-type:content-transfer-encoding; s=default; bh=4xza1dWdu s+0htsr5ETCfCdenpo=; b=bzN1YMrcVwc4BtPEBft1T8RrT2/HRuTB4RP304DTa fXP7V7i9INDWWJw73efZxjcWyLjrtlyHtvRLIngnWOMDEB2slKKZV3GmakygDI4T 58x/yNGKOX8k+3CoR/vEi+e3b2q+F/cppEtST5wm/KTzOtps65XOkebTo8zPx5z1 yA= 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=0.7 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: lb3-smtp-cloud6.xs4all.net Message-ID: Date: Wed, 7 Jan 2015 15:28:51 +0100 Subject: gitk requires font-adobe-dpi75. Adam? Yaakov? From: "Houder" To: cygwin AT cygwin DOT com User-Agent: SquirrelMail/1.4.18 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Hi Adam, 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) Henri -- 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