GNU bug report logs -
#68512
Qutebrowser 3, no sound from pipewire-only system
Previous Next
Reported by: chris <chris <at> bumblehead.com>
Date: Tue, 16 Jan 2024 16:45:01 UTC
Severity: normal
Done: chris <chris <at> bumblehead.com>
Bug is archived. No further changes may be made.
Full log
Message #38 received at 68512 <at> debbugs.gnu.org (full text, mbox):
On 1月25日 木, Sergey Trofimov wrote:
>
> I'm glad you sorted it out. Check what are the environment variables for
> your sway process (cat /proc/<pid>/environ | tr -s '\0' '\n').
> Maybe XDG_RUNTIME_DIR is missing there? Enabling debug logging for pipewire
> might help as well: https://docs.pipewire.org/page_daemon.html
Sergey,
Yesterday after reporting back here, I found that I was able to change the commands used by sway from this
```
exec_always killall -wqr "(pipewire|wireplumber)" \
|| sleep 1 && ((pipewire &); sleep 2 && (wireplumber &))
```
To this
```
exec sleep 2 && pipewire
exec sleep 4 && wireplumber
```
sound is working each time the machine is started or restarted.
In order to script-generate the asoundrc file, I wish to use pipewire's store directory path inside a scheme function. WOuld you teach me how to do this? eg, `$(guix build pipewire) # /gnu/store/8572wxb5138hanhvn1lbfdm1kicxsd2k-pipewire-1.0.0`
No success trying various things from this thread https://www.mail-archive.com/help-guix <at> gnu.org/msg11871.html
'have also tried the following
```
(use-modules (gnu packages linux)
(gnu packages build-tools)
(gnu packages package-management))
(guix build pipewire)
```
running the file fails with this message:
```
Wrong type to apply: #<package guix <at> 1.4.0-15.e0885fc gnu/packages/package-management.scm:179 7fd6dfe0ebb0>
```
Thanks in advance for any recommendations or advice. Thank you for conversing with me and helping me thus far,
Chris
This bug report was last modified 1 year and 173 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.