Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Walmes Marques Zeviani
linux-config
Commits
cbaa785d
Commit
cbaa785d
authored
2 years ago
by
Walmes Marques Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
Replace PulseAudio by PipeWire.
parent
19ef41d4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
install_ubuntu_details.sh
+45
-0
45 additions, 0 deletions
install_ubuntu_details.sh
with
45 additions
and
0 deletions
install_ubuntu_details.sh
+
45
−
0
View file @
cbaa785d
...
@@ -574,6 +574,51 @@ entangle --debug-entangle
...
@@ -574,6 +574,51 @@ entangle --debug-entangle
sudo
apt-get update
sudo
apt-get update
sudo
apt-get
install
grsync
sudo
apt-get
install
grsync
#-----------------------------------------------------------------------
# Replace PulseAudio PipeWire.
# https://www.reddit.com/r/pop_os/comments/ofdalv/comment/h4c5p6u/
# Add ppa for latest build
sudo
add-apt-repository ppa:pipewire-debian/pipewire-upstream
# Update
sudo
apt update
# Install components
sudo
apt
\
install
gstreamer1.0-pipewire
\
pipewire-media-session
\
libspa-0.2-bluetooth
\
libspa-0.2-jack
\
pipewire
\
pipewire-audio-client-libraries
# # If you get unmet dependencies, you can run:
# sudo apt --fix-broken install
# # Then re-run
# sudo apt install \
# gstreamer1.0-pipewire \
# pipewire-media-session \
# libspa-0.2-bluetooth \
# libspa-0.2-jack \
# pipewire \
# pipewire-audio-client-libraries
# Reload new services
systemctl
--user
daemon-reload
# Disable PulseAudio service
systemctl
--user
--now
disable pulseaudio.service pulseaudio.socket
# If you update from previous version of PopOS
systemctl
--user
mask pulseaudio
# Enable Pipewire services
systemctl
--user
--now
enable
pipewire pipewire-pulse
# Enable Pipewire media session
systemctl
--user
--now
enable
pipewire-media-session.service
#-----------------------------------------------------------------------
#-----------------------------------------------------------------------
# Homebrew and Hugo.
# Homebrew and Hugo.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment