Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bilelmoussaoui/stremio-flatpak
Stremio Flatpak package
https://github.com/bilelmoussaoui/stremio-flatpak
flatpak linux stremio
Last synced: about 2 months ago
JSON representation
Stremio Flatpak package
- Host: GitHub
- URL: https://github.com/bilelmoussaoui/stremio-flatpak
- Owner: bilelmoussaoui
- License: gpl-3.0
- Archived: true
- Created: 2018-09-29T16:51:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T13:56:27.000Z (over 1 year ago)
- Last Synced: 2024-07-31T15:02:36.935Z (5 months ago)
- Topics: flatpak, linux, stremio
- Size: 21.5 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-stremio - Flatpak package
README
# stremio-flatpak
Stremio Flatpak package (WIP)## TODO:
- [ ] Add tray icon support on old distro
- [ ] Add an AppData file
- [ ] Bundle a higher resolution icon
- [ ] Contact upstream to use it as an official distribution system
- [ ] The application keeps running on the background when you close it (tray icon is hidden)## How to build:
1 - Install [Flatpak](https://flatpak.org/setup/) & flatpak-builder2 - Add Flathub remote
```
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
```3 - Install freedesktop's runtime
```bash
flatpak install flathub org.freedesktop.Platform//18.08
flatpak install flathub org.freedesktop.Sdk//18.08
```4 - Install Electron's BaseApp
```
flatpak install flathub org.electronjs.Electron2.BaseApp//stable
```5 - Clone the repository
```
git clone --recurse-submodules https://github.com/bilelmoussaoui/stremio-flatpak/
cd ./stremio-flatpak
```6 - Build & Install Stremio's Flatpak package
```
flatpak-builder --install stremio com.stremio.Stremio.yml
```