[Qgis-user] Re: Installing QGIS 1.5 on Debian Squeeze

Guy Roussin guy.roussin at teledetection.fr
Fri Aug 6 00:21:21 PDT 2010


Hi Garry,

If you can't wait for Niccolo packages you can do something like
this on squeeze :

sudo echo "deb-src http://debian.gfoss.it/ lenny main" >> /etc/apt/sources.list
sudo aptitude update
cd /tmp
apt-get source qgis
sudo apt-get build-dep qgis
cd qgis*
dpkg-buildpackage -rfakeroot -b
cd ..
sudo dpkg -i *qgis*deb

Guy

On 04/08/2010 20:46, Gary Smith wrote:
> Niccolo,
>
> My previous mail describes the error reported as:
>
> AspireOne:/home/gary# qgis
> Warning: Qt: Session management error: *None of the authentication
> protocols specified are supported*
> AspireOne:/home/gary#
>
> As you may have noticed that this is run as su.
>
> When I run as normal user I still get the original segmentation fault.
>
> gary at AspireOne:~$ qgis
> *Segmentation fault*
> gary at AspireOne:~$
>
> I hope that this information is helpful.
>
> Rgds
> Gary
>



More information about the Qgis-user mailing list