I would suggest you log that on the Flatpak Qgis issues site as well if
possible.
On 24/07/20 4:25 am, Todd Pfaff wrote:
Thanks to Richard Duivenvoorde <[email protected]> for finding me
this solution, as discussed in "Subject: Re: [Qgis-user] How to
install QGIS in Debian 11?" on "Date: Thu, 23 Jul 2020 17:38:55 +0200".
#!/bin/sh
#
# see here for information about running QGIS, or any flatpak app,
# via an ssh connection with display to ssh-forwarded X DISPLAY
#
# https://github.com/flatpak/flatpak/issues/397
#
flatpak run \
--share=network \
--command=bash \
org.qgis.qgis \
-c "DISPLAY=$DISPLAY qgis $*"
_______________________________________________
Qgis-user mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
_______________________________________________
Qgis-user mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user