<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Hi all</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Ok this worked</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">wget -O qgis.flatpak <a href="http://duif.net/qgis-qt6.flatpak">http://duif.net/qgis-qt6.flatpak</a></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Opening the link in my browser not so much...</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Thanks</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Tim</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Thu, Jun 12, 2025 at 6:16 AM Raymond Nijssen via QGIS-Developer <<a href="mailto:qgis-developer@lists.osgeo.org">qgis-developer@lists.osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Tim,<br>
<br>
The link works for me right now. Maybe it's something on your side?<br>
<br>
<a href="http://duif.net/qgis-qt6.flatpak" rel="noreferrer" target="_blank">http://duif.net/qgis-qt6.flatpak</a><br>
<br>
Raymond<br>
<br>
<br>
On 6/11/25 21:47, Tim Sutton via QGIS-Developer wrote:<br>
> Hi Richard<br>
> <br>
> Very nice to see this! I tried to download it though and it seems to not <br>
> open the link. I will test on NixOS....<br>
> <br>
> Regards<br>
> <br>
> Tim<br>
> <br>
> On Wed, Jun 11, 2025 at 5:08 PM Germán Carrillo via QGIS-Developer <br>
> <<a href="mailto:qgis-developer@lists.osgeo.org" target="_blank">qgis-developer@lists.osgeo.org</a> <mailto:<a href="mailto:qgis-developer@lists.osgeo.org" target="_blank">qgis-developer@lists.osgeo.org</a>>> <br>
> wrote:<br>
> <br>
> Hi,<br>
> <br>
> Thanks a lot Richard and Aleix, it works like a charm on Ubuntu Noble.<br>
> <br>
> Regards,<br>
> <br>
> Germán<br>
> <br>
> El mié, 11 jun 2025 a las 10:02, Richard Duivenvoorde via QGIS-<br>
> Developer (<<a href="mailto:qgis-developer@lists.osgeo.org" target="_blank">qgis-developer@lists.osgeo.org</a> <mailto:<a href="mailto:qgis-" target="_blank">qgis-</a><br>
> <a href="mailto:developer@lists.osgeo.org" target="_blank">developer@lists.osgeo.org</a>>>) escribió:<br>
> <br>
> Hi,<br>
> <br>
> Based on the excellent Flatpak work of Aleix Pol (https://<br>
> <a href="http://github.com/flathub/org.qgis.qgis" rel="noreferrer" target="_blank">github.com/flathub/org.qgis.qgis</a> <<a href="https://github.com/flathub/" rel="noreferrer" target="_blank">https://github.com/flathub/</a><br>
> org.qgis.qgis>), I managed to create a runnable Qt6 build of<br>
> QGIS for Linux's (with flatpak available)<br>
> <br>
> My idea is that Linux users of distro's without the needed<br>
> dependencies can run QGIS and test/update their Python plugins<br>
> with this build.<br>
> This flatpak build (master) is (thanks to Aleix!) having 3D and<br>
> PDAL/cloudpoint available too.<br>
> <br>
> Note that this is my first flatpak build, probably things go/are<br>
> wrong, and I'm not sure how to do further/future distribution...<br>
> <br>
> But for now: to run/try it:<br>
> <br>
> Download the single-bundle file from<br>
> <br>
> <a href="http://duif.net/qgis-qt6.flatpak" rel="noreferrer" target="_blank">http://duif.net/qgis-qt6.flatpak</a> <<a href="http://duif.net/qgis-qt6.flatpak" rel="noreferrer" target="_blank">http://duif.net/qgis-qt6.flatpak</a>><br>
> <br>
> If you do not have flatpak/flathub available, make sure you do<br>
> by doing the steps at<br>
> <br>
> <a href="https://flatpak.org/setup/" rel="noreferrer" target="_blank">https://flatpak.org/setup/</a> <<a href="https://flatpak.org/setup/" rel="noreferrer" target="_blank">https://flatpak.org/setup/</a>> for your<br>
> distro, to<br>
> 1) install flatpak and<br>
> 2) make the flathub repo available for needed runtimes and sdk's.<br>
> <br>
> Now go to the qgis-qt6.flatpak file and INSTALL it:<br>
> <br>
> flatpak install --runtime --include-sdk qgis-qt6.flatpak<br>
> <br>
> (this will install the KDE runtime and sdk and then finally the<br>
> qgis-qt6 system wide)<br>
> <br>
> Then to run it:<br>
> <br>
> flatpak run org.qgis.qgis<br>
> <br>
> I hope this is useful for anybody.<br>
> <br>
> Have to talk to Aleix for more finesses to maybe share this on<br>
> flathub or with his Qt5 build.<br>
> <br>
> If you want to build it yourself there is some info in: https://<br>
> <a href="http://github.com/flathub/org.qgis.qgis/issues/428" rel="noreferrer" target="_blank">github.com/flathub/org.qgis.qgis/issues/428</a> <<a href="https://github.com/" rel="noreferrer" target="_blank">https://github.com/</a><br>
> flathub/org.qgis.qgis/issues/428><br>
> <br>
> Regards,<br>
> <br>
> Richard Duivenvoorde<br>
> _______________________________________________<br>
> QGIS-Developer mailing list<br>
> <a href="mailto:QGIS-Developer@lists.osgeo.org" target="_blank">QGIS-Developer@lists.osgeo.org</a> <mailto:<a href="mailto:QGIS-" target="_blank">QGIS-</a><br>
> <a href="mailto:Developer@lists.osgeo.org" target="_blank">Developer@lists.osgeo.org</a>><br>
> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-</a><br>
> developer <<a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a>><br>
> Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-</a><br>
> developer <<a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a>><br>
> <br>
> <br>
> <br>
> _______________________________________________<br>
> QGIS-Developer mailing list<br>
> <a href="mailto:QGIS-Developer@lists.osgeo.org" target="_blank">QGIS-Developer@lists.osgeo.org</a> <mailto:<a href="mailto:QGIS-Developer@lists.osgeo.org" target="_blank">QGIS-Developer@lists.osgeo.org</a>><br>
> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
> <<a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a>><br>
> Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
> <<a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a>><br>
> <br>
> <br>
> <br>
> -- <br>
> <br>
> Tim Sutton<br>
> *Kartoza Cofounder<br>
> *Tim is a member of the QGIS Project Steering Committee*<br>
> *<br>
> *<br>
> *<br>
> *T *: +27(0) 87 809 2702 *E *:**<a href="mailto:tim@kartoza.com" target="_blank">tim@kartoza.com</a> <mailto:<a href="mailto:tim@kartoza.com" target="_blank">tim@kartoza.com</a>> <br>
> *W* : <a href="http://kartoza.com" rel="noreferrer" target="_blank">kartoza.com</a> <<a href="http://kartoza.com/" rel="noreferrer" target="_blank">http://kartoza.com/</a>><br>
> <br>
> /<br>
> /<br>
> /<br>
> /<br>
> /This email and any attachments are confidential and intended solely for <br>
> the use of the individual or entity to whom they are addressed. If you /<br>
> /have received this email in error, please notify the sender immediately <br>
> and delete it from your system. Unauthorised use, disclosure, or copying/<br>
> /of the contents is prohibited./<br>
> <br>
> _______________________________________________<br>
> QGIS-Developer mailing list<br>
> <a href="mailto:QGIS-Developer@lists.osgeo.org" target="_blank">QGIS-Developer@lists.osgeo.org</a><br>
> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
> Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
<br>
_______________________________________________<br>
QGIS-Developer mailing list<br>
<a href="mailto:QGIS-Developer@lists.osgeo.org" target="_blank">QGIS-Developer@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</blockquote></div><div><br clear="all"></div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><br><div><div style="color:rgb(34,34,34)">Tim Sutton</div><div style="color:rgb(34,34,34)"><b>Kartoza Cofounder<br></b><span style="color:rgb(32,33,36);text-align:center">Tim is a member of the QGIS Project Steering Committee</span><b><br></b></div><div style="color:rgb(34,34,34)"><b><br></b></div><div style="color:rgb(34,34,34)"><b>T </b>: +27(0) 87 809 2702 <b>E </b>:<b> </b><a href="mailto:tim@kartoza.com" style="color:rgb(17,85,204)" target="_blank">tim@kartoza.com</a> <b>W</b> : <a href="http://kartoza.com/" style="color:rgb(17,85,204)" target="_blank">kartoza.com</a><br></div><div style="color:rgb(34,34,34)"><br></div><div style="color:rgb(34,34,34)"><div><i><img src="https://kartoza.com/files/KartozaEmailSignature.gif" width="420" height="77"><br></i></div><div><i><br></i></div><div><i>This email and any attachments are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you </i><div><i>have received this email in error, please notify the sender immediately and delete it from your system. Unauthorised use, disclosure, or copying</i></div><div><i>of the contents is prohibited.</i></div></div></div></div></div></div>