X-Spam-Check-By: sourceware.org Message-ID: <46DE0957.9060708@cwilson.fastmail.fm> Date: Tue, 04 Sep 2007 21:41:43 -0400 From: Charles Wilson User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Problem with urxvt and alternatives References: <46DD95CA DOT 1020301 AT acm DOT org> In-Reply-To: <46DD95CA.1020301@acm.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 David Rothenberger wrote: > For some reason, alternatives won't work for urxvt for me. > > % alternatives --display urxvt > path to alternate expected in /var/lib/alternatives/urxvt > > I tried moving /var/lib/alternatives/urxvt away and rerunning the > update-alternatives command from > /etc/postinstall/rxvt-unicode-X.sh.done, but it produced an identical file. This is a bug in the postinstall script. It used to work, so I'm not sure what changed -- but the postinstall SHOULD read: ${sbindir}/update-alternatives \ --install ${bindir}/urxvt urxvt ${bindir}/urxvt-X.exe 30 \ --slave ${bindir}/urxvtc urxvtc ${bindir}/urxvtc-X.exe \ --slave ${bindir}/urxvtd urxvtd ${bindir}/urxvtd-X.exe Note that the actual targets need .exe. I'll fix this in the next release. Thanks for the report. -- Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/