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

Reply via email to