Bug 259876 - net-im/gajim: notification sounds don't play
Summary: net-im/gajim: notification sounds don't play
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-16 10:20 UTC by Andras Farkas
Modified: 2025-03-07 11:51 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (rm)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andras Farkas 2021-11-16 10:20:36 UTC
Notification sounds don't play, in Gajim.  However, this is solved by installing the gsound pkg.
The fix would be to make the gajim pkg depend on gsound.

Interestingly, while one of Gajim's config files mentions "aucat -i" it doesn't seem to use it.
Comment 1 Andras Farkas 2021-11-16 11:45:02 UTC
Additional info about my machine:
Gajim version:
gajim-1.3.2

$ freebsd-version -kru
13.0-RELEASE-p4
13.0-RELEASE-p4
13.0-RELEASE-p5
$ uname -a
FreeBSD nyann.tanasinn.mochi 13.0-RELEASE-p4 FreeBSD 13.0-RELEASE-p4 #0: Tue Aug 24 07:33:27 UTC 2021     root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2025-03-06 15:57:03 UTC
Hello, does this issue still arrive in modern gajim versions?
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-03-07 11:49:53 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c7f8b5dce920b6e6ac1830e091dcecc4c0531530

commit c7f8b5dce920b6e6ac1830e091dcecc4c0531530
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2025-03-07 11:46:11 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2025-03-07 11:48:47 +0000

    net-im/gajim: add dependency on gsound

    gsound library is required for Notification sounds "feature" of gajim.
    It is called via gobject.

    PR:             259876
    Reported by:    Andras Farkas <deepbluemistake@gmail.com>

 net-im/gajim/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2025-03-07 11:51:19 UTC
gsound is indeed required for notification support. Not sure why it took that long to bring it here, apologies. Thank you for heads up!