You are not logged in.
So you decided to install KDE and Wayland the best darn desktop on Arch, and you want OBS. So you go to install it and it doesn't work. WAH SO SAD! Well boy howdie do I have a fix for you! This is assuming you installed barebones KDE and Arch with archinstall. There may be other packages you are missing but this is what worked for me.
First you want to install the following packages:
pipewire
pipewire-media-session
xdg-portal-desktop
xdg-portal-desktop-kde
obs-studio (if you haven't already)
And that's it, you are done, pick pipewire from the additions list! If this worked for you please leave a like and make sure to look for me in the future with more awesome fixes, tips, and suggestions! Bookmark my profile and check back every so often! BYE =^-^=
Offline
The packages are actually xdg-desktop-portal and xdg-desktop-portal-kde.
Unfortunately there is no visible mouse pointer on recordings.
Offline
I have all of these, but it complains about a missing Qt plugin:
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: minimal, vnc, linuxfb, eglfs, xcb, vkkhrdisplay, minimalegl, offscreen.
[1] 528449 IOT instruction (core dumped) obs
Offline
Interestingly, I was able to get OBS to "function" by using:
export QT_QPA_PLATFORM=[platform-plugin]
but OBS never pops up and I'm not sure how to get the "wayland" platform plugin.
Last edited by TheoCGaming (2023-01-03 06:24:20)
Offline
fixed it:
export QT_QPA_PLATFORM=xcb obs
Offline
I have all of these, but it complains about a missing Qt plugin:
You need to install qt6-wayland:
https://bbs.archlinux.org/viewtopic.php?id=280080
https://wiki.archlinux.org/title/Open_B … re#Wayland
Unfortunately there is no visible mouse pointer on recordings.
Works for me – are you sure you have the "Show Cursor" option in Source properties selected?
Offline