flatpak-spawn in flathub app?

This page summarizes the projects mentioned and recommended in the original post on /r/flatpak

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Currently we are using gnome sdk: https://github.com/flathub/org.scintilla.SciTE/blob/master/org.scintilla.SciTE.yaml

  • liberation-fonts

    The Liberation(tm) Fonts is a font family which aims at metric compatibility with Arial, Times New Roman, and Courier New.

  • app-id: org.scintilla.SciTE runtime: org.freedesktop.Sdk runtime-version: '20.08' sdk: org.freedesktop.Sdk command: SciTE rename-desktop-file: SciTE.desktop finish-args: - --socket=wayland - --socket=fallback-x11 - --device=dri - --filesystem=host - --talk-name=org.freedesktop.Flatpak modules: - name: SciTE buildsystem: simple sources: - type: archive url: https://www.scintilla.org/scite446.tgz strip-components: 0 sha256: 1c2e6eee6c8aa2e52983d9713a4b1c97d06c376324a3ec8932adfcb9e55d16d1 - type: file path: org.scintilla.SciTE.metainfo.xml - type: file path: org.scintilla.SciTE.png - type: file path: SciTEGlobal.properties - type: archive path: toolbar-icons.tar.xz - type: file path: cpp.build.run.properties build-commands: - cd scintilla/gtk && make GTK3=1 -j $FLATPAK_BUILDER_N_JOBS prefix="${FLATPAK_DEST}" - cd scite/gtk && make GTK3=1 -j $FLATPAK_BUILDER_N_JOBS prefix="${FLATPAK_DEST}" && make GTK3=1 install prefix="${FLATPAK_DEST}" - mkdir -p /app/share/metainfo - install -Dm644 org.scintilla.SciTE.metainfo.xml /app/share/metainfo/ - mkdir -p ${FLATPAK_DEST}/share/icons/hicolor/128x128/apps/ - install -Dm644 org.scintilla.SciTE.png ${FLATPAK_DEST}/share/icons/hicolor/128x128/apps/ # sane defaults for SciTE application - mkdir -p ${FLATPAK_DEST}/share/scite - install -Dm644 SciTEGlobal.properties ${FLATPAK_DEST}/share/scite # build before running c, c++, vala source - cat cpp.build.run.properties >> ${FLATPAK_DEST}/share/scite/cpp.properties # scite needs scintilla.so at /app/lib - ln -sf ${FLATPAK_DEST}/lib/scite/*.so ${FLATPAK_DEST}/lib # Install icons - sed 's/Icon=Sci48M/Icon=org.scintilla.SciTE/g' -i ${FLATPAK_DEST}/share/applications/SciTE.desktop - mkdir -p ${FLATPAK_DEST}/share/icons/Adwaita/{22x22,24x24}/ ${FLATPAK_DEST}/share/icons/hicolor/22x22/actions - install -Dm644 *.png ${FLATPAK_DEST}/share/icons/hicolor/22x22/actions - ln -sf ${FLATPAK_DEST}/share/icons/hicolor/22x22/actions ${FLATPAK_DEST}/share/icons/Adwaita/22x22/actions - ln -sf ${FLATPAK_DEST}/share/icons/hicolor/22x22/actions ${FLATPAK_DEST}/share/icons/Adwaita/22x22/legacy - ln -sf ${FLATPAK_DEST}/share/icons/hicolor/22x22/actions ${FLATPAK_DEST}/share/icons/Adwaita/24x24/legacy - ln -sf ${FLATPAK_DEST}/share/icons/hicolor/22x22/actions ${FLATPAK_DEST}/share/icons/Adwaita/24x24/actions - name: font-liberation-mono buildsystem: simple build-commands: - mkdir /app/share/fonts/ - install -Dm644 LiberationMono*.ttf /app/share/fonts/ sources: - type: archive url: https://github.com/liberationfonts/liberation-fonts/files/6060976/liberation-fonts-ttf-2.1.3.tar.gz md5: 02503c31b7182fc9adc6ebebe3221478 cleanup: - "*.a" - /lib/debug - /lib32/debug - /lib64/debug - /share/man - /include

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Just package a terminal emulator because you should run in the sandbox, that's unless you're targeting host environment development, and I don't think it should be the default. Please don't use xtrem, it belongs in a museum. I'm using termite here, it's working great in Wayland though it's using its own fork of vte, which is why I might switch away to something else.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project