Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#914 closed defect (fixed)

Permissions on user's .qgis directory

Reported by: micha Owned by: live-demo@…
Priority: major Milestone:
Component: OSGeoLive Keywords: qgis permissions, 6.0
Cc:

Description

The directory ~user/.qgis is owned by root. As a result 'user' cannot install QGIS plugins.

Change history (5)

comment:1 by kalxas, 12 years ago

perhaps we could fix this by simply adding to the installation script a:

#chown -R user:users /home/user/.qgis

comment:2 by kalxas, 12 years ago

Resolution: fixed
Status: newclosed

fixed in rev 8123

comment:3 by wildintellect, 12 years ago

Looking at beta1 gdal_pam folder exists in /home/user/.qgis/ but .qgis shouldn't exist until the first time QGIS is run. So what in our creation scripts is doing it?

I checked and the qgis packages installed via synaptic do not appear to create the mystery folder. If we can identify this we can actually fix the issue and not just work around it.

comment:4 by micha, 12 years ago

I also noticed in a fresh install of Ubuntu, after running apt-get install qgis that the .qgis was created with one file inside. Maybe a gdal package created this dir??

comment:5 by hamish, 12 years ago

Keywords: 6.0 added

this sounds rather weird.

perhaps look in the qgis*.postinst scripts /var/lib/dpkg/info

Hamish

Note: See TracTickets for help on using tickets.