Bug 293608 - net-im/signal-desktop reduces sound volume on startup
Summary: net-im/signal-desktop reduces sound volume on startup
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mikael Urankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-03-05 21:49 UTC by Christos Margiolis
Modified: 2026-04-18 09:35 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christos Margiolis freebsd_committer freebsd_triage 2026-03-05 21:49:16 UTC
I'm currently running signal-desktop 8.0.0 but this was already an issue in at least the last version, as far as I can remember. In short the sound volume of the machine gets reduced when signal-dekstop starts up.
Comment 1 Mikael Urankar freebsd_committer freebsd_triage 2026-03-09 08:07:14 UTC
signal-desktop uses electron/pulseaudio/pipewire. Are you sure it's not one of them the issue?

I can't replicate on my machine (fbsd15.0, plasma6 DE), but I'm not sure what your symptoms are:

mixer -a
pcm0:mixer: <Realtek ALC236 (Internal Analog)> on hdaa0 (play/rec)
    vol       = 0.25:0.25     pbk
    pcm       = 1.00:1.00     pbk
    rec       = 0.37:0.37     pbk
    ogain     = 1.00:1.00     pbk
    monitor   = 0.67:0.67     rec src
pcm1:mixer: <Realtek ALC236 (Front Analog Headphones)> on hdaa0 (play) (default)
    vol       = 0.46:0.46     pbk
    pcm       = 1.00:1.00     pbk
    ogain     = 1.00:1.00     pbk

signal-desktop &

mixer -a
pcm0:mixer: <Realtek ALC236 (Internal Analog)> on hdaa0 (play/rec)
    vol       = 0.25:0.25     pbk
    pcm       = 1.00:1.00     pbk
    rec       = 0.37:0.37     pbk
    ogain     = 1.00:1.00     pbk
    monitor   = 0.67:0.67     rec src
pcm1:mixer: <Realtek ALC236 (Front Analog Headphones)> on hdaa0 (play) (default)
    vol       = 0.46:0.46     pbk
    pcm       = 1.00:1.00     pbk
    ogain     = 1.00:1.00     pbk
Comment 2 Christos Margiolis freebsd_committer freebsd_triage 2026-03-13 18:52:13 UTC
(In reply to Mikael Urankar from comment #1)
Only pulseaudio is running. Pipewire isn't, and electron is not even installed on my system.

$ pkg info | grep pulse
gstreamer1-plugins-pulse-1.28.1 GStreamer pulseaudio plugin

Which pulseaudio version are you running?
Comment 3 Christos Margiolis freebsd_committer freebsd_triage 2026-03-13 18:52:51 UTC
Sorry, wrong package in the above message:

$ pkg info | grep pulseaudio
pulseaudio-17.0_4              Sound server for UNIX
Comment 4 Mikael Urankar freebsd_committer freebsd_triage 2026-03-15 10:36:55 UTC
(In reply to Christos Margiolis from comment #3)
pulseaudio-17.0_4

signal-desktop IS an electron app, you use it even if it's not installed.
Comment 5 Christos Margiolis freebsd_committer freebsd_triage 2026-04-18 09:35:08 UTC
The issue seems to have gone away after a recent update.