Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2007 21:03:49 -0300
From:      "Phillip N." <pneumann@gmail.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/108851: [Patch] net-im/libgaim
Message-ID:  <1170806629.1582@fly.sofsis.cl>
Resent-Message-ID: <200702070010.l170AIFu001740@freefall.freebsd.org>

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

>Number:         108851
>Category:       ports
>Synopsis:       [Patch] net-im/libgaim
>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:   Wed Feb 07 00:10:18 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Phillip N.
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
>Environment:


System: FreeBSD 6.2-PRERELEASE #0: Sat Dec 30 17:10:04 CLST 2006
    root@fly.sofsis.cl:/usr/obj/usr/src/sys/GENERIC



>Description:


It looks like gaim service file is not consistent about what is the name it uses.

gaim identify itself as net.sf.gaim.GaimService, but the .service file of beta6, has the Name org.gaim.GaimService.

dbus cannot start gaim, when a program tries to comunicate to it and its not running.

PR 108850 depends on this.

Ive post a bug report in 
http://sourceforge.net/tracker/index.php?func=detail&aid=1651550&group_id=235&atid=100235

thanks!






>How-To-Repeat:





>Fix:


$ more files/patch-gaim.service.in 

--- gaim.service.in.orig        Tue Feb  6 20:55:54 2007
+++ gaim.service.in     Tue Feb  6 20:56:04 2007
@@ -1,3 +1,3 @@
 [D-BUS Service]
-Name=org.gaim.GaimService
+Name=net.sf.gaim.GaimService
 Exec=@bindir@/gaim



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



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