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

Patrick Dunford enzedrailmaps at gmail.com
Fri Jul 24 09:17:56 PDT 2020


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 <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 $*"
>
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


More information about the Qgis-user mailing list