Wayland on Linux Mint with KDE Plasma: Fix OBS Screen Sharing Issues "Screen Capture (PipeWire) "

Опубликовано: 22 Март 2026
на канале: NEXAGEEK
1,187
27

Resolve OBS Screen Sharing Issues with Wayland on Linux Mint & KDE Plasma
Encountering issues sharing your screen with OBS while using Wayland on Linux Mint with KDE Plasma? This video will guide you through the process of setting up Wayland on Mint with KDE Plasma and troubleshooting the OBS screen sharing problem, effectively addressing the absence of the "Capture screen (pipewire)" option.

SCRIPT::

#!/bin/bash

Update package repositories
sudo apt update

Install Plasma workspace for Wayland and the KDE Plasma desktop
sudo apt install plasma-workspace-wayland kde-plasma-desktop

Add the OBS Studio PPA
sudo add-apt-repository ppa:obsproject/obs-studio

Update package repositories again
sudo apt update

Install FFmpeg and OBS Studio
sudo apt install ffmpeg obs-studio

Install VLC plugin for Qt
sudo apt install vlc-plugin-qt

Install PipeWire Pulse, xdg-desktop-portal, and its Wayland and KDE extensions
sudo apt install pipewire-pulse xdg-desktop-portal xdg-desktop-portal-wlr xdg-desktop-portal-kde

Reload systemd daemon configurations
sudo systemctl daemon-reload

Install dbus
sudo apt install dbus

Start dbus service
sudo systemctl start dbus

Install PipeWire audio client libraries, Bluetooth and Jack SPA libraries, and WirePlumber
sudo apt install pipewire-audio-client-libraries libspa-0.2-bluetooth libspa-0.2-jack wireplumber

Enable WirePlumber service for the current user
systemctl --user --now enable wireplumber.service

Reboot the system to apply the changes
reboot

###################################################

COPY SCRIPT AND IN FILE NAME IT FOR EXAMPLE "FIX.sh"
THAN MAKE IT EXECUTIBALE WITH THIS COMMAND :
chmod 700 FIX.sh
THAN RUN SCRIP ./FIX.sh
THAN ENTER YOUR ROOT PASSWORD
THAN YOUR SYSTEM WILL REBOOT AND PROBLEM WILL BE SOLVED

DONT FORGECT TO SUBSCRIBE TO CHANNEL , THANK YOU