Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2012 18:13:36 GMT
From:      Yuri <yuri@tsoft.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173742: [PATCH] devel/xdg-util: fixed kde4 mailer app path
Message-ID:  <201211201813.qAKIDapi060417@red.freebsd.org>
Resent-Message-ID: <201211201820.qAKIK00t027106@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173742
>Category:       ports
>Synopsis:       [PATCH] devel/xdg-util: fixed kde4 mailer app path
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 20 18:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Yuri
>Release:        9.1-RC3
>Organization:
n/a
>Environment:
>Description:
fixes the issue when in chrome (and maybe other apps) no mail app is open (in kde4) when clicked on mailto: links due to the wrong path in xdg-email.

Attn. gnome@
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: devel/xdg-utils/files/patch-scripts_xdg-email
===================================================================
--- devel/xdg-utils/files/patch-scripts_xdg-email	(revision 307580)
+++ devel/xdg-utils/files/patch-scripts_xdg-email	(working copy)
@@ -1,5 +1,14 @@
---- scripts/xdg-email.orig	2008-04-08 21:21:25.156668001 -0400
-+++ scripts/xdg-email	2008-04-08 21:22:20.347011466 -0400
+--- scripts/xdg-email.orig	2012-11-20 10:07:29.000000000 -0800
++++ scripts/xdg-email	2012-11-08 17:41:05.000000000 -0800
+@@ -394,7 +394,7 @@
+     fi
+     DEBUG 1 "Running kmailservice \"$1\""
+     # KDE uses locale's encoding when decoding the URI, so set it to UTF-8
+-    LC_ALL=C.UTF-8 kmailservice "$1"
++    LC_ALL=C.UTF-8 /usr/local/kde4/lib/kde4/libexec/kmailservice "$1"
+     kfmclient_fix_exit_code $?
+ 
+     if [ $? -eq 0 ]; then
 @@ -480,7 +480,7 @@
  
  options=


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211201813.qAKIDapi060417>