[Qgis-user] QGIS flatpak linux error QGIS starting in non-interactive mode not supported

Todd Pfaff pfaff at rhpcs.mcmaster.ca
Thu Jul 23 09:25:17 PDT 2020


Thanks to Richard Duivenvoorde <rdmailings at duif.net> 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 $*"



More information about the Qgis-user mailing list