In the beginning there was darkness

This commit is contained in:
Daniel Ziltener 2024-10-21 23:54:17 +02:00
parent f59a1ae2bb
commit 2ed3e76853
Signed by: zilti
GPG key ID: B38976E82C9DAE42
2 changed files with 4 additions and 12 deletions

View file

@ -18,7 +18,7 @@ command = "flatpak run com.valvesoftware.SteamLink"
[[launcher.entry]] [[launcher.entry]]
id = "stremio" id = "stremio"
image = "media/images/stremio.png" image = "media/images/stremio.png"
command = "/home/zilti/stremio-shell/build/stremio" command = "flatpak run com.stremio.Stremio"
[[launcher.entry]] [[launcher.entry]]
id = "update" id = "update"

View file

@ -4,7 +4,7 @@ sudo apt upgrade -y
sudo apt install -y chicken-bin libchicken-dev libchicken11 \ sudo apt install -y chicken-bin libchicken-dev libchicken11 \
libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev \ libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev \
flatpak xdg-desktop-portal vim unclutter \ flatpak xdg-desktop-portal vim unclutter \
qemu-user-static qemu-user-static steam-devices
sudo systemctl enable bluetooth sudo systemctl enable bluetooth
blueman-tray & blueman-tray &
@ -58,18 +58,10 @@ X-GNOME-Autostart-enabled=true
EOF EOF
### Steam Link ### Steam Link
flatpak --arch=x86_64 -u install com.valvesoftware.SteamLink flatpak --arch=x86_64 -u install flathub com.valvesoftware.SteamLink
### Stremio ### Stremio
# See https://github.com/Stremio/stremio-shell/blob/master/DEBIAN.md flatpak --arch=x86_64 -u install flathub com.stremio.Stremio
sudo apt install qtcreator qt5-qmake g++ pkgconf libssl-dev librsvg2-bin \
libkf5webengineviewer-dev libqt5opengl5-dev \
libmpv-dev
git clone --depth=1 --recurse-submodules -j8 https://github.com/Stremio/stremio-shell.git
cd stremio-shell
qmake
make -f release.makefile
### Menu ### Menu