From owner-freebsd-gnome@FreeBSD.ORG Fri Nov 9 01:35:25 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3945FED for ; Fri, 9 Nov 2012 01:35:25 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 90CE88FC0C for ; Fri, 9 Nov 2012 01:35:25 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id qA91ZJZ6044286 for ; Thu, 8 Nov 2012 17:35:19 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <509C5DD7.7050808@rawbw.com> Date: Thu, 08 Nov 2012 17:35:19 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121107 Thunderbird/16.0.2 MIME-Version: 1.0 To: gnome@freebsd.org Subject: xdg-email fails to find kmailservice in kde4 environment Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2012 01:35:25 -0000 I have kde4 installed. chrome's way to fulfill mailto: links is to call xdg-email. And it fails to find kmailservice: $ xdg-email xxx@xxx.xxx /usr/local/bin/xdg-email: kmailservice: not found test: : bad number test: : bad number test: : bad number The first line is the problem I am talking about, the other three lines is some other issue. kmailserver is in /usr/local/kde4/lib/kde4/libexec/ directory which isn't normally in PATH. That's why the problem occurs. Even though xdg-utils is under the gnome maintenance, it should still work with kde4 since some non-gnome programs chose to use it too. xdg-utils-1.0.2 Thanks, Yuri