From Fedora Project Wiki
(Add etherpad link for the agenda for the first meeting)
m (Update links to platforms & sdks)
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{|width="100%" align="center"
{|width="100%" align="center"
|-
|-
|style="border-width: 0px;"|{{projectline|SIGs/Flatpak|Flatpak SIG|Fedora Flatpak Packaging Special Interest Group|Flatpak_Logo.svg|}}
|style="border-width: 0px;"|{{projectline|SIGs/Flatpak|Flatpak SIG|Fedora Flatpak Packaging Special Interest Group|Flatpak Logo 200px.png|}}
|-
|-
|}
|}
Line 13: Line 13:
== Meetings ==
== Meetings ==


First meeting: 15:00 GMT on Monday, starting on January 23, and recurring every two
15:00 GMT on Monday, starting on January 23rd 2023, and recurring every two
weeks in {{fpchat|#fedora-meeting}} IRC channel / [https://matrix.to/#/#meeting:fedoraproject.org #meeting:fedoraproject.org] Matrix room. Agenda for the first meeting: https://etherpad.opensuse.org/p/fedora-flatpaks-sig
weeks in {{fpchat|#fedora-meeting}} IRC channel / [https://matrix.to/#/#meeting:fedoraproject.org #meeting:fedoraproject.org] Matrix room. See the [https://calendar.fedoraproject.org/SIGs/#m10431 Fedora Calendar].
 
The agenda is tracked in: https://etherpad.opensuse.org/p/fedora-flatpaks-sig


== Join the Flatpak SIG ==
== Join the Flatpak SIG ==
Line 24: Line 26:
* [[User:Rishi|Debarshi Ray]]
* [[User:Rishi|Debarshi Ray]]
* [[User:feborges|Felipe Borges]]
* [[User:feborges|Felipe Borges]]
* [[User:theevilskeleton | Hari Rana (TheEvilSkeleton)]]
* [[User:jgrulich | Jan Grulich ]]
* [[User:jgrulich | Jan Grulich ]]
* [[User:Kalev|Kalev Lember]]
* [[User:Kalev|Kalev Lember]]
Line 34: Line 35:
* [[User:xberry|Jan Beran]]
* [[User:xberry|Jan Beran]]


== Mailing List ==
== Communication ==
 
Do we need one?


== Matrix Room ==
=== Matrix Room ===


[https://matrix.to/#/#flatpaks:fedoraproject.org #flatpaks:fedoraproject.org]
[https://matrix.to/#/#flatpaks:fedoraproject.org #flatpaks:fedoraproject.org]


== IRC Channel ==
=== IRC Channel ===


{{fpchat|#fedora-flatpaks}} on libera.chat
{{fpchat|#fedora-flatpaks}} on libera.chat


[[Category:SIGs]]
=== Issue tracking ===
[[Category:Fedora special-interest groups]]
 
[https://gitlab.com/fedora/sigs/flatpak/fedora-flatpaks/-/issues Fedora Flatpaks issues]


== Documentation ==
== Documentation ==


Developer and packaging docs:
=== For users and testers ===
 
* [https://fedoraproject.org/wiki/SIGs/Flatpak/Testing How to test Fedora Flatpaks]
 
=== Developer and packaging docs ===


* [https://docs.fedoraproject.org/en-US/flatpak/ Fedora Flatpak packaging]
* [https://docs.fedoraproject.org/en-US/flatpak/ Fedora Flatpak packaging]
Line 58: Line 62:
* [https://fedoraproject.org/wiki/Flatpak:Easy List of apps it would be easy to package as Flatpaks]
* [https://fedoraproject.org/wiki/Flatpak:Easy List of apps it would be easy to package as Flatpaks]


Project repositories:
=== Project repositories ===


* [https://src.fedoraproject.org/flatpaks/flatpak-runtime Fedora Flatpak runtimes repo]
* [https://src.fedoraproject.org/projects/flatpaks/%2A All applications packaged as Flatpak]
* [https://src.fedoraproject.org/flatpaks/flatpak-sdk Fedora Flatpak SDK repo]


Tools:
* org.fedoraproject.Platform ([https://src.fedoraproject.org/flatpaks/flatpak-runtime Runtime repo], [https://src.fedoraproject.org/flatpaks/flatpak-sdk SDK repo]):
** "Extended" GNOME Platform, similar to `org.gnome.Platform/x86_64/43` on Flathub
** Installed by default on Silverblue
 
* org.fedoraproject.KDE5Platform ([https://src.fedoraproject.org/flatpaks/flatpak-kde5-runtime Runtime repo], [https://src.fedoraproject.org/flatpaks/flatpak-kde5-sdk SDK repo]):
** Qt5 platform
** Similar to `org.kde.Platform/x86_64/5.15-22.08` on Flathub
** Will be installed by default on Kinoite until KDE Plasma 6
 
* org.fedoraproject.KDE6Platform ([https://src.fedoraproject.org/flatpaks/flatpak-kde6-runtime Runtime repo], [https://src.fedoraproject.org/flatpaks/flatpak-kde6-sdk SDK repo]):
** Qt6 platform
** Similar to `org.kde.Platform/x86_64/6.4` on Flathub
** Will be installed by default on Kinoite starting with KDE Plasma 6
 
=== Tools ===


* [https://copr.fedorainfracloud.org/coprs/otaylor/flatpak-module-tools-experimental/ flatpak-module-tools Copr]
* [https://copr.fedorainfracloud.org/coprs/otaylor/flatpak-module-tools-experimental/ flatpak-module-tools Copr]
* [https://src.fedoraproject.org/container/flatpak-build-base flatpak-build-base repo]
* [https://src.fedoraproject.org/container/flatpak-build-base flatpak-build-base repo]
== Fedora Flatpak and SIG FAQ ==
=== Why do we need Fedora Flatpaks? ===
We need Flatpaks built and released by the Fedora project to be able to pre-install them on Fedora editions and variants such as Fedora Silverblue, Fedora Kinoite, etc.
=== Why not "just" use Flathub? ===
The following points make it legally and practically not possible to use Flathub to pre-install Flatpaks in Fedora:
* Flathub includes a mix of FOSS and proprietary software by default.
* Fedora Legal has not approved installing Flatpaks from Flathub by default in Fedora.
* Flatpaks packaged on Flathub do not necessarily follow the Fedora release process, which includes Beta and release freezes.
=== What are the advantages of Fedora Flatpaks? ===
Flatpaks made by Fedora have the following advantages:
* They are made from the same sources as the RPMs, and thus must meet the same constraints regarding FOSS licences as the rest of the packages in Fedora.
* They are tested and released in sync with Fedora releases and updates can be tested in Bodhi.
* They are built on Fedora infrastructure.
=== How are Fedora Flatpak made? ===
In Fedora, Flatpaks are made from the same sources as RPMs, but are built with a different `PREFIX` in order to install the application and its dependencies in `/app` (instead of `/usr` for RPMs).
The builds happen in the Fedora infrastructure using OSBS. See documentation in [https://osbs.readthedocs.io/en/latest/users.html#flatpak OpenShift Build Service - Flatpak].
[[Category:SIGs]]
[[Category:Fedora special-interest groups]]

Revision as of 12:26, 23 February 2023

Flatpak Logo 200px.png Flatpak SIG
Fedora Flatpak Packaging Special Interest Group

Flatpak SIG

A SIG for people who are interested in improving the state of Flatpak packaging in Fedora.

This includes maintaining existing Fedora Flatpaks, maintaining the Fedora Flatpak runtime, improving the documentation around Fedora Flatpaks and improving the packager experience when working with Fedora Flatpaks.

Meetings

15:00 GMT on Monday, starting on January 23rd 2023, and recurring every two weeks in #fedora-meeting[?] IRC channel / #meeting:fedoraproject.org Matrix room. See the Fedora Calendar.

The agenda is tracked in: https://etherpad.opensuse.org/p/fedora-flatpaks-sig

Join the Flatpak SIG

If you are interested in joining the SIG, please add your name down below and come to the first IRC meeting. We'll discuss how to set up the SIG and first steps.

Communication

Matrix Room

#flatpaks:fedoraproject.org

IRC Channel

#fedora-flatpaks[?] on libera.chat

Issue tracking

Fedora Flatpaks issues

Documentation

For users and testers

Developer and packaging docs

Project repositories

  • org.fedoraproject.Platform (Runtime repo, SDK repo):
    • "Extended" GNOME Platform, similar to org.gnome.Platform/x86_64/43 on Flathub
    • Installed by default on Silverblue
  • org.fedoraproject.KDE5Platform (Runtime repo, SDK repo):
    • Qt5 platform
    • Similar to org.kde.Platform/x86_64/5.15-22.08 on Flathub
    • Will be installed by default on Kinoite until KDE Plasma 6
  • org.fedoraproject.KDE6Platform (Runtime repo, SDK repo):
    • Qt6 platform
    • Similar to org.kde.Platform/x86_64/6.4 on Flathub
    • Will be installed by default on Kinoite starting with KDE Plasma 6

Tools

Fedora Flatpak and SIG FAQ

Why do we need Fedora Flatpaks?

We need Flatpaks built and released by the Fedora project to be able to pre-install them on Fedora editions and variants such as Fedora Silverblue, Fedora Kinoite, etc.

Why not "just" use Flathub?

The following points make it legally and practically not possible to use Flathub to pre-install Flatpaks in Fedora:

  • Flathub includes a mix of FOSS and proprietary software by default.
  • Fedora Legal has not approved installing Flatpaks from Flathub by default in Fedora.
  • Flatpaks packaged on Flathub do not necessarily follow the Fedora release process, which includes Beta and release freezes.

What are the advantages of Fedora Flatpaks?

Flatpaks made by Fedora have the following advantages:

  • They are made from the same sources as the RPMs, and thus must meet the same constraints regarding FOSS licences as the rest of the packages in Fedora.
  • They are tested and released in sync with Fedora releases and updates can be tested in Bodhi.
  • They are built on Fedora infrastructure.

How are Fedora Flatpak made?

In Fedora, Flatpaks are made from the same sources as RPMs, but are built with a different PREFIX in order to install the application and its dependencies in /app (instead of /usr for RPMs).

The builds happen in the Fedora infrastructure using OSBS. See documentation in OpenShift Build Service - Flatpak.