ports/166748: [PATCH]deskutils/cairo-dock 2.3.0~3 not sound(Resend)

Takashi Matsubara t-matubara at miracle.ocn.ne.jp
Sun Apr 8 07:30:14 UTC 2012


>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 at 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:



More information about the freebsd-ports-bugs mailing list