mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #353] Crashes on Startup Arch Linux #242
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hughesjs on GitHub (Oct 22, 2022).
Original GitHub issue: https://github.com/jpochyla/psst/issues/353
Describe the bug
Start
psst-guiand login. App immediately crashes.STD_ERR reports (with
RUST_BACKTRACE=full):To Reproduce
Start
psst-guiand log-inExpected behavior
It logs in and gui launches.
Screenshots
N/A
Environment
5.19.13-arch1-g14-3Additional context
I'm using PulseAudio for my sound stack
@hughesjs commented on GitHub (Oct 22, 2022):
This seems relevant: https://github.com/RustAudio/rodio/issues/267
And installing this seems to fix the issue but this definitely feels like a workaround, not a fix: https://archlinux.org/packages/extra/x86_64/pulseaudio-alsa
@bemug commented on GitHub (Nov 8, 2022):
I confirm installing pulseaudio-alsa works.
@Insprill commented on GitHub (Jan 9, 2023):
Duplicate of #230
@kepi commented on GitHub (Mar 22, 2024):
Just for those who stumble here looking for solution and using pipewire,
pipewire-alsainstead of pulseaudio one works too.