Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2012 07:23:44 GMT
From:      Takashi Matsubara <t-matubara@miracle.ocn.ne.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166748: [PATCH]deskutils/cairo-dock 2.3.0~3 not sound(Resend)
Message-ID:  <201204080723.q387NiAW069752@red.freebsd.org>
Resent-Message-ID: <201204080730.q387UDGe055800@freefall.freebsd.org>

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

>Number:         166748
>Category:       ports
>Synopsis:       [PATCH]deskutils/cairo-dock 2.3.0~3 not sound(Resend)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 08 07:30:13 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Takashi Matsubara
>Release:        FreeBSD9-STABLE
>Organization:
>Environment:
FreeBSD tamago-two.tamago.local 9.0-STABLE FreeBSD 9.0-STABLE #10: Fri Apr  6 21:51:06 JST 2012     matubara@tamago-two.tamago.local:/usr/obj/usr/src/sys/TAMAGO-TWO  amd64
>Description:
It may not send attachments, Resend. 

Although the mail applet is used, when new-arrival mail is received, sound does not become.

>How-To-Repeat:
Always
>Fix:
--- patch-cairo-dock-applet-facility.c begins here ---

---- src/gldit/cairo-dock-applet-facility.c.orig 2012-04-01 14:54:52.000000000 +0900
+++ src/gldit/cairo-dock-applet-facility.c      2012-04-01 14:55:15.000000000 +0900
@@ -350,7 +350,7 @@

        GError *erreur = NULL;
        gchar *cSoundCommand = NULL;
-       if (g_file_test ("/usr/bin/paplay", G_FILE_TEST_EXISTS))
+       if (g_file_test ("/usr/local/bin/paplay", G_FILE_TEST_EXISTS))
                cSoundCommand = g_strdup_printf("paplay --client-name=cairo-dock \"%s\"", cSoundPath);

        else if (g_file_test ("/usr/bin/aplay", G_FILE_TEST_EXISTS))
-- patch-cairo-dock-applet-facility.c ends here ---

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



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