📝 Made notes of installing obs via flatpak

This commit is contained in:
tomit4 2025-09-24 14:01:29 -07:00
parent 851a6e4c92
commit 58d9e28183
2 changed files with 13 additions and 1 deletions

View file

@ -32,6 +32,7 @@ alias offline="cd ~/Documents/offline_notes && ls"
# alias vpnup="doas sv up wireguard"
# alias vpndown="doas sv down wireguard"
alias pihole="docker exec -it pihole-unbound pihole"
alias obs="gobble flatpak run com.obsproject.Studio"
alias Code="cd ~/Documents/Code && ls"
alias graphics="cd ~/Documents/Graphic_Design && ls"
alias Math="cd ~/Documents/Math && ls"

View file

@ -928,4 +928,15 @@ This is because of recent updates to pihole-unbound docker config file (re-run d
Install sc-git (spreadsheet calculator TUI program)
paru sc-git (1st choice)
test
09/24/2025
Reinstall obs-studio from flatpak:
doas pacman -Rs obs-studio
doas pacman -S flatpak
Download flatpak from:
https://flathub.org/en/apps/com.obsproject.Studio
In Downloads directory run:
flatpak install com.obsproject.Studio.flatpakref
Test with:
flatpak run com.obsproject.Studio
You also have the alias you created:
obs