Difference between revisions of "Flatpak"

From Lazarus wiki
Jump to navigationJump to search
(Quick summary how Flatpack is relevant to us.)
m (Chronos moved page Flatpack to Flatpak: Corrected page name.)
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
Flathub offers a very limited number of "platforms" that your application needs to fit into. It does not offer a GTK2 one but does have a QT5 one. However that platform does not contain all the libraries normally found on a Qt5 system so expect to have to bundle libraries into your Flatpack if your application makes use of other libraries.
  
 +
Does not sound like a very FPC/Lazarus (as it stands now) friendly environment but there are some of "our" applications there.
  
 
=See also=
 
=See also=
 +
 
* [[Deploying Your Application]]
 
* [[Deploying Your Application]]
 
Flathub offers a very limited number of "platforms" that your application needs to fit into. It does not offer a GTK2 one but does have a QT5 one. However that platform does not contain all the libraries normally found on a Qt5 system so expect to have to bundle libraries into your Flatpack if your application makes use of other libraries.
 
 
Does not sound like a very FPC/Lazarus (as it stands now) friendly environment but there are some of "our" applications there.
 
  
 
==External links==
 
==External links==
Line 12: Line 11:
 
* [https://github.com/search?q=org%3Aflathub+lazbuild&type=code Existing flatpack projects built with Lazarus]
 
* [https://github.com/search?q=org%3Aflathub+lazbuild&type=code Existing flatpack projects built with Lazarus]
 
* [https://flathub.org/ flathub.org]
 
* [https://flathub.org/ flathub.org]
* [https://discourse.flathub.org/t/questions-on-building/1975]
+
* [https://discourse.flathub.org/t/questions-on-building/1975 A forum Post]
  
 
[[Category:Linux]]
 
[[Category:Linux]]
 
[[Category:Deployment]]
 
[[Category:Deployment]]

Revision as of 22:16, 20 November 2023

Flathub offers a very limited number of "platforms" that your application needs to fit into. It does not offer a GTK2 one but does have a QT5 one. However that platform does not contain all the libraries normally found on a Qt5 system so expect to have to bundle libraries into your Flatpack if your application makes use of other libraries.

Does not sound like a very FPC/Lazarus (as it stands now) friendly environment but there are some of "our" applications there.

See also

External links