Skip to content

Instantly share code, notes, and snippets.

@cpba
cpba / com.github.psi_rockin.CorgiDS.json
Created January 29, 2018 20:38
Manifest for flatpak-builder
{
"app-id": "com.github.psi_rockin.CorgiDS",
"runtime": "org.kde.Platform",
"runtime-version": "5.9",
"sdk": "org.kde.Sdk",
"command": "corgids",
"finish-args": [
"--device=all",
"--filesystem=host:ro",
"--socket=pulseaudio",
@cpba
cpba / im.srain.Srain.json
Last active February 22, 2018 15:52
flatpak manifest for Srain
{
"app-id": "im.srain.Srain",
"runtime": "org.gnome.Platform",
"runtime-version": "3.26",
"sdk": "org.gnome.Sdk",
"command": "srain",
"rename-desktop-file": "Srain.desktop",
"rename-icon": "srain",
"finish-args": [
"--device=all",
{
"app-id": "com.github.ferreiradaselva.code-edit",
"runtime": "org.gnome.Platform",
"runtime-version": "3.26",
"sdk": "org.gnome.Sdk",
"command": "code-edit",
"finish-args": [
"--share=ipc",
"--device=dri",
"--filesystem=host",
@cpba
cpba / dk.tangramgames.mrrescue.json
Last active March 16, 2018 18:37
Flatpak manifest for mrrescue
{
"app-id": "dk.tangramgames.mrrescue",
"runtime": "org.freedesktop.Platform",
"runtime-version": "1.6",
"sdk": "org.freedesktop.Sdk",
"command": "mrrescue",
"finish-args": [
"--device=dri",
"--socket=pulseaudio",
"--socket=x11",