Flatpak: Difference between revisions

imported>Onny
mNo edit summary
imported>Onny
mNo edit summary
Line 51: Line 51:


<syntaxHighlight>
<syntaxHighlight>
flatpak remote-add --if-not-exists gnome-nightly https://nightly.gnome.org/gnome-nightly.flatp
flatpak remote-add --if-not-exists gnome-nightly https://nightly.gnome.org/gnome-nightly.flatpakrepo
akrepo
flatpak install org.gnome.Sdk/x86_64/master org.gnome.Platform/x86_64/master
flatpak install org.gnome.Sdk/x86_64/master org.gnome.Platform/x86_64/master
git clone https://gitlab.gnome.org/GNOME/libhandy.git
git clone https://gitlab.gnome.org/GNOME/libhandy.git
Line 59: Line 58:
flatpak run sm.puri.Handy.Demo
flatpak run sm.puri.Handy.Demo
</syntaxHighlight>
</syntaxHighlight>
Note that the <code>gnome-nightly</code> repository and its dependencies are especially required for this specific project and might be different for other Flatpak projects.


== Troubleshooting ==
== Troubleshooting ==