mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Please make pulseaudio an optional dependency #57
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#57
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 @pitsi on GitHub (Jun 8, 2021).
I tried installing rustdesk a few minutes ago (because I did not know it existed until then) and apt lists pulseaudio as a direct dependency for rustdesk
I think pulseaudio should not be a direct dependency (for the deb package at least) of rustdesk.
@pitsi commented on GitHub (Jun 8, 2021):
Thank you the "reply". I probably won't be using your app since it does not care for the advanced users who don't want pulseaudio on their systems.
@MohammedFota commented on GitHub (Oct 31, 2022):
Hi @pitsi
You could install RustDesk without pulseaudio, inside the terminal navigate to the downloaded folder and type the following:
sudo apt install python3-pipsudo dpkg --force-all -i ./rustdesk-1.1.9.debsudo apt --fix-broken installThis will force install the package without pulseaudio, not sure if this will break any remote audio playback.
Cheers
@pitsi commented on GitHub (Nov 19, 2022):
Sorry for answering ~20 days later, but I was sick :(
Something went horribly wrong with the second command
@rustdesk commented on GitHub (Nov 22, 2022):
removed in master
@pitsi commented on GitHub (Aug 12, 2023):
I just noticed that v1.2.x was released last month. Now it has a direct dependency on pipewire instead of pulseaudio, so still no rustdesk for me.