A little info-
distro- arch linux
environment - originally installed xfce4 but moved to niri
problem - obs studio isn't showing the screen capture as a source, i have tried both pacman and flatpak version, none of them are working. installed xdg desktop portals and configured it to use xdg dp wlr instead of gtk but still no sign of screen capture. any fixes to this?
#[SOLVED]Obs-studio isn't showing screen capture as a source
67 messages · Page 1 of 1 (latest)
@calm comet sudo pacman -S pipewire pipewire-audio pipewire-pulse wireplumber pipewire-v4l2
install xdg-desktop-portal-gtk and xdg-desktop-portal-wlr
add [preferred] default=gtk org.freedesktop.impl.portal.Screenshot=wlr org.freedesktop.impl.portal.ScreenCast=wlrthis to ~/.config/xdg-desktop-portal/portals.conf
@hallow moss i kinda got myself into another situation 👉👈
After messing around with the portal services i decided to reboot
And it failed to boot, i checked journalctl and it says unable to locate executable 'plymouth' : no such file or directory
On a scale of 1 to 10 how cooked am i
@calm comet do you have the usb with arch into it?
Not rn, I'm at the library. I can repair it after i go home. Could you still let me know what I should do?
@calm comet https://wiki.archlinux.org/title/Chroot then pacman -Syu in the chroot and photo of that please
Will do.
@hallow moss should I reinstall arch bruh
it keeps giving me that can't mount /boot error
No need to reinstall.
Run lsblk
@radiant ivy
The sda 1 and 2 are my arch
1 is efi and 2 is /
Sda3 and 4 are windows
Sdb is my usb
Did you format the partition correctly? if you did you can mount them : mount /dev/sda2 /mnt and mount /dev/sda1 /mnt/boot
I did i can mount and chroot into them too
That's not the main problem
The main problem is it still fails to mount boot
Just mount them don't chroot yet.
Okay
Can you show?
The output of lsblk
Now gen the fstab with genfstab -U /mnt > /mnt/etc/fstab
After that you can Chroot.
Did you run pacstrap before?
I didn't
I ran this
Okay that is fine just run pacstrap /mnt linux base base-devel before you chroot.
Okayy doing it right now
After that you can Rerun the genfstab command genfstab -U /mnt > /mnt/etc/fstab
You don't have any data on your system?
Sorry my internet went out and was giving me errors on the pacstrap command
Okay i ran this
Now i chroot?
I mean do you have anything personal that you want to back up?
Failed to access sysfs ditectory: /sys/dev/block : no such file or directory
Yeah I don't have a lot but I do have some books on there which i wanted to move. I mean i can ask my friends later on if I do end up losing them
You can copy them to some other place there are cd home/yourusername/
If you want to copy them you can do so by copying them to the usb like mkdir books mount /dev/sdb1 books and just cp home/yourusername/yourbooks books/
Right, just reboot and boot from the usb.
Alright thanks!