JakobDev
JakobDev
Wine is [already on Flatpak](https://github.com/flathub/org.winehq.Wine). It is a commandline only Program, so it is not shown on the Website or the Software Centers. Install with: `flatpak install flathub org.winehq.Wine` and...
Legendary is used by HeroicGamesLauncher, whose developer [tries to build a flatpak](https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/pull/515l). HeroicGamesLauncher is used by a lot of people to play Games from Epic Games Store. Because Epic Games...
> Aside from a few dependencies, AutoKey is mostly distribution/release/desktop agnostic. What advantages or situations would having a flatpak or other container address that couldn't be more simply handled, e.g....
I have craeted a Flatpak Manifest: ```yaml app-id: com.github.punesemu.puNES runtime: org.kde.Platform runtime-version: "5.15-21.08" sdk: org.kde.Sdk command: punes finish-args: - --socket=fallback-x11 - --socket=wayland - --share=ipc - --device=all - --share=network - --socket=pulseaudio...
I have tried building with the latest commit and it works. ```bash # Build and install flatpak-builder --user --install --force-clean build-dir com.github.punesemu.puNES.yml # Run flatpak run com.github.punesemu.puNES ``` But there...
> Fixed with https://github.com/punesemu/puNES/commit/55c957b6257ef43dafffcf9aba5869518513bf25. Nice > Fixed with with a few small changes to your Flatpak Manifest: Please don't do that. You should really install the icons and desktop file...
> Update: OK I've fixed the warning. Nice to hear. > Updated the Manifest with the addition of the nvidia-cg-toolkit module: Is this optional? I ask because Flathub builds for...
Since VueTube is made with capacitor, [capacitor-community/tauri](https://github.com/capacitor-community/tauri) is needed, which is currently in Alpha. It would be best to use [capacitor-community/electron](https://github.com/capacitor-community/electron), until Tauri is ready.
I'm personally not a huge fan of Electron, because of it's resource hungry even on Desktop PCs, but it's the only choice here.Tauri itself has only a release candidate and...
Why do you need this?